-
VC环境下实现串口通讯功能,能进行文本文件的传输
VC环境下实现串口通讯功能,能进行文本文件的传输-VC environment to achieve serial communication function, can be a text file transmission
- 2023-03-29 01:00:03下载
- 积分:1
-
一个在线订购提交ASP程序系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 电子购物 运行环境: Win9x/NT/2000/XP/...
一个在线订购提交ASP程序系统 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 电子购物 运行环境: Win9x/NT/2000/XP/-submit an online ordering system software ASP Program Language : English software types : Domestic software/free version/electronic shopping environment for the operation : CTP /
- 2022-09-06 05:10:02下载
- 积分:1
-
取硬盘序列号ActiveX控件的创建及应用. 对于一些加密需要的朋友可能有用....
取硬盘序列号ActiveX控件的创建及应用. 对于一些加密需要的朋友可能有用.-serial numbers from hard drives to establish the ActiveX control and application. Encryption needs some friends may be useful.
- 2023-08-02 21:20:04下载
- 积分:1
-
Enter a date, you can calculate the week. This code is in VISUAL C++ 6.O program...
输入一个年月日,可以计算出是星期几。这段代码是在VISUAL C++ 6.O的编程环境下编写的。-Enter a date, you can calculate the week. This code is in VISUAL C++ 6.O programming environment prepared.
- 2022-03-03 13:59:22下载
- 积分:1
-
本程序实现的功能使:进行鼠标位置追踪!可以轻松的实现鼠标最追踪~!...
本程序实现的功能使:进行鼠标位置追踪!可以轻松的实现鼠标最追踪~!-procedures to achieve this functionality : for location tracking mouse! Easily the most mouse tracking ~!
- 2022-03-31 22:51:47下载
- 积分:1
-
Reported to realize the keyboard sound to meet the operation of the blind to the...
实现键盘报音,满足盲人的操作要球,非常有的代码-Reported to realize the keyboard sound to meet the operation of the blind to the ball, very some code
- 2022-09-28 20:55:03下载
- 积分:1
-
喷泉码 LT嘛的vc实现,绝对首创,欢迎交流共享
喷泉码 LT嘛的vc实现,绝对首创,欢迎交流共享-Fountain Code of vc realize why LT is absolutely the first to welcome the exchange of shared
- 2022-03-31 14:47:52下载
- 积分:1
-
To avoid repeatedly running the same procedure. Proceedings checking whether an...
避免同一程序多次运行.程序启动时检查是否已经有一个实例运行,有则启动停止.-To avoid repeatedly running the same procedure. Proceedings checking whether an instance has to run, I would start to stop.
- 2022-08-06 10:24:06下载
- 积分:1
-
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x...
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x-Through the use of any public function to hide its own process RegisterSerivceProcess procedures apply only to win9x
- 2022-06-03 17:00:41下载
- 积分: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