资源列表
Programming-Peals
- 编程珠玑源代码实现,还有讲座的一些素材,vc++6.0编译-Programming Peals Implementation by c/c++.
Report
- 打印报表,form CrystalReport9-print report,form CrystalReport9
Visual-CPP-MFC
- Visual C++完全自学手册全书源代码-source code for Visual C++ MFC
CPP
- 联系C++很好的材料,对于初学者适用来说,学过之后就掌握了大部分的C++语法了。-C++ Documents.
dllTestClass
- 这是dll动态链接库编程,基于VC6.0做的,涉及到的是利用dll导出类,先生成一个dll文件,在另一个工程中使用。对于刚学DLL的同学希望有所帮助-This is the dll dynamic link library programming, based on VC6.0, involving the use dll export class, sir, into a dll file in another project. Help for students just learning
10-books
- 10部优秀经典编程集合10 books for algorithm classics collection-10 books for algorithm classics collection
VisualPC
- VC++6.0 自学 宝典 轻松入门 夯实基础-VC++ learn by onself
C-P-P-23-kinds-of-design-patterns
- 设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。 -Design patterns (Design pattern) is a set of repeated use, most people know, after catalogin
mydemo
- 这个是一个c++调用外部dll的例子,希望给学习c++程序的人有所帮助。-This is a c call external dll example, hope to help people to learn c program.
Cyuyanshendupoxi
- 不错的C语言教程,非入门教程,短小精悍,适合有一定编程经验的C程序设计人员。-Good C language tutorial, non-introductory tutorial, dapper, suitable for a C programmer with some programming experience.
getmac
- 获取真实网上MAC地址,而不是注册表中的MAC-get real mac address
Lossy_compression_DCT
- class CountLettersInArray { public static void main(String[] args) { char[] letters = new char[100] for (int i = 0 i < 100 i++ ) { letters[i] = RandomCharacter.getRandomLowerCaseLetter() } int[] counts = new int