搜索资源列表
C#仿QQ2009的漂亮窗体
- C#仿QQ2009的漂亮窗体
完整的C编译器源代码
- 一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C prep
Effective C++
- 这是effective c++简体中文第三版,侯捷翻译,是一本非常好的c++相关书籍。
C+++STL中文版.
- 非常好的C++书籍,老少皆宜,无论是入门还是深入
C*与缺陷
- C*与缺陷,一本很好的C语言的书,适合喜欢钻研C语言的朋友
Thinking in c++
- 很好的c++学习书籍,适合入门级的学习-good learning books, suitable for entry-level study
唯c期刊1
- 很好的c语言教程- Very good c language course
唯c期刊2
- 很好的c语言教程- Very good c language course
唯c期刊3
- 很好的c语言教程呀- Very good c language course
唯c期刊4
- 真的很好的c语言教程呀- Really very good c language course
C程序设计教程
- 很好的C程序设计教程-good C Programming Guide
C语言编程技巧
- 很好的c学习文档-good study documents
一个很好的文本编辑器
- 一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications :
窗口开发 C 语言源程序
- 一个很好的C语言源程序,实现了窗口界面编程,很值得借鉴哦-a good source of the C language and realized the window interface programming, we can draw oh
二階段式小波轉換的C程式附錄
- 图像的2阶段小波转换程序,极好的参考价值,台湾最新引进。-image of two phase wavelet conversion program, an excellent reference value, the introduction of the latest Taiwan.
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the
mintree(C)
- kruskal算法的c语言版本,里面的中文用拼音,程序易于理解,是理解kruskal算法的一个好程序-Kruskal Algorithm c language version, the Chinese inside using phonetic symbols, the program is easier to understand, Kruskal understanding is a good algorithm procedure
C#图解教程(.net编程基础不太扎实的先看这本)
- 很好的C#学习手册,适合新手入门,C#图解详细(Very good C# learning manual, suitable for novice entry)
控制电机很好的代码:有速度环,位置环
- 位置环,速度环PID控制的C代码,使用该代码,能是电机运行更好。(the function of the code is used to control the motor, force the motor to run in the position and speed ring.)