-
一个用SDK实现文件拷贝的例子
一个用SDK实现文件拷贝的例子-SDK file a copy with examples
- 2022-10-02 07:45:03下载
- 积分:1
-
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家....
C 语言教程 硬件中断操作串口通信,鼠标键盘操作.部分资料还是值得一看的,共享给大家.-C language tutorial hardware interrupt operation of serial communication, mouse, keyboard operation. Some of the information is worth sharing to everyone.
- 2022-11-05 19:05:04下载
- 积分:1
-
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程...
VC下进行窗口和线程间,窗口之间通信通常采用消息机制,这个例子比较全面,应用到了具体工程-VC under the window and threads, the window between the commonly used communications mechanism news, the more comprehensive example of the application of a specific project
- 2022-04-15 12:45:45下载
- 积分:1
-
windows shell programming
windows shell programming-demonstrate the function of shell extension
- 2022-06-20 15:08:04下载
- 积分:1
-
Win95和NT直接访问物理内存地址和端口IO程序
Win95和NT直接访问物理内存地址和端口IO程序
- 2022-03-22 03:11:39下载
- 积分:1
-
这是一个屏幕打印程序,用的是视觉的基本,可以,试试看
这是一个屏幕打印程序,用VB编写,你也能的,试一下吧-This is a screen printing process using Visual Basic, you can, Try it
- 2022-08-13 09:02:23下载
- 积分:1
-
得到CPU信息,C源码为一dll源码,VB源码为一示例
得到CPU信息,C源码为一dll源码,VB源码为一示例-Get CPU information, C source code for one dll source code, VB source code for one example
- 2022-03-11 19:25:22下载
- 积分:1
-
1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的...
1、 用高级语言编写和调试一个简单的文件系统。模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统。每次用户可保存m个件,用户在一次运行中只能打开一个文件。对文件必须设置保护措施,且至少有Creat,Delete,Close,Write等命令。-1, with high-level language debugging and prepared a simple file system. Simulation document management process. Thus the various documents commands to the substance and implementation of a more in-depth understanding. 2, designed a n users file system. Each time a user kept m pieces in a user operation can open a file. The document must install protective measures, but at least Creat, Delete, Close, etc. Write orders.
- 2022-07-26 01:10:14下载
- 积分:1
-
Wallpaper for your program settings. BMP images routines used in displays, JPG a...
为自己的程序设置壁纸。例程中使用了BMP图片显示、JPG和GIF图片显示、菜单设置、注册表设置与使用。-Wallpaper for your program settings. BMP images routines used in displays, JPG and GIF images display, menu settings, registry settings and use.
- 2022-03-23 03:36:53下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1