-
一个对win32消息处理的程序
一个对win32消息处理的程序-one pair of win32 information handling procedures
- 2023-01-12 12:50:04下载
- 积分:1
-
鼠标在移动到控件上(如命令按纽)时,改变形状
鼠标在移动到控件上(如命令按纽)时,改变形状-mouse to control the movement (such as the order button), change shape
- 2022-07-21 23:11:08下载
- 积分:1
-
Tools of students management. The function is not perfect ,but there are some fu...
小东西,学生管理工具。功能不十分丰富,但五脏俱全,欢迎大家多多指教-Tools of students management. The function is not perfect ,but there are some function is special.
- 2022-01-31 11:40:12下载
- 积分:1
-
一个可以实现加减乘除以及带括号的计算器,用数据结构知识中的数栈编写而成...
一个可以实现加减乘除以及带括号的计算器,用数据结构知识中的数栈编写而成-A calculation can be achieved as well as the brackets with the calculator, and knowledge of data structure has been prepared by a number of stack
- 2022-04-14 17:48:18下载
- 积分:1
-
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数...
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数-put a document to disk simulation, which is built on disk file system and provides basic file access function
- 2023-05-17 17:40:03下载
- 积分:1
-
这个聊天程序,在局域网内工作,用在写的即时通讯中进行的即时通讯…
一款用vc写的局域网聊天软件程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.界面也很清新-This chat program ,working in lan, written in vc carries out instant message communication through the basic P2P style, a clear and novel appearance is provided as well.
- 2023-01-11 06:25:03下载
- 积分:1
-
将一个excel表中的数据导入到数据库中,在企业中非常普遍
将一个excel表中的数据导入到数据库中,在企业中非常普遍-Would be an excel table data into a database, is very common in the enterprise
- 2022-01-24 17:12:23下载
- 积分:1
-
电压扰动分析数据采集部分
这是基于labview的电压扰动分析数据采集部分的程序框图,是一个完整的采集部分,很不错,希望大家采用哦!希望对大家有所帮助,后期有什么不会的问题也可以留言哦
- 2022-01-22 11:07:13下载
- 积分:1
-
一个 Visual C++ 6.0 访问剪贴板的例子
一个 Visual C++ 6.0 访问剪贴板的例子-A Visual C++ 6.0 examples to visit the clipboard
- 2022-12-18 06:40:02下载
- 积分: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