-
华为内部软件编码规范训练教材,有助提升编码可读性!
华为内部软件编码规范训练教材,有助提升编码可读性!-Internal software coding norms Huawei training materials, and help enhance the readability of code!
- 2022-11-28 21:25:03下载
- 积分:1
-
获得硬盘物理id
获得硬盘物理id-was hard physical id
- 2022-02-03 03:29:49下载
- 积分: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
-
MFC is collect examples of the types of templates
MFC中是collect模板类的例子-MFC is collect examples of the types of templates
- 2022-11-08 02:05:04下载
- 积分:1
-
lib文件的结构说明
lib文件的结构说明-lib structure of the document note
- 2022-06-15 13:21:53下载
- 积分:1
-
NServiceBus
=======================
- 2022-02-10 08:01:44下载
- 积分:1
-
简单遗传算法
遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。...
简单遗传算法
遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。
-Simple genetic algorithm genetic algorithm based on Darwin" s theory of evolution is an intelligent optimization algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields.
- 2022-03-21 04:29:33下载
- 积分:1
-
c++运动会课程设计
为了巩固我们数据结构知识,加强我们的实际动手能力和提高我们综合素质,提高我们对计算机软件工程的认识学院组织我们进行了数据结构课程设计。此次课程设计要达到以下几点目的:
(1)了解并掌握数据结构与算法的设计方法,具备初步的独立分析和设计能力。 (2)提高程序设计和调试能力。学生通过上机实习,验证自己设计的算法的正确性。学会有效利用基本调试方法,迅速找出程序代码中的错误并且修改。
(3)培养算法分析能力。分析所设计算法的时间复杂度和空间复杂度,进一步提高程序设计水平。
(4)初步掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能。
- 2022-06-01 05:56:31下载
- 积分:1
-
screen capture program for capture screen images and save this example is a scre...
屏幕捕获程序 用以捕获屏幕图象并保存,本实例是一个能随时抓取屏幕图象的软件-screen capture program for capture screen images and save this example is a screen that can capture images of the software
- 2023-01-15 12:25:04下载
- 积分:1
-
温州市电力汽校学员管理系统(v1.0),数据库编程,vc+win2
温州市电力汽校学员管理系统(v1.0),数据库编程,vc+win2-Wenzhou City Power Steam cadet Management System (v1.0), database programming, vc WIN2
- 2022-08-09 18:06:03下载
- 积分:1