资源列表
61013414
- 用C++编程的可以显示系统时钟的程序,对C++初学者具有极大的帮助,-C Programming can display system clock procedures, C beginners great help,
223452345234
- 界面设计中设计不规则窗口的编程,用cbuilder实现-interface design for irregular window programming with cbuilder achieve
SelfDelete1
- 运行本章例程时,请将SelfDelete.exe拷贝到硬盘上并且将其只读属性去掉。-routine operation of this chapter, I would be grateful if SelfDelete.exe copy of a hard disk and its read-only attribute to remove.
Windowscodes
- Windows程序设计中文版20050323-Windows programming Chinese version 20050323
ProgrammingApplicationsforMicrosoftWindowsSourceCo
- Windows核心编程的随书源代码,该书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序。-core Windows programming source code with the book, This book is the Windows operating system on the internal mechanism dedicated to the authors
pointzxh
- 平面点集,距离最近的两个点,采用动态规划算法.内有详细说明-planar point set, the nearest two points, dynamic programming algorithm. Are described
tourzxh
- 旅行商问题,动态规划,附加说明文档,是程序竞赛的经典题-traveling salesman problem, dynamic programming, additional documentation, and procedures of the classic title race
Libnids-1.19-for-win32
- windows平台下的libnids,最新版本libnids 1.19 for win32,内有VC++工程.可以根据需要修改源码,也可以利用库文件方便地重组TCP等,进行协议还原,构造自己的网络入侵检测系统.-windows platform under the libnids. libnids latest version 1.19 for win32, VC works there. may need to modify the source codes, it can also be u
1302204
- 在坛子里经常能看到MFC编制的GUI游戏,功能强大,界面美观,人机交互便利等优点是控制台程序是无可比拟的.但对于刚初步了解 C/C++的朋友们是无法短期内能学会编写MFC游戏的。于是小弟采用 Win32 控制台 项目做了一个C++的小游戏,希望对于那些朋友,对大一, 大二的学生编写字符界面的小程序有所帮助。-in millions always be prepared to see the MFC GUI games, powerful, beautiful interface, HCI fac
13002203
- 容易的方法是调用一个专门用于此目的的函数 DllGetVersion。问题是虽然 comctl32.dll 支持该函数,但并不是所有的 DLLs 都具备它。如果不具备 DllGetVersion,那么就得用难的方法——使用 FileVersion API,这可能是你要遭遇到的最为暧昧的 API 之一。我写了一个类 CModuleVersion 来封装两种方法,同时还写了一个Demo程序 VersionDlg 来示范 CModuleVersion 的使用方法。程序画面如 Figure 1 所示。你
1302202
- 字体的使用是ActiveX控件制作过程中不可缺少的部分。本文将深入浅出地介绍在ActiveX控件中制作过程中如何使用字体。本文所提及的ActiveX控件制作是指利用VC++6.0的MFC ActiveX ControlWizard 工具,用其它方法制作 ActiveX 控件本文不作讨论。 本文专门设置了一些例程,以便您能够更好地掌握这些内容。这些例程都是完整的ActiveX控件制作源代码。为了突出重点,本文仅对字体使用相关部分的源代码作较详细的介绍,其余部分的代码本文不作过多讨论。-fo
1300201
- 这是传统的 COM 知识,如果对这部分内容不清楚,可以去看 杨老师 的个人专栏,那里有非常棒的教程,我就不在这里废话了^_^ 我不细说可并不代表这部分不重要,恰恰相反,如果读者对这部分很熟悉,就会发现后面所有的内容在形式上几乎都是模仿传统的COM调用。 -This is the COM traditional knowledge, if this part of the contents are not clear, they can look at the individual t
