搜索资源列表
Standard+C+Library
- 关于本书 这个可是我千辛万苦所作!!!版权所有!! 单击此处与我联系。 清华大学2000级 李训耕 收集整理,2001年5月。 CopyRight @ 521Corporation,Tsinghua University (2001).
Keil MDK RL-ARM 实时库用户指南
- Keil MDK RL-ARM 实时库用户指南 中文版 包括以下内容 RL-RTX 描述了RL-ARM实时操作系统的结构,包括任务优先级、上下文切换、单个CPU下如何管理多个任务以及在RL-RTX中用到的其他一些 RTOS特性。 RL-FlashFS 描述了 RL-ARM中Flash文件系统的结构,包括文件创建、保存、读取以及在标准的flash,RAM或是存储卡设备中修改文件。 RL-TCPnet 描述了RL-ARM中TCP/IP协议栈组的结构,包括多种TCP/IP特性,以及
CCplusDaiMaJinNang
- 《C/C++代码锦囊》指导读者如何充分利用标准C和C++库,其涵盖容器、迭代器、算法、文本与文件处理、时间与日期处理以及内存管理等内容。-《C/C++ code kit》advise readers on how to make full use of the standard C and C++ library, which covers the containers, iterators, algorithms, text and document processing, time and
c-cPPstandard-library
- c\c++标准库。表达准确,使用频率高,能满足c或者c++开发的需要。CHM格式使用方便。-C/c++ standard library
CPP_string
- c++标准程序库的string的使用,非常详细,用了很长时间了,受益匪浅-c++ standard library string to use, very detailed, with a very long time, benefit
C和指针课后习题答案
- 本书书写了C和指针的课后习题答案,供大家参考。 Pointers On C Instructor’s Guide Chapter 1 A Quick Start Chapter 2 Basic Concepts Chapter 3 Data Chapter 4 Statements Chapter 5 Operators and Expressions Chapter 6 Pointers Chapter 7 Functions Chapter 8 Arrays