-
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息-The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland
- 2022-05-30 17:00:16下载
- 积分:1
-
AES has been certified by the AES DELPHI, the better, we all try, different peop...
已经通过AES认证的AES的DELPHI实现,比较好,大家自己试试看,不同的人写的-AES has been certified by the AES DELPHI, the better, we all try, different people write
- 2023-06-21 14:20:02下载
- 积分:1
-
a call Api Functions example, control loudspeaker audible.
一个C#中调用Api函数的例子,控制喇叭发声。-a call Api Functions example, control loudspeaker audible.
- 2022-03-13 11:44:33下载
- 积分:1
-
这4个部分系列将讨论的窗口访问控制模型,以及它是如何。
This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
- 2022-02-09 15:24:09下载
- 积分:1
-
java实现office中的excel功能的文章,很有用的阿!希望能对大家设计这种程序时候有所帮助。...
java实现office中的excel功能的文章,很有用的阿!希望能对大家设计这种程序时候有所帮助。-achieve the functional excel article A very useful! We hope that the design of such procedures often help.
- 2022-12-17 12:45:03下载
- 积分:1
-
c++资料c_c++中文帮助文档(API).rar
c++资料c_c++中文帮助文档(API).rar-c data c_c++ Chinese help documentation (API). rar
- 2022-07-12 05:20:58下载
- 积分:1
-
这是操作系统中内存分配的编程实验,是内存管理的编程。
这是操作系统中内存分配的编程实验,是内存管理的编程。-This is the Operating System memery distribution programme
- 2022-03-29 04:25:51下载
- 积分: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
-
,写程序的时候不太注意原程序的格式化排列,看的时候觉得很别扭,特别是程序长,程序短的时候可以用手工排列一下,但程序长了,排列就比较麻烦,因此就写了一个自动排列的...
,写程序的时候不太注意原程序的格式化排列,看的时候觉得很别扭,特别是程序长,程序短的时候可以用手工排列一下,但程序长了,排列就比较麻烦,因此就写了一个自动排列的程序,排列原程序就很方便了,排列几千行的程序也费不了多少时间-Written procedures do not pay attention to the original program with the format, look at the time feel very uncomfortable, especially the long program, the program can be a short period of time by hand with you, but the process is longer, with more trouble, so on the written with an automatic procedure, with the original program is very convenient, with thousands of lines of program costs also not much time
- 2022-02-03 18:47:16下载
- 积分:1
-
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“...
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“/install”,然后运行代码。卸载输入“/uninstall”,然后运行代码。-This is a Delphi system services provided by the class production services for the background, demonstrated a regular backup files. Registration services, in Delphi"s Run dialog box input parameters "/ install," and then execute code. Unloading the importation of "/ uninstall", and then run code.
- 2022-11-13 01:20:03下载
- 积分:1