-
K r u s k a l算法每次选择n
K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的
边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选
取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中
边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其
加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-K ruskal algorithm for each choice of n-1 edges, the greed of the criteria used are: from the left edge select does not produce a loop with the smallest cost edge has been selected to join the edge of the collection. Taking note of the selected edges have a loop if it can not form a spanning tree. K ruskal algorithm sub-e-step, in which e is the number of network edge. According to the order of incremental cost to consider this e edges, each taking a side. When considering a certain edge when, if its added to a collection of selected edge loop will appear, will be its discarded, otherwise, it selected.
- 2023-02-08 08:10:04下载
- 积分:1
-
LAN messaging
局域网内发送消息-LAN messaging
- 2023-06-18 14:05:03下载
- 积分:1
-
一种 plc 模拟器
这是我第一版本的 PC PLC 模拟程序。近 15 年,现在我梦想成真,我梦到它。
我会把它尽可能接近真实,如果我有足够的时间。任何贡献是心存感激。
可编程逻辑控制器是为大多数工业应用而设计的。
为了控制外围电子设备 (如 Relay、Magnetic contactors、solenoid 阀......等。它被打算当一名翻译。
了 PLC 的编程语言是脑瘤像梯形图符号,电子自动控制,熟悉的人应该熟悉它。PLC 由程序控制,输入和梯子后程序计算 PLC 将控制输出,毕竟,您可以控制电子设备,如你所愿。
- 2022-12-08 03:35:02下载
- 积分:1
-
软键盘输入法,支持中文输入法,功能还有待改进
软键盘输入法,支持中文输入法,功能还有待改进-Soft keyboard input method support for Chinese character input method, function could be improved
- 2022-08-19 14:06:49下载
- 积分:1
-
Discrete cosine transform to compress data.
Discrete cosine transform to compress data.
- 2023-01-03 05:25:02下载
- 积分:1
-
通过串口发送和接收数据,界面简单漂亮.很容易的一个程序
通过串口发送和接收数据,界面简单漂亮.很容易的一个程序-through the serial port to send and receive data, interface pretty simple. A very easy process
- 2022-11-05 09:25:03下载
- 积分:1
-
该程序可以测试飞思卡尔
该程序可以测试飞思卡尔-MC13224射频性能
- 2022-04-20 06:48:17下载
- 积分:1
-
vc development applications
vc开发的应用程序-vc development applications
- 2023-03-08 00:20:02下载
- 积分:1
-
基于AD590和52单片机00的只能温控系统
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P3^3;
sbit lcdrs=P3^4;
sbit lcdrw=P3^5;
sbit eoc=P3^2;
sbit ale=P2^4;
sbit st=P2^4;
sbit oe=P2^5;
sbit clk=P2^3;
unsigned long dianya=0;
uchar num;
uchar code table[]="the range:0-100";
uchar code ta
- 2022-03-23 02:09:17下载
- 积分:1
-
带设置中奖率的自动抽奖程序_java版本
自助开发的一个简单的带中奖率设置的java版的自动抽奖程序,有兴趣的可以下载试玩。
自助开发的一个简单的带中奖率设置的java版的自动抽奖程序,有兴趣的可以下载试玩
- 2023-07-18 06:25:03下载
- 积分:1