-
Project4_BallmanFord
(图论)实现负权重转换(Bellman-Ford)
对于输入的任何一个拓扑(部分边的权重为负),要求变换网络中边的权重,任意两节点间的最短路不变,输出变换后各边权重。如果网络中存在负环,程序要有报警功能。算法主体写在CGraph类中((Graph theory) to achieve negative weight conversion (Bellman-Ford) to the input of any topology (some edge weight is negative), requiring transform the network edge weights between any two nodes of the shortest path unchanged, the output transform each edge weights. If the negative loop exists in the network, the program should alarm function. Algorithms written in CGraph class body)
- 2020-08-03 17:48:35下载
- 积分:1
-
c++酒店信息管理系统源代码
本代码为酒店客人信息管理系统c++源码,适用于大学生课程设计,实验报告,甚至加上一些功能后可用于实际酒店管理,包含客人信息添加,查询,删除,修改,存储,统计等功能,麻雀虽小,五脏俱全。
- 2022-04-28 13:04:23下载
- 积分:1
-
filetool
完美解决VC++6.0中不能添加和引入外部文件的的问题,编译后,vc上会有添加文件按钮,使用方便快捷!(Perfect solution VC++6.0 can not add external files and the introduction of the issue, the compiler, vc there on the Add files button, easy to use and fast!)
- 2013-09-04 19:42:52下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
jewframwcapabiyity
说明: 手机GSM TI 平台 串口 uart 驱动 源代码(Serial port uart driver source code of mobile phone GSM TI platform)
- 2019-01-06 22:55:49下载
- 积分:1
-
在有序的姓名列表中,插入一个同学的姓名,该表仍然有序。...
在有序的姓名列表中,插入一个同学的姓名,该表仍然有序。-In an orderly list of names, insert a classmate
- 2022-01-26 02:58:42下载
- 积分:1
-
GPIB
说明: 包含对gpib通讯的一些操作,类中包括对安捷伦数字万用表的基本操作,对固纬程控电源的基本操作和程控变阻箱的基本操作(Contains some operations for GPIB Communications,Class includes the basic operation of Agilent digital multimeter, weft fixing programmable power supply and programmable resistance box.)
- 2019-02-19 09:41:33下载
- 积分:1
-
IPSO
说明: 利用粒子群算法对分布式电源的出力成本进行优化(Using particle swarm optimization algorithm to optimize the output cost of distributed generation)
- 2021-04-12 09:21:44下载
- 积分:1
-
TestXListCtrlDlg
VC6测试XListCtrl,可以编译使用(VC6 XListCtrl)
- 2015-09-17 15:22:40下载
- 积分:1
-
三维Bezier曲线的rotationtranslation
马哈蒂尔在马来民族统一机构(巫统)变得活跃,马来西亚最大的政党,并被选为其决策组,最高委员会。随着巫统的支持,他在1964获得了一个席位,在众议院。他写了一本书
- 2022-06-02 01:59:07下载
- 积分:1