-
一个获得Cpuid的Delphi程序
一个获得Cpuid的Delphi程序-was a CPUID of Delphi Program
- 2022-04-18 12:29:42下载
- 积分:1
-
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等...
好东西,用dephi写的,高数中的算法,包括积分,微分,极限,级数,最优化方法等-good things with dephi written in the high number of algorithms, including integral, differential, limit, series, optimization methods
- 2022-11-20 05:25:04下载
- 积分:1
-
本程序的目的是实现数组的逆置,即将一个一维数组倒过来
本程序的目的是实现数组的逆置,即将一个一维数组倒过来-The purpose of this program is to achieve the inverse of an array set about to reverse a one-dimensional array
- 2022-01-21 19:32:36下载
- 积分:1
-
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数...
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数
系统功能函数
硬件功能函数
网络功能函数
汉字拼音函数及过程
数据库功能函数
进制功能函数
其它功能函数-A Delphi common functions.include file,date,bit,dialog,hardware,network etc.
- 2022-03-26 11:06:08下载
- 积分:1
-
这是一个存储器管理系统的c++程序,(可以运行)。能够实现存储器的静态管理,可以转换字节。...
这是一个存储器管理系统的c++程序,(可以运行)。能够实现存储器的静态管理,可以转换字节。-This is a memory management system c procedures, and (run). To achieve the static memory management, can be converted byte.
- 2023-01-19 17:55:03下载
- 积分:1
-
luascript反编译
lua 反汇编器 针对HTC Manila3D-luascript decompiler
- 2022-03-01 02:08:47下载
- 积分:1
-
在NTFS下,扫描磁盘上所有文件,包括已删除的文件,且可恢复被删除的文件。...
在NTFS下,扫描磁盘上所有文件,包括已删除的文件,且可恢复被删除的文件。-in NTFS, disk scanning all documents, including the document has been deleted, and restore files that were deleted.
- 2023-02-19 18:25: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
-
它是窗口系统接口测试套件源代码文件
It is windows system API test suite source code file
- 2022-01-26 07:52:36下载
- 积分:1
-
wdf 驱动程序
这是我见过的最详细的PCI9054的驱动程序了,希望对大家的学习有帮助!而且写得比较清晰易懂
- 2023-03-26 05:35:04下载
- 积分:1