CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c99

搜索资源列表

  1. WSBOOKC

    0下载:
  2. winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:177639
    • 提供者:名台
  1. tokyocabinet-1.4.17.tar.gz

    0下载:
  2. Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
  3. 所属分类:Database system

    • 发布日期:2017-03-26
    • 文件大小:894349
    • 提供者:ws
  1. praatsourcecode(28-6-2009updat

    0下载:
  2. praat语音信号处理软件的源程序,2009.6.28日最新版本,附带所需的quicktime sdk,Praat s source code,The code requires that your compiler supports C99。Open the project praat.mcp in Metrowerks CodeWarrior 9.0 or newer, and choose Make or Run. The project contains the targets praa
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:8584875
    • 提供者:awordman
  1. ansi-c-standard

    0下载:
  2. ansi c standard,希望对大家有帮助-ansi c standard, we hope to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1007791
    • 提供者:hjp9221
  1. C_the_Complete_Reference(4th)

    0下载:
  2. C The Complete Reference Fourth Edition Herbert Schildt-PART I— FOUNDATIONAL C This book divides its descr iption of the C language into two parts. Part One discusses those features of C defined by the original, 1989 ANSI standard for C (c
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-12
    • 文件大小:3060264
    • 提供者:mike
  1. linklist

    0下载:
  2. 涵盖了常用的线性链表操作,符合c99标准-Generic link sequence list opterations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:10484
    • 提供者:michel
  1. variadic.functions.c

    0下载:
  2. C99 s variadic functions can be wrapped in a variadic macro. This allows the use of a va_list which contains its own end-of-list sentinel. In this manner, you don t have to keep track of the quantity of elements in your list from caller to callee.-C9
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1532
    • 提供者:Gno
  1. C99

    0下载:
  2. C语言常用函速查手册 非常详细,包括源码应用.-C PROGRAM
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:136243
    • 提供者:he
  1. X86IEE32

    1下载:
  2. 这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:71590
    • 提供者:ucsm
  1. c99

    0下载:
  2. hack web-hack web eeeeeeeeeeeeee
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:74984
    • 提供者:koceila
  1. ANSI-C

    0下载:
  2. ANSI-C的标准详解,完全C99标准,不用花钱去购买了。-Detailed ANSI-C standard, full C99 standard, do not spend money to buy.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25311394
    • 提供者:宋忠磊
  1. c99

    0下载:
  2. its about php code, just for sharing.. :)
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-25
    • 文件大小:76265
    • 提供者:khairi
  1. snprintf_2.2.tar

    0下载:
  2. 可移植的snprintf,遵循C99标准。-portable snprintf,comply with C99
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:123786
    • 提供者:zoudaokou2006
  1. tcc-0.9.25

    0下载:
  2. 有没有想过使用 C 语言作为游戏脚本? TinyC 可以让你实现这个想法. 这是个微型的 C 语言编译器, 可以附加在宿主程序上, 运行时编译任何 C99 代码.-Have you ever thought to use C language as a game scr ipt? TinyC allows you to implement this idea, which is a miniature of the C language compiler, can be attached to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:340223
    • 提供者:刘某
  1. ISO_IEC_9899-v1999

    0下载:
  2. 是c语言在99年指定的标准,成为c99.是为c的最新标准。-C language in the 99 years specified criteria, as c99 is the latest standards for the c.
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:953001
    • 提供者:lizhen
  1. Chipmunk-6.1.1

    0下载:
  2. 基于c语言(C99)的一款高效的开源物理引擎-C language (the C99) is a highly efficient open-source physics engine
  3. 所属分类:Game Engine

    • 发布日期:2017-04-01
    • 文件大小:391475
    • 提供者:fenglei
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:833946
    • 提供者:yangh
  1. Tetris

    0下载:
  2. 俄罗斯方块 纯C 语言版;精巧实现; 只有一个源码文件, 编译时请加上-std=c99 参数; gcc -std=c99 Tetris.c -Pure C language version of Tetris exquisite realization only one source file, when compiling with-std = c99 parameters gcc-std = c99 Tetris.c
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:8133
    • 提供者:PLP
  1. ffmpegtoVC

    0下载:
  2. 移植ffmpeg到windows,主要的修改是ffmpeg中VC6不支持C99语法,简单移植步骤-Transplant ffmpeg to windows, the main change is ffmpeg in VC6 does not support C99 syntax, simple transplant procedure
  3. 所属分类:Project Manage

    • 发布日期:2017-11-29
    • 文件大小:1764
    • 提供者:地址
  1. ANSI-ISO-IEC-9899-1999-C-Standard

    1下载:
  2. C99的标准文档,都C语言的所有特性都有涉及-ANSI ISO IEC 9899 1999 C Standard
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:953177
    • 提供者:郝俊杰
« 1 23 4 »
搜珍网 www.dssz.com