-
This is a C++ Builder environment, copy the file preparation, and can be prepare...
这是一个在C++Builder环境下,对文件进行拷备,并且可以把拷备的文件重新读入的方法。-This is a C++ Builder environment, copy the file preparation, and can be prepared to copy the file to re-read approach.
- 2022-10-06 11:30:04下载
- 积分:1
-
地图着色问题又称为“四色问题”,四色问题的内容是:“任何一张地图只用四种颜色就能使具有共同边界的国家着上不同的颜色...
地图着色问题又称为“四色问题”,四色问题的内容是:“任何一张地图只用四种颜色就能使具有共同边界的国家着上不同的颜色-map also known as the "four color", the four-color problem is the content : "Anyone with a map of only four colors will be able to have a common border with the country on different colors
- 2022-01-30 17:20:43下载
- 积分:1
-
作业调度模拟系统
操作系统编程模拟实现了作业及进程的调度...
作业调度模拟系统
操作系统编程模拟实现了作业及进程的调度-Job scheduling simulation system for simulation of operating system programming operations and realize the process of scheduling
- 2022-04-27 21:36:21下载
- 积分:1
-
如何用你的相机 / 网络摄像头执行人脸检测
如何用你的相机 / 网络摄像头执行人脸检测
- 2022-11-30 14:20:03下载
- 积分:1
-
这是MSDN里面带的程序例子,用来检查某一个进程GDI的使用情况。对于在95、98下面进行调试和测试很有帮助。适用于测试人员。...
这是MSDN里面带的程序例子,用来检查某一个进程GDI的使用情况。对于在95、98下面进行调试和测试很有帮助。适用于测试人员。-inside with the procedures example, used to check a process of the use of GDI. In the following 95, 98, debug and test helpful. To test.
- 2022-12-04 18:25:03下载
- 积分:1
-
This is basically to explain how to use an automation out of proc server. So I u...
This is basically to explain how to use an automation out of proc server. So I used MSN Messenger. My article explains a few things about MSN Messenger. It has one ATL class CIMSGEvents which handles the events fired by MSN Messenger. It catches events fired by MSN Messenger and just outputs about it in an EditBox.
- 2022-01-26 01:56:00下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
演示了如果拖放文件,并解析文件是否为快捷方式和文件信息。...
演示了如果拖放文件,并解析文件是否为快捷方式和文件信息。
- 2023-04-12 14:50:04下载
- 积分:1
-
MFC 自动提交表单
应用背景使用WebBrowser控件解析HTML页面,填写数据提交实现查询功能关键技术MFC 内嵌浏览器,找开百度自动提交表单搜索......
- 2022-01-25 15:00:19下载
- 积分:1
-
制限鼠标,那鼠标在一定的区域活动.请读者多多指点,我也是菜鸟....
制限鼠标,那鼠标在一定的区域活动.请读者多多指点,我也是菜鸟.-System limits the mouse, then mouse in a certain degree of regional activities. Please readers more guidance, I am also a rookie.
- 2022-03-07 17:10:30下载
- 积分:1