-
关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成...
关于局域网发送消息的vb源代码,调用windowsAPI的shell来完成局域网内的计算机检索,然后使用API函数NetMessageBufferSend完成
- 2023-05-27 05:40:04下载
- 积分:1
-
一个导出类的Dll工程实例,该工程提供一个虚基类作为外部接口,接口的真正实现部分隐藏在DLL里...
一个导出类的Dll工程实例,该工程提供一个虚基类作为外部接口,接口的真正实现部分隐藏在DLL里-A derived class project examples Dll, which works to provide a virtual base class as an external interface, interface to achieve some real hidden DLL Lane
- 2022-02-03 14:33:07下载
- 积分:1
-
程序模仿WINDOWS的注册表,实现的绝大多数功能不过细节上和WINDOWS的注册表相比还是有差距的,如果有兴趣的话可以继续改进,呵呵虽然如此,但在一些对注册表...
程序模仿WINDOWS的注册表,实现的绝大多数功能不过细节上和WINDOWS的注册表相比还是有差距的,如果有兴趣的话可以继续改进,呵呵虽然如此,但在一些对注册表限至比较严的网吧中用来顾顾急救救火还是可以的
冷风 2007-6-14-Procedures mimic WINDOWS registry, the realization of the vast majority of functionality, however the details of WINDOWS registry and there are still gaps in comparison, if are interested can continue to improve,呵呵In spite of this, but in some of the registry to a more stringent limit Internet cafes used to Gu Gu first-aid fire-fighting the cold wind can still 2007-6-14
- 2022-03-13 01:02:20下载
- 积分:1
-
JOS Lab 2: Memory Management
The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it. Your allocator will operate in units of 4096 bytes, called pages. Your task will be to maintain data structures that record which physical pages are free and which are allocated, and how many processes are sharing each allocated page. You will also write the routines to allocate and free pages of memory.
The second component of memory management is virtual memory, which maps the virtual addresses used by kernel and user software to addresses in physical memory. The x86 hardware memory management unit (MMU) performs the mapping when instructions use memory, consulting a set of page tables. You will modify JOS to set up the MMU page tables according to a specification we provide.
- 2022-02-05 12:16:48下载
- 积分:1
-
键盘模拟算法实现,先添加驱动kbfiltr.sys
然后运行testkb
键盘模拟算法实现,先添加驱动kbfiltr.sys
然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
- 2022-03-04 14:46:57下载
- 积分:1
-
监视注册表的变化,文件使用的注册项情况等
监视注册表的变化,文件使用的注册项情况等 -Monitoring the registrys change, and the registry used by file
- 2022-05-26 03:15:48下载
- 积分:1
-
this is the most authoritative classical source code
这个是最经典的权威源代码-this is the most authoritative classical source code
- 2022-01-27 23:23:41下载
- 积分:1
-
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择...
利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择-Prepared to use windows api serial communication procedures, have a great reference value, they can prepare to respond in accordance with the procedures of control, or make communication modules are a good choice
- 2022-04-24 20:13:42下载
- 积分:1
-
C++示例:螺纹加工
C++ sample : thread proce
- 2022-03-18 01:05:34下载
- 积分:1
-
c陷阱进与缺陷
c陷阱与缺陷是由Andrew Koenig所著,高巍译。Andrew Koenig是AT&T大规模程序研发部(前贝尔实验室)成员,不仅有着多年的C++开发,研究和教学经验,而且还亲身参与了C++的演化和变革,对C++的变化和发展起到重要的影响。
- 2022-07-01 10:20:00下载
- 积分:1