-
本程序可以列出系统中所有的字体,用vc++编译
本程序可以列出系统中所有的字体,用vc++编译-This procedure can list all the system font, use vc++ Compiler
- 2022-05-15 12:33:45下载
- 积分:1
-
开发键盘的人员必要工具,
key view,相当于USB VIEW
开发键盘的人员必要工具,
key view,相当于USB VIEW-Staff the necessary tools to develop keyboard, key view, is equivalent to USB VIEW
- 2022-03-25 07:22:46下载
- 积分:1
-
This a recursive descent parser for C99. The output from the parser should be a...
This a recursive descent parser for C99. The output from the parser should be a parse tree.
- 2022-03-01 01:12:12下载
- 积分:1
-
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数...
Delphi的一些常用函数库
扩展的字符串操作函数
扩展的日期时间操作函数
扩展的位操作函数
扩展的文件及目录操作函
扩展的对话框函数
系统功能函数
硬件功能函数
网络功能函数
汉字拼音函数及过程
数据库功能函数
进制功能函数
其它功能函数-A Delphi common functions.include file,date,bit,dialog,hardware,network etc.
- 2022-03-26 11:06:08下载
- 积分:1
-
VB与VC混合编程中处理消息的方法(带部分源代码)
VB与VC混合编程中处理消息的方法(带部分源代码)-VB and VC mixed news programming processing methods (with source code)
- 2022-07-13 16:28:20下载
- 积分:1
-
清晰的java项目
clear java project
c lear java project
- 2022-01-28 09:18:59下载
- 积分:1
-
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。...
这是从CSDN上下载的关于显示系统时间的小程序,相信对初学者有很大帮助。-This is from the CSDN download time on the display system of small programs, I believe are very helpful for beginners.
- 2022-04-13 02:18:12下载
- 积分:1
-
C++ Builder 写入注册表的源代码,可以直接使用
C++ Builder 写入注册表的源代码,可以直接使用-C++ Builder source code written to the registry can be used directly
- 2023-03-01 14:55: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
-
>DLL编程
-->DLL编程
-->多线程编程
-->嵌入式编程
-->图像编程--> DLL Programming- " multi-threaded programming-" embedded programming- " Graphics Programming
- 2022-07-16 17:36:12下载
- 积分:1