-
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。...
函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。-The function obtains the interval timer s information of the current process and keeps the result in certain structure variable which is in kernel space.Finally,copys it to buffer of user space.
- 2022-03-03 19:03:50下载
- 积分:1
-
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(...
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Desktop back to the local catch, and then in the dialog box shows that the local mouse and keyboard actions into command input, and then sent to the remote host implementation (in fact this step is to simulate the operation of mouse and keyboard), and finally Remote Desktop will return once again to capture the local, in the dialog box is displayed. And thus the realization of the system built-in Remote Desktop function.
- 2022-07-03 23:37:17下载
- 积分:1
-
控件大小随窗口变化
控件大小随窗口变化-control with the size of the window changes
- 2022-03-13 04:40:38下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
一个完整的串口通信程序,可实现两台机器之间的通信
一个完整的串口通信程序,可实现两台机器之间的通信-a complete serial communication procedures can be realized between the two machine communication
- 2022-01-26 07:39:39下载
- 积分:1
-
利用优先数算法,实现在单处理器系统中的进程管理和调度
利用优先数算法,实现在单处理器系统中的进程管理和调度-Use the priority number of algorithms, to achieve in a single-processor system of process management and scheduling
- 2022-02-02 07:11:49下载
- 积分:1
-
图像处理类可以很容易的处理bmp等数字图形和图像。如果你使用的话有什么bug 请通知我...
图像处理类可以很容易的处理bmp等数字图形和图像。如果你使用的话有什么bug 请通知我-This image processing class can easily process digital graphs and images, such as bmjp etc.If you find any bug during your use, please notify me.
- 2022-08-14 06:06:13下载
- 积分:1
-
Marvell WIFI CF8381P labtool.zip
Marvell WIFI CF8381P labtool.zip
- 2022-09-16 01:05:03下载
- 积分:1
-
codigo de arboles binarios
codigo de arboles binarios
- 2023-02-02 13:35:04下载
- 积分:1
-
Lua,如何学习语言。
lua make, how to learn Lua language.
- 2022-02-02 00:24:49下载
- 积分:1