-
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教...
这是一个可以实现一个任意矩阵的行和列的快速转换的小程序,大家请指教-can achieve an arbitrary matrix of rows and columns of small rapid conversion process, please enlighten
- 2022-02-12 01:00:11下载
- 积分: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
-
数独游戏C++代码,在VC6.0下运行在控制台上,使用回溯法解决,…
数独游戏解算C++代码,在vc6.0上运行,控制台,使用回溯法解决,首先输出的是一个满足规则的数独例子,接着可以自己输入已知点的个数及其坐标、数字(要求不能违反规则),然后会生成满足条件的一个例子。-Sudoku solver C++ Code, in vc6.0 run on the console, use backtracking to solve, first of all to meet the output is a single example of a few rules, and then can enter the number of known points and coordinates, numbers (request can not be against the rules), and then meet the conditions will generate an example.
- 2023-03-24 18:10:03下载
- 积分:1
-
VPN,RAS拨号程序
一个完整的使用RAS相关函数编写的拨号程序,可支持VPN拨号程序代码,也适用于其他PPPOE拨号程序。主功能位于MyRasFunction,同时提供两个简单的测试程序。使用C++编写,测试程序界面使用ATL。
- 2022-02-03 18:10:58下载
- 积分:1
-
on the MDI view, it contains the standard positioning
在MDI视图中,它包含标准定位
- 2022-04-21 08:26:16下载
- 积分:1
-
interface 444,
界面-interface 444,
- 2022-08-25 19:28:39下载
- 积分:1
-
禁用usb存储设备
通过Windows消息循环检测Usb设备插入消息,通过调用Setupapi轮训设备管理器中的所有设备并匹配USB大容量存储设备,匹配成功之后调用api禁用设备管理中的usb设备,修改SetComState中参数即可重新启用USB设备
- 2022-01-25 16:09:19下载
- 积分:1
-
文件打开使用的一个小程序 大家都可以来看下 再帮我该一概阿...
文件打开使用的一个小程序 大家都可以来看下 再帮我该一概阿
-documents using open a small procedure, we can then look at the following to help me all the A
- 2022-03-24 08:40:20下载
- 积分:1
-
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法...
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法-Parser using the operator first set of analysis methods can be exported first and last set of input processing to determine whether the input string is valid
- 2022-08-05 20:37:39下载
- 积分:1
-
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译...
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译通过.-This is a record number of document random access procedures, and just now filerandomreadandwrite comparison. hope to inspire you. Visual C 6.0 compile.
- 2022-07-22 18:55:01下载
- 积分:1