-
ping命令的源代码
ping命令的源代码 -ping command source
- 2022-02-02 00:36:50下载
- 积分:1
-
这一实现Kruskal算法。这个项目发现了美国的最低成本。
This an implementation of Kruskal s algorithm. This program finds minimum cost using Kruskal algorithm.-This is an implementation of Kruskal s algorithm. This program finds minimum cost using Kruskal algorithm.
- 2022-05-10 12:14:13下载
- 积分:1
-
VC++调Matlab的简易程序,调出Matlab的figure图
VC++调Matlab的简易程序,调出Matlab的figure图-VC++ tune simple Matlab program, bring up Matlab" s figure diagram
- 2022-01-28 08:21:20下载
- 积分:1
-
关于windows CE设备驱动的结构,为微软教学实验课程,值得下载...
关于windows CE设备驱动的结构,为微软教学实验课程,值得下载-Windows CE device drivers on the structure of the experimental teaching courses for Microsoft, it is worth downloading
- 2022-07-28 10:35:57下载
- 积分:1
-
编程步骤:
编程步骤: 1, 创建新工程(Win32 Console Application)。 2, 添加如下源文件: List.cpp ?链表类的实现 Operater.cpp ?操作类的实现 Main.cpp ?程序入口 添加如下头文件: List.h ?链表类的头文件 Operater.h ?操作类的头文件 3, 添加代码......... 4, 编译,调试,除错,完成.-Programming steps:
1.Create a new project(Win32 Console Application)
2.Add source codes as following:List.cpp__the implementation of list type Operater.cpp__the implementation of operater type Main.cpp__the start point of the program
Then, Add head file as following:List.h__the head file of list type Operater.h__the head file of operater type.
3. Add code.........
4. compile, debug,correct and the finish
- 2022-01-28 12:46:25下载
- 积分:1
-
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例....
简易文本编辑器、复合查询、查询、滚动字幕、简单数据绑定等示例.-simple text editor, composite inquiries, and rolling subtitles, simple data bundled with other examples.
- 2022-03-19 05:40:20下载
- 积分:1
-
应用Win32进行开发的功率电平转换程序,因为工作需要开发的。演示了用Win32进行浮点运算的方法。...
应用Win32进行开发的功率电平转换程序,因为工作需要开发的。演示了用Win32进行浮点运算的方法。-The power electric level convert program designed by WIN32. You can see how to use WIN32 to perform float calculate.
- 2022-08-17 04:05:43下载
- 积分:1
-
这是一个射击游戏的源代码,是在vc环境下的源代码。
这是一个射击游戏的源代码,是在vc环境下的源代码。-This is a shooting game"s source code, vc environment in the source code.
- 2023-09-05 17:20:04下载
- 积分:1
-
应用MMX和SSE优化的内存复制
对于一般情况,VC自带的memcpy效率一般。但在处理大块内存和大内存运算上,效率就不高了。实际上CPU的扩展指令集MMX、SSE及后期64位和128位指令可以简单改善内存操作。不过也有一些限制,由于要考虑CPU指令序列前后,否则优化效果不明显。这是一个使用MMX/SSE的简单优化例子。
- 2022-06-30 20:03:01下载
- 积分:1
-
鼠标定位器
本程序由vc2012基于win32框架编写,基本原理是设计定时器按时刷新界面显示鼠标位置及所指窗口信息。
- 2023-09-05 01:05:02下载
- 积分:1