登录
首页 » 数据结构 » 这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。...

这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。...

于 2022-07-14 发布 文件大小:489.63 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structure

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

发表评论

0 个回复

  • 统计学生成绩表中各分段学生人,用列表框返回果。
    统计学生成绩表中各分数段学生人数,用列表框返回结果。-Statistics of student achievement scores above table the number of students, using the list box to return results.
    2022-11-23 11:20:03下载
    积分:1
  • 初学者学习c语言的编码,
    初学者学习c语言数据结构的编码,-Beginners to learn c language data structure encoding,
    2022-09-25 03:00:02下载
    积分:1
  • topological sorting, data structure of the operations.
    拓扑排序,数据结构的作业。-topological sorting, data structure of the operations.
    2022-02-02 03:01:54下载
    积分:1
  • PB的窗口的例子,有约会,K线图等等,由此可以学习国外高手的编程技巧与经验...
    PB的数据窗口的例子,有约会,K线图等等,由此可以学习国外高手的编程技巧与经验-PB data window examples are dating, K map, etc., which can learn from foreign experts in the programming skills and experience
    2022-03-16 15:29:54下载
    积分:1
  • 学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRA...
    学生公寓管理系统使用说明: 1.服务器运行环境 SQL 2000 .NET FRAMEWORK 1.1 .NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE WINDOWS信使 IIS 开发环境:Windows XP Microsoft Visual Studio .NET 2003 SQL Server 2000 2.使用方法 附数据库Manage,文件夹为DB,用户名为sa,密码为空。 3.通过信使将Manage文件夹添加为虚拟目录。 起始页是Login.aspx 网站的系统管理员帐号和密码分别是: admin admin 网站的管理员帐号和密码有很多,其中一个是:1 1 网站的学生帐号和密码有很多,其中一个是: 3 12345678 制作说明: 1.由于时间仓促,为了做一个完整的系统,做的这个系统没有用基本的三层架构或基本的MVC架构,而是用的一层 2.本系统参考了自己曾经做过网站,系统的代码,并不是从无到有的做出来的 3.为了在短时间实现了最为基本的功能,本网站做的比较粗糙,里面有隐患的bug,我没有用 try{} catch{} finally{} 捕捉,所以在调试的时候,难免会报错 4.还是由于时间的仓促,网站的所有网页,出了图片之外,都在根目录下,见笑了 -err
    2022-05-27 00:00:33下载
    积分:1
  • 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系多项式计器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
    一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
    2022-10-15 00:45:03下载
    积分:1
  • map indicates that the data structure
    图的表示 数据结构-map indicates that the data structure
    2022-09-18 10:25:03下载
    积分:1
  • hope that we can enlighten a lot to me this is part of our classmates system
    希望大家能多多指教这是我给我们同学编的系统-hope that we can enlighten a lot to me this is part of our classmates system
    2023-01-13 04:55:05下载
    积分:1
  • 计算机课程设计,图书管理系统c语言版(含有软件设计书)....
    计算机数据结构课程设计,图书管理系统c语言版(含有软件设计书).-Computer data structures curriculum design, library management system c language version (with software design book).
    2022-07-24 23:11:06下载
    积分:1
  • C++编程设计 关于 本书是一本无需任何程序设计基础累的书籍...
    C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍-C++ Programming on the data structure of this book is a foundation without any programming tired of books
    2023-04-13 07:05:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载