-
一个具有对话框的WinAPI窗口程序,非常简单的
一个具有对话框的WinAPI窗口程序,非常简单的-Dialog_Windows
- 2022-01-26 00:55:42下载
- 积分:1
-
视觉基本实例使用不同格式的数
A visual bsic example using different fromat of number
- 2022-05-22 01:40:48下载
- 积分:1
-
C# 1 on the mapping process. . Very simple. . Help you learn C# tools for the us...
一个关于C#的作图程序。。很简单的。。帮助你学习C#工具栏的使用-C# 1 on the mapping process. . Very simple. . Help you learn C# tools for the use of column.
- 2022-03-26 11:59:52下载
- 积分:1
-
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。...
本程序是一个进程的内存分配占用空间的计算的小程序,可以用不同的颜色表示不同的内存占用。-This program is a process of the calculation of the memory space allocated a small program, you can use different colors for different memory footprint.
- 2022-07-24 11:00:50下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
"C常用算法程序集" 第二版 徐士良主编 清华大学出版社配套软盘 希望对学习C编程的人有用...
"C常用算法程序集" 第二版 徐士良主编 清华大学出版社配套软盘 希望对学习C编程的人有用-err
- 2022-12-07 01:55:03下载
- 积分:1
-
非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习...
非常好的VB学习案例程序,包括一定的财务知识,适合有VB基础的人学习-VB very good case study procedures, including certain financial knowledge, VB is the basis for learning from the people
- 2023-03-23 20:50:04下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
一个128位大整数类
一个128位大整数类--An class of 128 bit long integers
- 2022-09-30 18:55:03下载
- 积分:1
-
这个图书馆是专为ds18xxx传感器,单总线。
This library was designed for DS18xxx sensors, one wire bus.
- 2022-10-19 16:20:03下载
- 积分:1