-
和机器人网络通信
通过和机器人建立网络连接 实时和机器人进行通信,控制机器人运动,运动的信息反馈给电脑,这样实现了机器人和电脑的实时控制。
- 2023-09-04 16:30:04下载
- 积分:1
-
VC++WM_COPYDATA接收端
VC++WM_COPYDATA接收端 -VC++ WM_COPYDATA receiving end
- 2022-04-07 00:10:19下载
- 积分:1
-
空间后方交会
摄影测量的空间后方交会程序,主要是计算地面点的三维坐标-spatial resection
- 2023-02-09 09:20: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
-
使用内存映射文件共享数据的例子
使用内存映射文件共享数据的例子- The use memory maps the document sharing data the example
- 2022-02-01 01:32:07下载
- 积分:1
-
Fit the full commissioning of the major colleges students dormitory management a...
适合各大中专院校全面启用学生宿舍管理和日常登记工作!-Fit the full commissioning of the major colleges students dormitory management and day-to-day registration!
- 2023-07-16 08:05:03下载
- 积分:1
-
通过本程序可以监控注册表,本程序来源于CodeProject网站,我以前下的。...
通过本程序可以监控注册表,本程序来源于CodeProject网站,我以前下的。-This procedure can be monitored through the registry, the program comes from CodeProject site, I under.
- 2022-05-08 18:34:33下载
- 积分:1
-
用C语言实现hilobert
hilbert变换,对正弦函数采样,然后对h(t)采样,做褶积,得到90度相移的虚地震道
- 2022-05-10 19:17:43下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41:32下载
- 积分:1
-
used to create remote compilation process technology
用汇编创建远程进程技术-used to create remote compilation process technology
- 2023-06-11 21:00:03下载
- 积分:1