登录
首页 » 数据结构 » 网络优化算法:任两点间最短路径问题的BellmanFord算法

网络优化算法:任两点间最短路径问题的BellmanFord算法

于 2022-05-06 发布 文件大小:1.70 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

网络优化算法:任两点间最短路径问题的BellmanFord算法-Network optimization algorithms: the shortest path between any two points BellmanFord algorithm issues

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle库的服务器,控制各类SQL语句的...
    OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语言)中进行调用可达到存取ORACLE数据库的目的。 本工程包含一个简单的oci封装,封装oci的基本操作,日常开发中对速度要求比较高而ado和普通的odbc方法满足不了要求的情况下可以考虑使用-OCI (Oracle Call Interface) was developed by an ORACLE application development tool, one by accessing the Oracle database server and control the implementation of various types of SQL statements, thereby creating the application s application program interface (API). It supports all SQL data definition, data manipulation, query, transaction management, operation, support C and C++, data types, call, syntax and semantics. It provides a set of Oracle database can access the interface sub-routines (functions). OCI program in essence is to use high-level language to write programs, characterized by an internal subroutine library that con
    2023-05-23 00:55:03下载
    积分:1
  • 一个用vb编的库的基本操作。
    一个用vb编的数据库的基本操作。-vb series with a database of the basic operation.
    2022-02-01 11:08:54下载
    积分:1
  • 算符有限分析法 //程序功能: //根算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E...
    算符有限分析法 //程序功能: //根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 //文法:E→E+E E-E E*E E/E (E) i // 其中i为无符号整数-operator limited analysis// procedural functions :// operator under priority analysis, to conduct regular expression syntax analysis, judgment, an expression is correct.// Grammar : E E E E-E E E* E/E (E) i// for which i unsigned integers
    2022-04-07 04:27:23下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 大三计算机的的 c++ 所用的 头文件
    大三计算机的数据结构的 c++ 所用的 头文件-junior computer data structure used by the c in the first paper
    2023-03-30 12:25:03下载
    积分:1
  • 书上的算法,都是比较经典的实现。
    是数据结构书上的算法,都是比较经典的实现。-data structure is the book algorithm, which is a more classic realized.
    2022-12-05 09:50:03下载
    积分:1
  • 电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理...
    电脑设备管理系统,基于ASP开发,功能包括仓存、外发、回收、报废等管理-Computer equipment management system, based on the ASP development, functions including warehousing, outsourcing, recovery, end-of-life management
    2022-01-28 22:39:21下载
    积分:1
  • 用C++写的矩阵鞍点求法
    用C++写的矩阵鞍点求法-C wrote saddle point Matrix Method
    2022-02-04 04:38:52下载
    积分:1
  • 实用教程,让你学习不用愁,呵呵!希望这对你有用,能帮上一点忙!...
    实用数据结构教程,让你学习数据结构不用愁,呵呵!希望这对你有用,能帮上一点忙!-Practical Guide data structure, so you learn not worry about data structures, Oh! Hope this useful to you, we can help!
    2022-01-22 13:20:37下载
    积分:1
  • ACCESS编写的库维护操作平台,可以给写ACCESS程序的同志提供参考...
    ACCESS编写的数据库维护操作平台,可以给写ACCESS程序的同志提供参考-ACCESS prepared database maintenance operation platform, you can write to the ACCESS program to provide reference comrades
    2022-04-29 01:44:46下载
    积分:1
  • 696518资源总数
  • 104634会员总数
  • 21今日下载