-
asp编码优化技巧
asp编码优化技巧-asp code optimization techniques
- 2022-04-06 23:29:18下载
- 积分:1
-
windows程序设计即编程思想,北京大学第二办
windows程序设计即编程思想,北京大学第二办-programming windows program design that is thinking of the second Beijing run
- 2022-03-18 01:10:20下载
- 积分:1
-
我在VCKBASE下载和编译VC的问题
我从vckbase下载并整理的vc问题解答-I vckbase download and compile the vc Questions
- 2022-01-26 06:58:28下载
- 积分:1
-
关于小波理论的课件,介绍小波的概念以及小波如何构造
关于小波理论的课件,介绍小波的概念以及小波如何构造-Courseware on the wavelet theory, wavelet introduce the concept of how to construct wavelet
- 2023-04-05 13:50:04下载
- 积分:1
-
_GPS satellite positioning and application of data processing
_GPS卫星定位的应用与数据处理-_GPS satellite positioning and application of data processing
- 2022-01-22 02:24:36下载
- 积分:1
-
jtag program description may be helpful for beginners, please see
jtag program 的说明,对初学者可能会有帮助,请查看-jtag program description may be helpful for beginners, please see
- 2023-04-14 03:50:04下载
- 积分:1
-
经典书籍:C Primer Plus(第五版)中文版和源代码
本书全面讲述了C语言编程的相关概念和知识。全书共17章。第1, 2章学习C语言编程所需的预备知...
经典书籍:C Primer Plus(第五版)中文版和源代码
本书全面讲述了C语言编程的相关概念和知识。全书共17章。第1, 2章学习C语言编程所需的预备知识。第3到15章介绍了C语言
的相关知一识,包括数据类型、格式化输入输出、运算符、表达式、流程控制语句、函数、数组和指针、字符串操作、内存管理、位操作等等,知识内容都针对C99标准 另外,第10章强化了对指针的讨论,第12章引入了动态内存分配的概念,这些内容更加适合读者的需求。第16章和第i7章讨论了C预处理器和C库函数、高级数据表示(数据结构)方面的内容。附录给出了各章后面复习题、编程练习的答案和丰富的C编程参考资料。本书适合希望系统学习和巩固C编程技术的程序员
C语言的读者,也适用于精通其他编程语言并希望进一步掌握
-err
- 2022-08-24 04:43:51下载
- 积分:1
-
王小平版《遗传算法-理论、应用与软件实现》遗传算法的光盘源代码...
王小平版《遗传算法-理论、应用与软件实现》遗传算法的光盘源代码-Wang Xiaoping version of "genetic algorithm-Theory, Application and Software" genetic algorithm source code CD
- 2022-06-27 01:02:37下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1
-
Scientist and Engineer s DSP Guide ch5
Scientist and Engineer s DSP Guide ch5
- 2022-06-20 21:00:47下载
- 积分:1