资源简介
CTSim 是一个蛮专门的应用软件。适合于教学,自学等。可以进行CT的仿真。
代码片段和文件信息
/* Getopt for GNU.
NOTE: getopt is now part of the C library so if you don‘t know what
“Keep this file name-space clean“ means talk to drepper@gnu.org
before changing it!
Copyright (C) 1987 88 89 90 91 92 93 94 95 96 97 98 99 2000
Free Software Foundation Inc.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not
write to the Free Software Foundation Inc. 59 Temple Place - Suite 330
Boston MA 02111-1307 USA. */
/* This tells Alpha OSF/1 not to define a getopt prototype in .
Ditto for AIX 3.2 and . */
#ifndef _NO_PROTO
# define _NO_PROTO
#endif
#ifdef HAVE_CONFIG_H
//# include
#endif
#if !defined __STDC__ || !__STDC__
/* This is a separate conditional since some stdc systems
reject ‘defined (const)‘. */
# ifndef const
# define const
# endif
#endif
#include
/* Comment out all this code if we are using the GNU C Library and are not
actually compiling the library itself. This code is part of the GNU C
Library but also included in many other GNU distributions. Compiling
and linking in this code is a waste when using the GNU C library
(especially if it is a shared library). Rather than having every GNU
program understand ‘configure --with-gnu-libc‘ and omit the object files
it is simpler to just do this in the source for each such file. */
#define GETOPT_INTERFACE_VERSION 2
#if !defined _LIBC && defined __GLIBC__ && __GLIBC__ >= 2
# include
# if _GNU_GETOPT_INTERFACE_VERSION == GETOPT_INTERFACE_VERSION
# define ELIDE_CODE
# endif
#endif
#ifndef ELIDE_CODE
/* This needs to come after some library #include
to get __GNU_LIBRARY__ defined. */
#ifdef __GNU_LIBRARY__
/* Don‘t include stdlib.h for non-GNU C libraries because some of them
contain conflicting prototypes for getopt. */
# include
# include
#endif /* GNU C library. */
#ifdef VMS
# include
# if HAVE_STRING_H - 0
# include
# endif
#endif
#ifndef _
/* This is for other GNU distributions with internationalized messages.
When compiling libc the _ macro is predefined. */
# ifdef HAVE_LIBINTL_H
# include
# define _(msgid) gettext (msgid)
# else
# define _(msgid) (msgid)
# endif
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-11-08 01:33 ctsim-5.2.0\
文件 211 2007-09-04 06:40 ctsim-5.2.0\AUTHORS
文件 523 2007-09-04 06:40 ctsim-5.2.0\README.msvc
目录 0 2007-09-04 06:40 ctsim-5.2.0\benchmarks\
文件 257 2007-09-04 06:40 ctsim-5.2.0\benchmarks\composite-test
文件 274 2007-09-04 06:40 ctsim-5.2.0\benchmarks\results
目录 0 2010-11-08 01:33 ctsim-5.2.0\cgi-bin\
文件 65 2007-09-04 06:40 ctsim-5.2.0\cgi-bin\Makefile.am
文件 11957 2009-08-02 18:10 ctsim-5.2.0\cgi-bin\ctsim.cgi
文件 236 2009-08-02 18:10 ctsim-5.2.0\cgi-bin\ctsim.conf
文件 11722 2010-11-08 01:33 ctsim-5.2.0\cgi-bin\Makefile
文件 12227 2010-11-08 01:33 ctsim-5.2.0\cgi-bin\ctsim.cgi.in
文件 244 2010-11-08 01:33 ctsim-5.2.0\cgi-bin\ctsim.conf.in
文件 13071 2010-11-08 01:33 ctsim-5.2.0\cgi-bin\Makefile.in
目录 0 2010-11-08 01:33 ctsim-5.2.0\doc\
文件 106328 2007-09-04 06:40 ctsim-5.2.0\doc\alphacalc.ai
文件 68596 2007-09-04 06:40 ctsim-5.2.0\doc\alphacalc.bmp
文件 338664 2007-09-04 06:40 ctsim-5.2.0\doc\alphacalc.eps
文件 4559 2007-09-04 06:40 ctsim-5.2.0\doc\alphacalc.gif
文件 138 2007-09-04 06:40 ctsim-5.2.0\doc\bullet.bmp
文件 8346 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-algorithms.tex
文件 19783 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-concepts.tex
文件 29273 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-gui.tex
文件 2737 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-install.tex
文件 1079 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-latex.bib
文件 5361 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-sgp.tex
文件 1031 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-tex2rtf.bib
文件 12721 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-textui.tex
文件 1168 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim-web.tex
文件 89346 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim.hlp
文件 1410 2007-09-04 06:40 ctsim-5.2.0\doc\ctsim.prj
............此处省略257个文件信息
- 上一篇:基于ARM的嵌入式液位控制系统的研究
- 下一篇:算法导论第三版英文版(pdf)
相关资源
- Mathematical Statistics: Basic Ideas and Selec
- SolidWorks热力学仿真具体步骤教程
- react进阶之路(和书签目录)
- tesseract 用于vs2013的include-lib-dll文件
- eetop.cn_qrcxTechgen.pdf
- Introduction to Machine Learning 2nd Edition
- Maxwell静电场中同轴电缆的3D仿真
- multisim仿真模拟电路全集
- 磁偶极子天线仿真与制作
- Fundamentals of Statistical Signal ProcessingV
- ICC Profile Inspector
- netica贝叶斯仿真软件
- 华为代码量分析工具CCT V2.2
- Nilsson & Riedel - Electric Circuits 10th Edit
- 基于UC3842的27W反激电源Multisim14仿真文
- NT96660数据手册
- 维宏 Ncstudio V8.128 免卡 仿真版
- Groovy-in-Action[文字版][中文].pdf
- proteus仿真,45个例程
- probability statisticsand random processes for
- Introduction to Algorithms (3rd Edition).p
- ComputerSystemsAProgrammersPerspective(3rd)
- PRACTICAL OPTIMIZATION Algorithms and Engineer
- OPNET网络仿真教程
- MIL-STD-1760E-2007_Aircraft_Store_Electrical_I
- Computer.Systems.A.Programmers.Perspective.3rd深
- 蓝桥杯CT117E嵌入式竞赛板省赛第八届
- 蓝桥杯CT117E嵌入式竞赛板省赛第七届
- 蓝桥杯CT117E嵌入式竞赛板省赛第六届
- Practical Methods for Optimal Control Using No
评论
共有 条评论