-
模板函数的源代码
这个是c++实验课上的模板函数的压缩包,里面有实验源代码以及一些运行生成的文件,这个是用VS2010编写的,在windows7环境下运行的,其中vs里加了qt使运行出来有控制台。
- 2022-09-13 09:20:04下载
- 积分: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
-
基于肤色的人脸检测,在VC++6.0的环境下运行
基于肤色的人脸检测,在VC++6.0的环境下运行-Based on the color of human face detection, in VC++ 6.0 environment running under
- 2022-03-24 00:41:28下载
- 积分:1
-
Tarak
Tarak-Tarak是一个移动机器人模拟器。它允许用户从一个经典类型和传感器集合来设计一个移动机器人平台,编程处理机器人的行为,打接着在一个用户定义的环境中模拟机器人。这个程序是用C++编写的-Tarak- Tarak is a mobile robot simulator. It allows users to a classic type and sensors designed to set a mobile robot platform, Robot Programming, then play in a user-defined environment simulated robot. The procedure is used to prepare the C
- 2022-06-30 19:23:07下载
- 积分:1
-
本程序用风险投资统计中的汉字和汉字的数量…
本程序利用VC来统计中英文字符数,适用VC的初学者-This procedure using VC to statistics the number of characters in Chinese and English, for VC beginner!!
- 2022-03-23 22:43:06下载
- 积分:1
-
Upload this file please
Upload this file please
- 2022-10-06 13:40:03下载
- 积分:1
-
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题...
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题-Java two small programs : a hefty almanac is printed out, and the other is to solve an interesting mathematical problem
- 2022-09-26 07:20:02下载
- 积分:1
-
自动反击
自动反击---浏览器标题被改,首页被改软件-automatically counterattack--- browser title was changed, a change software Home
- 2022-02-06 19:19:52下载
- 积分:1
-
一个可以识别函数类型,参数,返回值的小程序源码,适合C++初学者学习参考...
一个可以识别函数类型,参数,返回值的小程序源码,适合C++初学者学习参考-One can identify the function type, parameters, return values of the small program source code, suitable for beginners to learn C++ Reference
- 2022-08-07 10:17:03下载
- 积分:1
-
用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善...
用matlab编写的遗传算法例子,与传统比较改善用matlab编写的遗传算法例子,与传统比较改善-Prepared using genetic algorithm matlab example, compared with the traditional used to improve the preparation of the genetic algorithm matlab example of the improvement compared with the traditional
- 2022-02-28 10:59:57下载
- 积分:1