-
delphi多线程实例 一个电梯方面的控制程序
delphi多线程实例 一个电梯方面的控制程序-delphi example of a multi-threaded elevator control procedures
- 2022-02-02 15:03:10下载
- 积分: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
-
插入u盘自动拷贝到指定目录,带有文件过滤功能
插入u盘自动拷贝到指定目录,带有文件过滤功能
- 2022-01-31 11:24:46下载
- 积分:1
-
和机器人网络通信
通过和机器人建立网络连接 实时和机器人进行通信,控制机器人运动,运动的信息反馈给电脑,这样实现了机器人和电脑的实时控制。
- 2023-09-04 16:30:04下载
- 积分:1
-
获取当前计算机的硬件信息,包括处理器,鼠标、显卡类型,网卡mac号等...
获取当前计算机的硬件信息,包括处理器,鼠标、显卡类型,网卡mac号等-access to current computer hardware information, including card type, card mac, etc.-Access to the current computer
- 2022-03-14 06:48:43下载
- 积分:1
-
c语言学习:包括c语言的库函数,和开发工具
c语言学习:包括c语言的库函数,和开发工具-c language learning: including c language library function, and development tools
- 2023-03-10 02:50:04下载
- 积分:1
-
系统服务编程示例!
系统服务编程示例!-System Programming Example!
- 2022-09-27 23:40:03下载
- 积分:1
-
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份...
本文件是关于硬盘主引导扇区备份的,主要内容是通过BIOSDISK对硬盘主引扇区进行备份-this document is on the hard disk"s master boot sector backup, the main contents of the hard drive right through BIOSDISK main backup primer Sector
- 2023-05-08 16:00:02下载
- 积分:1
-
有些功能不能用 要稍加修改 可以自己改密码 默认的密码是 代号永恒:19850126 其他的是:123456...
有些功能不能用 要稍加修改 可以自己改密码 默认的密码是 代号永恒:19850126 其他的是:123456-some functions can not be used to be some amendments to change their default password is the password eternal code : 19850126 other is : 123456
- 2022-06-15 10:10:25下载
- 积分:1
-
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,...
结构体对齐的算法 < 常用算法与数据结构 >
由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨此感谢vckbase上那些给我提供过帮助的朋友们。
源代码包括两部分,一部分是正式的调用函数,一部分是调用demo程序,全部包含在AlignOffSet.cpp文件中。该文件已经在VC++6.0上通过编译,并运行成功。
- 2022-11-25 01:35:04下载
- 积分:1