登录
首页 » 数据结构 » 这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助...

这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助...

于 2022-05-23 发布 文件大小:16.72 kB
0 277
下载积分: 2 下载次数: 1

代码说明:

这是数据结构中图的全部实现代码,对学习数据结构的同学很有帮助-this is a code of data structure

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

发表评论

0 个回复

  • C语言版本的八皇后问题
    要求:在国际象棋的棋盘摆上8个皇后,使得任何两个皇后不在一行,不在一列,同时也不在同一条斜线上。要求找出所有解。 算法思想 利用回溯算法搜索解空间,解分量的值等于解空间的索引(行编号),求出一个解递归调用即可求出所有92种情况。 设计心得: 1、  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-13 19:21:25下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • JAVA版本的电子教案,共有10章。内容全面包括的基本内容。...
    数据结构JAVA版本的电子教案,共有10章。内容全面包括数据结构的基本内容。-Data Structure JAVA version of the electronic lesson plans, a total of 10 chapters. Comprehensive and include the basic content of the data structure.
    2022-05-06 05:39:48下载
    积分:1
  • PHPYou是基于php+mysql架的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的,代码算法,模板引擎,...
    PHPYou是基于php+mysql架构的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的数据结构,代码算法,模板引擎,数据缓存,和最少化数据库查询设计,使得PHPYou可以在极为繁忙的服务器环境下快速稳定运行.适用于大型图库类网站、个人相册类网站、产品展示类网站、在线漫画类网站等.-PHPYou腔php+ Mysql 芄 目 源 图 蔚 统. 蔷玫 图 片 芎 突 玫 式 图 片效 .洳慌?萁 峁?惴? 模, 莼, 倩 菘 询, PHPYou 诩 为忙姆 驴 榷. 诖 图 站站 品 展 示 站站.
    2022-08-06 03:45:18下载
    积分: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
  • is an expression evaluates the algorithm, using the template, can be four operat...
    是一个表达式求值的算法,用 模板实现的,可以进行四则运算,支持小数和括号-is an expression evaluates the algorithm, using the template, can be four operators, and parentheses minority support
    2022-05-15 06:09:19下载
    积分:1
  • 这个程序是按照离散学教材上给出的算法写的,是字典序的全排列算法。空间复杂度是O(n),时间复杂度基本上是O(n^2)。缺点是只用于打印并没有储存所有的果。...
    这个程序是按照离散数学教材上给出的算法写的,是字典序的全排列算法。空间复杂度是O(n),时间复杂度基本上是O(n^2)。缺点是只用于打印并没有储存所有的结果。-the procedure is in accordance with the materials on discrete mathematics algorithm is written, is a wholly-lexicographic order algorithm. Space complexity is O (n), is basically time complexity is O (n ^ 2). Only drawback is not for print, and store all the results.
    2023-07-28 06:00:02下载
    积分:1
  • 快速报告 5
    FastReport®VCL是一个附加组件,它允许您的应用程序快速有效地产生报表。 FastReport®提供了所有必要的发展报告,其中包括一个可视化的报表设计器,报告的核心,和预览窗口的工具。它可以在Embarcadero公司(原Borland和CodeGear公司)的Delphi7 XE7和C ++ Builder2005 XE7使用。
    2022-07-01 06:36:09下载
    积分:1
  • 这时关于树的一些操作的程序,包括建立,遍历....对学习的朋友一定有用...
    这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
    2022-11-27 01:15:03下载
    积分:1
  • 最大允许负荷计算采用微分评价算法
    应用背景发现的最大允许负荷计算特定代利用微分评价 ;算法。这是很有效的求解非线性方程组的算法。也可用于寻找解决方案的最大和最小值。使用该算法计算负载的最大值,而不影响稳定性。关键技术MATLAB代码的应用。MATLAB是一个分析的一些项目非常大。 ;
    2022-03-11 22:01:36下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载