登录
首页 » 数据结构 » 包含图的遍历和线性链表两个内容,压缩文件里含有设计报告...

包含图的遍历和线性链表两个内容,压缩文件里含有设计报告...

于 2022-03-05 发布 文件大小:94.84 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

包含图的遍历和线性链表两个内容,压缩文件里含有设计报告-Contains the graph traversal and linear chain of two elements, compressed file contains the design report

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

发表评论

0 个回复

  • 这是我做课程设计里面的一个设计程序,二叉树排序...
    这是我做数据结构课程设计里面的一个设计程序,二叉树排序-This is my curriculum design make the data structure inside a well-designed procedures, binary tree sort
    2022-01-25 18:30:55下载
    积分:1
  • This simple procedure is to write several different types of the traversal algor...
    这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
    2023-08-08 19:35:03下载
    积分:1
  • 方便使用,功能齐全,放心使用量不要让站长把时间都花压缩包解压时不能有密码...
    方便使用,功能齐全,放心使用量不要让站长把时间都花压缩包解压时不能有密码-Easy to use, full-featured, secure and use not to let the owners have spent their time there can not be compressed package decompression password
    2022-10-30 11:35:03下载
    积分:1
  • 一个用vc写的物资管理系统
    一个用vc写的物资管理系统-vc with a written material management system
    2022-02-25 10:04:05下载
    积分:1
  • PB9.0生成的图书管理系统,该系统包含读者管理和图书管理两部分,能完成图书借阅的基本功能。后缀为db的是库文件...
    PB9.0生成的图书管理系统,该系统包含读者管理和图书管理两部分,能完成图书借阅的基本功能。后缀为db的是数据库文件-PB9.0 generated library management system, which includes management and library management readers in two parts, to complete the basic functions of books to borrow. Db suffix to the database file
    2023-05-11 12:00:03下载
    积分:1
  • 哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整,将整作为点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编...
    哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。 设计要求: ⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例 ⑵ 在程序中构造四个子程序为 ① int createhtree(HTree *t) /*根据输入的字符及其权值建立哈夫曼树*/ ② void coding(HTree *t, char *code) /*对哈夫曼树进行编码*/ ③ void printhtree(HTree *t, int* path) /*中序打印树*/ ④ void printcode(HTree *t) /*输出个字符的哈夫曼编码*/ -Huffman tree and the Huffman coding: input from the terminal a number of characters and their corresponding integer, will be an integer as node weights, the establishment of Huffman tree, and then on the characters Huffman. Finally print Huffman tree and the corresponding Huffman. Design requirements: ⑴ Huffman and Huffman coding is that the reference materials storage ⑵ examples constructed in the procedure for the four subroutines ① int createhtree (HTree* t)/* input characters in accordance with its right value the establishment of Huffman tree*/② void coding (HTree* t, char* code)/* Huffman tree to encode*/③ void printhtree (HTree* t, int* path)/* Pri
    2022-01-22 06:46:42下载
    积分:1
  • 二叉树
    一些二叉树的功能,包括二叉树的创建,遍历,以及二叉树的深度和叶子数量的统计
    2022-08-24 08:33:29下载
    积分:1
  • 网上提交申请系统,图像设备的更安全鉴定上传
    好发部位为管理目的。它被使用的接口,以保持和可能存储在web服务器上,或脱机的服务器的信息。该项目是完全在线,其中所述图像上载系统,为了先进的识别过程被完全给出。可能是这将作为一个福音为即将到来的婴儿潮一代,程序员还是业余软件开发人员学习和查看代码,最重要的理解,这将有助于它们的代码编写一些代码,更好的明天,将是成功的在矿井软件世界是这个蓬勃发展的日子。因此,该项目是非常有用的。
    2022-02-02 14:24:41下载
    积分:1
  • eVB 浏览器
    eVB 数据浏览器-eVB data browser
    2022-03-13 06:20:42下载
    积分:1
  • 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
  • 696518资源总数
  • 106164会员总数
  • 18今日下载