-
C++ beginner exercises of a good consolidation of the idea of oop
初学c++的一个练习题,很好的巩固了oop的思想-C++ beginner exercises of a good consolidation of the idea of oop
- 2022-03-17 19:38:34下载
- 积分:1
-
这是一个SDK程序。这个程序跟踪显示坐标位置…
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-This is a SDK procedure. This program tracking demonstrates the coordinates position of the mouse, at the same time, demonstrate the operation information in the window title block if the mouse has operation. if double-clicks in the window customer area ,can demonstrates the positional information of the double-click position. In addition, in the customer also has two units places charts, when the mouse moves arrives on the chart, can change the cursor which defines as oneself. This procedure suits the Win32 programming beginner, contains the massive Chinese annotation.
- 2022-03-05 08:05:10下载
- 积分:1
-
This is a PASCAL programming language design tutorials for the PDF format. For u...
这是一个PASCAL程序语言的设计教程, 为PDF格式。供自学者使用或研究`-This is a PASCAL programming language design tutorials for the PDF format. For use or research自学者`
- 2023-03-22 21:05:04下载
- 积分:1
-
right voice for a pre
对语音进行一个预处理,历史上的语音比较流畅,就需要一个语音
- 2023-06-19 04:40:03下载
- 积分:1
-
用c++ builder写的一个管理源代码的小程序
你可以在程序中添加类别...
用c++ builder写的一个管理源代码的小程序
你可以在程序中添加类别-》小类-》知识点
数据库使用Acce-With c++ Builder written by a management applet source code you can add categories in the proceedings-
- 2022-02-20 09:25:27下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-03-12 00:37:45下载
- 积分:1
-
VB6和菜单..一个示例代码
VB6 and Meun .. a sample code-VB6 and Meun a sample code ..
- 2022-11-07 05:20:03下载
- 积分:1
-
验证码生成器
产生在C#中的随机验证码的图片。在简单的颜色产生的Captcha的瓯多种颜色。
- 2022-05-25 22:33:52下载
- 积分:1
-
ftp server source haohao cankao
ftp server source haohao cankao
- 2022-05-09 07:57:48下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1