-
DataMatrix生成二维码demo
DataMatrix生成二维码demo,简单的使用DataMatrix生成二维码
- 2023-06-18 05:55:03下载
- 积分:1
-
MSChart实时曲线
在网上下载的示例,用VB的空间MSchart来显示实时曲线,觉得还不错,跟大家分享下,忘记来源哪个网站了,大家可以参考参考。最近一直在用MSchart,下了很多资料,这个是比较不错啊,很有借鉴意义。
- 2022-02-10 15:43:47下载
- 积分:1
-
本程序用于数据的折半查找,是折半查找的基本算法
本程序用于数据的折半查找,是折半查找的基本算法-the procedures for the binary search data is the basic binary search algorithm
- 2022-02-03 13:56:59下载
- 积分:1
-
电信计费程序 电信计费程序
电信计费程序 电信计费程序-Telecom billing procedures for telecommunications billing procedures
- 2022-01-21 22:43:51下载
- 积分:1
-
[问题描述]
在二叉排序树中查找关键字为KEY的记录
[输入]
有序表输入要查找元素的关键字
[输出]
查找成功是即可显示查找成功
#i...
[问题描述]
在二叉排序树中查找关键字为KEY的记录
[输入]
有序表输入要查找元素的关键字
[输出]
查找成功是即可显示查找成功
#include
#include
typedef int KeyType
typedef struct{
-[Problem Description] Binary Tree ranking keyword search for the records KEY [imported] ordered to investigate the importation of table find elements of the keyword search [output] is successful you can show success# include
- 2022-12-28 03:10:04下载
- 积分:1
-
K-均值在 C 编程
// kmeans.c//伊桑·布罗德斯基2011年//月#include#include#include#定义SQR(X)((X)*(X))#定义MAX_CLUSTERS16#定义MAX_ITERATIONS100#定义BIG_double(INFINITY)无效失败(字符*海峡){的printf(STR);出口(-1);}双calc_distance(INT暗淡,双* P1,双* P2){双distance_sq_sum= 0;对于(INT II=0;二
- 2023-07-21 00:35:03下载
- 积分:1
-
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n...
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。
(1)利用克鲁斯卡尔算法求网的最小生成树。
(2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值。
-minimum spanning tree problem to the n-city building communications networks needed to put up only n-1 lines can be. How the lowest economic cost of building the communications network, the network is a minimum spanning tree problem. (1) using Kelushikaer network algorithm for the minimum spanning tree. (2) to achieve 6.5 textbook definition of the abstract tree types MFSet. Spanning Tree Construction said this process of connectivity components. (3) the form of text output spanning trees and the edge of their weights.
- 2023-06-26 07:25:03下载
- 积分:1
-
对Acess数据库进行操作
对Acess数据库进行操作-right Acess database operation
- 2022-02-14 20:34:27下载
- 积分:1
-
Apriori算法实现频繁项集和关联规则
一共建6个表:
1) 购物表Trade_List(Trade_ID,Product)
2) 频繁一项集Apri
- 2022-05-08 00:30:06下载
- 积分:1
-
一个效率还可以的配对堆
Fibonacci Heap太难写了
配对堆可以有效替代Fibonacci Heap
附带了用它实现的Dijkstra...
一个效率还可以的配对堆
Fibonacci Heap太难写了
配对堆可以有效替代Fibonacci Heap
附带了用它实现的Dijkstra
复杂度O(nlogn+e)
-An efficient matching can also be hard to heap Fibonacci Heap wrote a pairing heap Fibonacci Heap can be an effective alternative to use it comes with the realization of Dijkstra complexity O (nlogn+ E)
- 2022-06-13 04:20:15下载
- 积分:1