-
是一个简单的API小程序,运行结果是生成带有一个按钮的可以获得当前窗口编号的窗口。...
是一个简单的API小程序,运行结果是生成带有一个按钮的可以获得当前窗口编号的窗口。-API is a simple small program, the results are generated with a button to get the current window ID of the window.
- 2022-07-22 05:46:52下载
- 积分:1
-
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统...
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file. To achieve replication system and delete system files purposes. Yes, I graduated from the design, only the NTFS delete failed to materialize, and procedures are in Win2000 Bug.
- 2022-07-04 03:44:58下载
- 积分:1
-
此代码透过修改msgina,在下次重启系统后,在windows登入窗口前执行自己的程序,登入后结束程序.一般指纹辨识或防毒软件亦使用此方法取得第一登入优先,请勿...
此代码透过修改msgina,在下次重启系统后,在windows登入窗口前执行自己的程序,登入后结束程序.一般指纹辨识或防毒软件亦使用此方法取得第一登入优先,请勿使用在不法用途,需执行一次xgina.reg,亦可修改成由程序写入登录文件-This code by modifying the msgina, at the next reboot the system after the windows login window before the implementation of its own procedures, log in after the end of the procedure. General fingerprint or anti-virus software also use this method to obtain the first priority login, please do not used in illegal purposes, to be implemented once xgina.reg, can also be modified by the procedure into the log file
- 2022-01-26 03:52:24下载
- 积分: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
-
partion of fdisk in dos,this is a good little tool,it is downloaded from other p...
FDISK硬盘在dos下分区,这是一个很好的小工具。从别处转载而来的-partion of fdisk in dos,this is a good little tool,it is downloaded from other place.
- 2022-08-02 12:52:40下载
- 积分:1
-
医院管理信息系统用VC++ACESS数据库实现~
医院管理信息系统用VC++ACESS数据库实现~-Hospital management information system using VC ACESS database realize ~
- 2022-02-02 09:11:29下载
- 积分:1
-
在某些帐户无法运行的情况下,用另一用户指定运行程序。可以修改每次都指定程序,或只指定一次即可。...
在某些帐户无法运行的情况下,用另一用户指定运行程序。可以修改每次都指定程序,或只指定一次即可。-Account can not run in some circumstances, another user-specified run the program. Can be amended every time the specified procedures, or only specified once.
- 2022-08-23 23:47:57下载
- 积分:1
-
请认真阅读您的文件包,说明它至少有40字节。
Please read your package and describe it at least 40 bytes.
System will automatically delete the directory of debug and release, so please do not put files on these two directory
- 2023-02-14 06:55:03下载
- 积分:1
-
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。...
自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。
- 2022-02-06 15:36:46下载
- 积分:1
-
通过系统的调用在DOS界面上调用出非常细致的菜单界面。
通过系统的调用在DOS界面上调用出非常细致的菜单界面。-Through the system call interface in the DOS call a very detailed menu interface.
- 2022-04-11 09:56:39下载
- 积分:1