-
detour 相关例子
detour 相关例子,detour 相关例子detour 相关例子detour 相关例子detour 相关例子detour 相关例子detour 相关例子,detour 相关例子,detour 相关例子
- 2022-07-16 02:40:35下载
- 积分:1
-
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍-this was more commonly used operating system examples of a systematic access to information, documents, etc. visit the method introduced
- 2022-03-06 03:27:47下载
- 积分:1
-
这个代码就可以改变一些联网的设置,例如MTU、TTL等
这个代码就可以改变一些联网的设置,例如MTU、TTL等-the code on the network can change some settings, such as MTU, as TTL
- 2022-02-26 17:17:52下载
- 积分:1
-
《Windows 95 程式设计指南》PASCAL版示例(由VC代码转换而来)
《Windows 95 程式设计指南》PASCAL版示例(由VC代码转换而来)-"Windows 95 program design guidelines" PASCAL version of examples (from VC converted code)
- 2022-01-21 03:23:51下载
- 积分:1
-
The preparation of this section to explain the success of the network applicatio...
本节讲解编写成功网络应用程序时,所需要的基本知识和API调用。-The preparation of this section to explain the success of the network application, the basic knowledge and API calls.
- 2022-05-06 10:00:35下载
- 积分:1
-
使用netmessagebuffersend消息发送窗口,发送端可以改名字
利用NetMessageBufferSend发送windows消息,可以改发送者名称-use NetMessageBufferSend news sent windows, the sender can be changed name
- 2022-02-26 19:04:40下载
- 积分: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
-
禁止程序在开始运行时新建一个文挡
禁止程序在开始运行时新建一个文挡-prohibited procedures at the beginning of a new run-block
- 2022-08-13 21:13:41下载
- 积分:1
-
一个简单的学藉管理系统,功能包括添加,删除,修改
一个简单的学藉管理系统,功能包括添加,删除,修改-By a simple learning management system, functions include add, delete, modify
- 2022-11-16 22:55:03下载
- 积分:1
-
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的L...
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去
3.编译manthlib,产生manthlib.dll
4.可以测试产生的dll可全局调用了。
注意生成dll路径也要指向vb工具目录-Vb realize this procedure to create a true global dll steps: 1. For the resulting dll to the preparation. Def files 2. Compilers Deputy LINK, have LINK.exe, then vb tools LINK.EXE renamed under LINKlnk.exe, our LINK.EXE generated their own place over the past 3. compilers manthlib, have manthlib.dll4. to test the overall situation can be generated by calling the dll. Note the path to point to generate dll directory vb tools
- 2023-07-25 09:25:03下载
- 积分:1