资源列表
C_100example
- C语言入门经典100题,由浅入深,非常有帮助-Introduction to the classic 100 examples
3DMODEL.ZIP
- C++ graphic programming
C
- C语言的基础书籍,很适合基础学者。强力推荐。耐心学习-C language-based books, it is suitable for basic academics. Highly recommended. Learning patience
gxep12daed
- Genexus X Manual para windows
c-function
- 一个方便使用的c语言编程辅助工具,可以方便的查询每个c库函数的使用方法,及头文件!-An easy to use c language programming aids, you can easily query each c library function to use, and the header files!
unicode_program
- 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) :
induction-machine-hand-book
- induction machine hand book
vba
- 随机选题问答(或抢答)系统。题目和答案请用txt格式存放在“D:\dati\题目1\”“D:\dati\答案1\”下,并批量命名为ti和da-Random topics of Q (or Responder) system. Questions and answers stored in txt format, please use the " D: \ dati \ Title 1 \" " D: \ dati \ answer 1 \" , the name
spread
- Fundamentals of Spread Spectrum Modulation Synthesis Lectures on Communications_
Compres
- Compres Image.Visual Studio 2008. File BMP compres one format within system Windows 7. And compare source and destination file.
Visual-Leak-Detector
- vc内存泄露检测工具及源码,支持vs2008-memory leak checker
Sort
- Search for local minima and maxima in the set of measurements using the standard comparison functions Windows API. Created in Visual Studio 2008. Programming languages C + +.