-
system available information; XP for such machinery particularly handy; Informat...
可以获得系统信息;
对于XP等机器尤其好用;
为信息搜集的重要代码-system available information; XP for such machinery particularly handy; Information collected for the important code
- 2023-05-30 23:25:03下载
- 积分:1
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,身份识别程序源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, identification procedures for source code
- 2023-06-12 14:40:04下载
- 积分:1
-
显示电池使用情况的类
显示电池使用情况的类-indicate battery use of the category
- 2022-08-07 08:06:08下载
- 积分:1
-
排序vc++实现,用于完成一个约瑟夫环,可以实现0到50000的任何人数和步长的计算。...
排序vc++实现,用于完成一个约瑟夫环,可以实现0到50000的任何人数和步长的计算。-Sort vc++ implementation for the completion of a Joseph Central, 0-50000 can be achieved in any number and step calculations.
- 2023-09-02 07:05:05下载
- 积分: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
-
改变视图单调的背景
改变视图单调的背景-monotonous background
- 2022-02-06 09:11:41下载
- 积分:1
-
这是用凌阳单片机编的公交车报站器程序,绝对好用,内附强大的语音处理功能!...
这是用凌阳单片机编的公交车报站器程序,绝对好用,内附强大的语音处理功能!-This is made by Sunplus Singlechip bus stop program, the absolute ease of use, enclosing a powerful voice processing functions!
- 2022-02-25 21:21:41下载
- 积分:1
-
very good code!
very good code !
-very good code!
- 2022-03-05 05:52:53下载
- 积分:1
-
Advantech industrial control board VC Programming AD procedures, very good, the...
工业控制研华板卡VC编程实现AD程序,很不错的,用动态连接库的方式调用函数,适合工控软件提供的开发方法-Advantech industrial control board VC Programming AD procedures, very good, the dynamic link library of the function call, for the Industrial Control Software Development Methodology
- 2023-08-21 10:35:04下载
- 积分:1
-
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头...
在用C++写要导出类的库时,我们经常只想暴露接口,而隐藏类的实现细节。也就是说我们提供的头文件里只提供要暴露的公共成员函数的声明,类的其他所有信息都不会在这个头文件里面显示出来。这个时候就要用到接口与实现分离的技术。
-Using C++ to write the database to export category, we just want to expose the regular interface, and the realization of the hidden details of categories. This means that we provide only the first document to be exposed to public member functions of the statement, all other information in this header file will not be displayed inside. This time will be used to achieve separation of interface and technology.
- 2022-05-07 22:12:27下载
- 积分:1