登录
首页 » 数据结构 » C数据结构 第七章 树

C数据结构 第七章 树

于 2022-07-03 发布 文件大小:37.53 kB
0 199
下载积分: 2 下载次数: 1

代码说明:

C数据结构 第七章 树-C data structures Chapter VII of the tr

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

发表评论

0 个回复

  • 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系多项式计器实现两个多项式间的加法、减法。 基本要求: (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
  • using Java to write the data structure of the stiffness This algorithm is counti...
    用JAVA 写的数据结构 PILE 的算法,这种算法是法国大学老师算PILE 的一种方法.-using Java to write the data structure of the stiffness This algorithm is counting France braced University teachers a way.
    2022-03-21 13:26:30下载
    积分:1
  • query库的例子
    query数据库的例子-example database query
    2022-09-03 18:30:03下载
    积分:1
  • 此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助...
    此为刷卡器充值上位机软件,包括COM口检测各种无效卡显示,及其VB界面的各种设置。及其数据库的设置。麻雀虽小五脏俱全,对于学习VB的新手来说会很有帮助-This is the credit card recharge PC browser software, including COM port detected a variety of invalid card show, and the VB interface, various settings. And database settings. Sparrows are small is a fully-equipped for learning VB would be helpful for the novice
    2022-03-05 01:42:30下载
    积分:1
  • 用java实现库的管理功能,如编辑,插入删除等,适合初学者...
    用java实现数据库的管理功能,如编辑,插入删除等,适合初学者-Achieved using java database management functions, such as edit, insert or delete, suitable for beginners
    2022-03-15 06:38:30下载
    积分:1
  • 一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!...
    一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!-a pair of students achieving results import, modify, scheduling algorithms, we have a design, and share with everyone!
    2022-01-23 10:53:15下载
    积分:1
  • 1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed...
    1. 仍然使用MyDatabase数据库,用SYSDBA用户登录。 2. 在ISQL中,依次输入第4章的数据表创建SQL语句;或者根据表4-1至4-8自行创建数据表。(可以直接使用光盘提供的MyDatabase.GDB数据库。) 3. 使用MyDB数据库连接,在SQL Explorer中输入原始数据。除了表4-9和表4-10的内容,还需要在USER_PASS表中设置一个权限为’3’的JWC用户名,用于课程的调度;设置若干个教师的账号(需要在TEACHER数据表中设置相应信息),权限为’2’;若干学生的账号。 4. 修改源代码中数据库连接组件Database的参数,包括服务器地址、登录用户名和默认密码。 -1. Still used MyDatabase database, with SYSDBA user login. 2. In ISQL, followed importation of Chapter 4 of the data table creation SQL; Or, according to Table 4-1 4-8 to set up a data table. (CD can be used directly for the MyDatabase.GDB database.) 3. Use a few MyDB According to the Link, SQL Explorer in the original input data. In addition to Table 4-9 and table of contents 4-10. USER_PASS also need a table set up the authority of the"3 "JWC user name, for course scheduling; Several teachers set up the account (in TEACHER data tables set up corresponding information), the authority of"2 "; Several student"s account. 4. Modifying the source code, database
    2023-06-03 00:05:04下载
    积分:1
  • mysql-5.0.45.tar.gz
    Mysql5.0的源代码,可以不受系统平台限制,而解决原来使用数据库的软件顺利平移的问题。
    2022-04-11 19:58:12下载
    积分:1
  • 程序(顺序表 单链表 栈 队列 串 组)
    自己写的一些简单的数据结构代码 包括了顺序表 单链表 栈 队列 串 数组     树 和 图还没写  写完再发  
    2022-09-07 17:30:03下载
    积分:1
  • vfp7 system applications!
    vfp7系统应用程序!-vfp7 system applications!
    2022-10-28 16:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载