登录
首页 » 数据结构 » IncomeManagement

IncomeManagement

于 2022-01-27 发布 文件大小:3.91 kB
0 68
下载积分: 2 下载次数: 1

代码说明:

这个项目是为管理收入和结果而开发的。

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

发表评论

0 个回复

  • Prim algorithm using minimum spanning tree of the experimental procedures used i...
    用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的邻接矩阵。 -Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
    2022-03-16 20:21:07下载
    积分:1
  • 二叉树操作&图的遍历操作, 完全按照里面的文挡用VC所完成的程序, 有详细的说明...
    二叉树操作&图的遍历操作, 完全按照里面的文挡用VC所完成的程序, 有详细的说明-binary tree traversal operation of the plan operations, in full accordance with the text inside the block with VC performed by the procedure is described in detail in
    2022-12-30 12:20:03下载
    积分:1
  • 销售和库存系统
    给了投资者一个想法的多长时间一家公司把其库存 (包括货物的工作进展,如果适用的话) 到销售的 company 性能的金融对策。一般来说,较低 (短) DSI 越好,但它是重要的是注意到平均 DSI 从一个产业变化到另一个。
    2022-04-02 04:47:40下载
    积分:1
  • c语言编码技术介绍
    c语言编码技术介绍-Technology
    2023-07-28 03:15:05下载
    积分:1
  • 定义一个栈,并实现栈的基本操作: void Push( const T& x) // bool Pop(T& x) // bool getTop(T...
    定义一个栈,并实现栈的基本操作: void Push( const T& x) // bool Pop(T& x) // bool getTop(T& x) const // ostream& operater
    2023-03-31 17:10:03下载
    积分:1
  • float型而二叉树的创建及遍历
    #include #include struct BiTNode           //定义二叉树结构体 {   float data;   struct BiTNode *lchild;   struct BiTNode *rchild; }; //二叉树创建函数 struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth) {     float *p,*q;      
    2022-12-24 11:10:03下载
    积分:1
  • 给定一个正整
    给定一个n位正整数a,去掉其中任意k
    2022-08-22 12:54:39下载
    积分:1
  • 这是一个无向图的简单模拟程序,可以用于的学习...
    这是一个数据无向图的简单模拟程序,可以用于数据结构的学习-This is an undirected graph data a simple simulation program that can be used for data structure learning
    2022-02-10 02:05:33下载
    积分:1
  • /*字三角形问题 问题描述: 给定一个由n行字组成的字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的字总和最大。 7...
    /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures. 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 programming tasks : for a given n line by the number of digits triangle, triangle programming calculated from the top to the bottom of the path through the figures and the maximum
    2022-09-23 22:05:03下载
    积分:1
  • 严蔚敏的源c代码,非常的经典,很适合初学者的使用...
    严蔚敏数据结构的源c代码,非常的经典,很适合初学者的使用-YAN Wei-min data structure c source code, very classic, very suitable for beginners to use
    2022-04-16 19:50:22下载
    积分:1
  • 696518资源总数
  • 104230会员总数
  • 58今日下载