-
dll的详细介绍,对初学者加深DLL学习有很大提高,推荐阅读
dll的详细介绍,对初学者加深DLL学习有很大提高,推荐阅读-dll" s detailed description of the DLL for beginners to enhance learning greatly improved, and recommended reading
- 2022-03-19 16:03:22下载
- 积分:1
-
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Vi...
图书借阅管理系统可以有效地管理图书资源,控制图书借阅的流程,对图书馆或阅览室的管理有很大的帮助。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。-borrow books can be an effective management system to manage library resources, control the flow of books to borrow, Reading Room of the library or in the management of great help. Background database using SQL Server, future development tools to use Visual Basic.
- 2023-08-19 16:45:04下载
- 积分:1
-
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。
一个封装很好的串口通讯类。windowsLINUXUNIX下均可使用。-a good serial communications. WindowsLINUXUNIX where available.
- 2022-08-03 13:28:31下载
- 积分:1
-
设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间...
设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the process is CPU time (Intime), the process needs to run (the time Alltime) to block PCB connectivity in a single linked list ( data structure), and displayed on the screen contents
- 2022-03-23 06:32:05下载
- 积分:1
-
Windows 9x中获取CPU使用率
Windows 9x中获取CPU使用率-Windows 9x access CPU usage
- 2022-05-18 13:49:47下载
- 积分:1
-
Can be back to the desktop toolbar.
可以缩回到桌面上的工具条。-Can be back to the desktop toolbar.
- 2022-01-25 16:46:30下载
- 积分:1
-
Dynamically linked applications, the code contains a simple keyboard hook approa...
应用程序动态挂钩,本代码包含一个简单的键盘钩子的做法,简单明料,很快就帮你手把手的做一个键盘钩子文件。主要函数setwindowshookex,callnexthookex-Dynamically linked applications, the code contains a simple keyboard hook approach, simple-ming Liu, quickly help you to do hands-on document of a keyboard hook. The main function setwindowshookex, callnexthookex
- 2022-02-20 11:56:05下载
- 积分:1
-
监控拷贝复制
监控拷贝复制,监视文件夹的复制,在监视到文件复制时并弹出警告对话框
- 2022-01-26 08:07:28下载
- 积分:1
-
《COM_DCOM编程指南》配套代码complementary code
《COM_DCOM编程指南》配套代码complementary code-" COM_DCOM Programming Guide" complementary code complementary code
- 2022-03-21 10:57:42下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分:1