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

搜索资源列表

  1. C++_src

    0下载:
  2. The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:153071
    • 提供者:李金明
  1. newlib-1.12.0.tar

    0下载:
  2. 用于嵌入式Linux系统的标准C的库函数,普通系统的C库函数有相关数量是不能用在嵌入式中的,因为其中有平台相关的内容。本库函数由redhat专为嵌入式Linux开发,但可以方便的称植到其它嵌入式系统中。-for embedded Linux system in the standard C library functions, the ordinary C library functions relevant number is not used in the embedded, because
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6684150
    • 提供者:马克
  1. UNIXgaojibiancheng

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:14537803
    • 提供者:林风
  1. UNIXEAP

    0下载:
  2. 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:14538866
    • 提供者:neptune87140104
  1. 41104

    0下载:
  2. This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5936
    • 提供者:郭春阳
  1. StdString

    0下载:
  2. CStdString - This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are lik
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34441
    • 提供者:Paul Lai
  1. TheStandardCLibrary

    0下载:
  2. Prentice Hall - The Standard C Library
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:4284242
    • 提供者:rosetears2
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  1. prototype-chm

    0下载:
  2. prototype.js 是由 Sam Stephenson 写的一个 javascr ipt 类库。这个构思奇妙,而且兼容标准的类库,能帮助你轻松建立有高度互动的 Web 2.0 特性的富客户端页面。 -prototype.js written by Sam Stephenson, a javascr ipt library. The idea intriguing, but also compatible with the standard class library, can help
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:66635
    • 提供者:huahua
  1. STRING_FUNCTION

    0下载:
  2. 标准C串操作函数全解,CHM电子文档。总结标准C库的串操作函数。- The standard C string manipulation functions-wide solution, CHM electronic documents. Summary of the standard C library string manipulation functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:28079
    • 提供者:陈紫阳
  1. Addison.Wesley.Essential.C++

    0下载:
  2. • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:665199
    • 提供者:udo
  1. Quick-C-language-function

    0下载:
  2. C语言函数速查.chm,包含了C语句的标准库函数-Quick C language function. Chm, contains the standard C library functions statement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:83111
    • 提供者:李雄
  1. A-Tour-of-the-Standard-Library

    0下载:
  2. 详细介绍标准C++的基础书籍 对初学者和深入研究人员都很有帮助!-Detail the basis of the standard C++ books for beginners and in-depth research staff are very helpful!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:65603
    • 提供者:薛彬
  1. Programming-in-the-UNIX

    0下载:
  2. UNIX高级环境编程第二版 英文原版 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 -Advanced Programming in the UNIX® Envi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3380104
    • 提供者:东方不败
  1. the-standard-C-library

    0下载:
  2. the standard C library,英文pdf版,如果英文阅读没有障碍,建议大家阅读此书,由名字知道它是关于库函数的。-the library of the standard C, English pdf version of English reading there are no obstacles, it is recommended that everyone read this book, know by the name of it is on the library fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-01
    • 文件大小:14112401
    • 提供者:海洋
  1. Quick-C-language-function

    0下载:
  2. C语言函数速查.chm,包含了C语句的标准库函数Quick C language function. Chm, contains the standard C library functions statement-Quick C language function. Chm, contains the standard C library functions statement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:83229
    • 提供者:esinf
  1. IAR-C-430

    1下载:
  2. IAR C 430标准库函数。MSP430单片机,TAR C开发,标准C库函数详细介绍。MSP430 C入门学习与开发利器-IAR C 430 standard library functions. MSP430 microcontroller, TAR C development, the standard C library functions in detail. MSP430 C Starter learning and development tool
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-16
    • 文件大小:61536
    • 提供者:xing
  1. CPP-Library-Reference

    0下载:
  2. 欢迎来到C库参考手册。本指南提供了在标准C语言编程的一个有用的样子。没办法,本指南教你如何在C程序,也不会尝试提供C或它的各种实现历史。它仅仅是标准C库参考手册。本指南是不是在整个的ANSI C标准明确的看。一些过时的信息已经离开了。它是简单的和语言的语法功能的快速参考。所有的努力都是为了确保此处包含的信息是正确的,但没有保证了 -Welcome to the C Library Reference Guide. This guide provides a useful look at th
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1481018
    • 提供者:行业网
  1. C-standard-library-source-code

    0下载:
  2. 这是C库标准代码,可移植到任何程序环境下,希望有帮助-This is the standard C library code can be ported to any programming environment, the hope of helping
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:5752394
    • 提供者:朱朱
  1. C++标准程序库

    0下载:
  2. C++标准程序库 ,介绍了c++的标准版程序库,方便初学者学习(The C++ standard library introduces the standard edition Library of c++, which is convenient for beginners to learn.)
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com