-
c#做的windows小程序 禁止重复打开同一程序多次 源码非常简单 初学者不可不看...
c#做的windows小程序 禁止重复打开同一程序多次 源码非常简单 初学者不可不看-so small windows open proceedings against repeat the same procedure repeatedly source is very simple beginners can not s
- 2023-07-09 17:55:03下载
- 积分:1
-
枚举NT线程
枚举NT线程-Enumeration NT thread
- 2022-02-10 05:05:04下载
- 积分:1
-
键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。...
键盘钩子的DLL程序,运用动态链接库,有兴趣的朋友可以看看。-The keyboard hook DLL procedures, the use of dynamic-link library, interested friends can see.
- 2022-06-20 01:46:02下载
- 积分:1
-
VB打印及预览演示控件,
VB打印及预览演示控件,-VB Print preview and demo controls,
- 2022-05-16 13:21:55下载
- 积分:1
-
Detection of the source code of the mobile plate
检测移动盘的源代码-Detection of the source code of the mobile plate
- 2022-01-26 01:05:03下载
- 积分: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
-
C++builder下编写的多媒体定时器应用的例子,非常方便地移植到数据采样控制方面的工控程序。...
C++builder下编写的多媒体定时器应用的例子,非常方便地移植到数据采样控制方面的工控程序。-multimedia timer programming with C++Builder。
- 2022-01-26 00:20:54下载
- 积分:1
-
显示怎样检测stdin, stdout, stderr是否被重定向
显示怎样检测stdin, stdout, stderr是否被重定向- Demonstrated how examines stdin, stdout, stderr whether by
heavy direction detection
- 2022-03-18 06:10:24下载
- 积分:1
-
I open a pop
我的一个打开和弹出光驱的小程序 放在 桌面上 以方便 开、关 光驱托盘!-I open a pop-up drive and the small program on the table to facilitate the opening and closing drive tray!
- 2022-07-25 12:29:31下载
- 积分:1
-
LibGC is a thread
Portable thread-based garbage collection library, for C-LibGC is a thread-based garbage-collection library with the following features:
thread-based garbage collection.
precise collection.
uses the mark & sweep algorithm.
portable uses no low-level O/S-specific features.
no dependencies headers only.
weak pointers.
garbage-collected strong and weak arrays.
customizable garbage collection with user-defined finalize and mark callbacks.
wrapper class for non-garbage-collected classes.
- 2022-12-23 06:05:03下载
- 积分:1