资源简介
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)
相关资源
- 实验三 消息中间件应用开发:Active
- AsyncTask文件控制暂停和继续,在状态
- 基于STM32RCT6的步进电机驱动程序
- 基本放大电路multisim仿真.ms14
- 一个labview仿真的函数信号发生器.vi
- 60个HFSS 仿真模型库
-
Actionsc
ript 1.0实现能跟随鼠标运动的 - ectouch最新版JSAPI微信支付V3插
- ectouch 微信支付插件
- ecshop微信支付含手机版ectouch
-
Windows em
bedded Compact 2013 应用开发调 - The direction of synaptic plasticity mediated
- Reparatory Effects of Nicotine on NMDA Recepto
- Histamine excites rat lateral vestibular nucle
- Fabrication and all-optical poling characteris
- Quartus II 15.0中仿真Altera三速以太网I
- Quartus II 15.0中仿真Altera三速以太网I
- Zprotect专业版(无限制) 一机一码E
- Crystal Impact Match!2.1.3 试用延长
- 51单片机PWM程序,占空比、周期可调整
- 瑞利信道的仿真,包括信号的调制,
- 基于MFC扩展CListCtrl子项显示图片并叠
- 编程实现二维DCT变换
- proteus仿真 AT89C51输出各种波形
- 一种红外遥控编解码仿真
- 00
- 毕业论文之温度传感器DS18B20(源码
- 51单片机基于protues的几个仿真实例
- saber 扫频分析仿真文件
- 武汉理工大学 单片机课程设计 16*16点
评论
共有 条评论