登录
首页 » 数据结构 » 数据结构

数据结构

于 2023-07-28 发布 文件大小:1.53 kB
0 203
下载积分: 2 下载次数: 1

代码说明:

数据结构-遍历实验-data structure-traverse experiment

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

发表评论

0 个回复

  • 嵌入式库支持传统的客户机/服务器应用程序
    伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X,和几个品种的Windows伯克利DB(libdb)是一种编程工具,提供了嵌入式数据库支持传统的和客户端/服务器应用程序。它包括B+树,队列,线性散列,固定,可变长度记录的访问方法,交易,锁定,测井,共享内存缓存,数据库恢复,和高可用系统复制。DB支持C,C++,Java,PHP,C++ #,和Perl API。它支持关键值对(NoSQL),SQL,及Java对象格式化数据。它可用于各种各样的UNIX平台以及QNX,Android,MAC OS X和Windows的几个品种,
    2022-04-23 17:20:35下载
    积分:1
  • 使用perl和C写的基于Web的管理库表的程序
    使用perl和C写的基于Web的管理数据库表的程序- Uses perl and C writes based on the Web management database table procedure
    2022-03-19 03:38:25下载
    积分:1
  • decimal number and the number of binary interchangeable programming exercises
    十进制数与二进制数的互相转换 编程练习-decimal number and the number of binary interchangeable programming exercises
    2023-07-10 15:35:02下载
    积分:1
  • 经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助
    经典VC排序源代码,做成了win32界面形式,希望对大家用所帮助-classic VC ranking source code resulted in the win32 interface form, and I hope to use all the help
    2023-05-08 06:05:02下载
    积分:1
  • 大型 作业3.1输入一个列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出果;3.3计算二叉排序树T的平均查找长度, 输出果...
    数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查找效率(最好、最坏平均比较关键字数)-data structure large operations into a 3.1 L series, generating a binary tree Sort T; 3.2 pair of two fork-tree T for medium preorder, output results; 3.3 Ranking calculation Binary Tree Search T"s average length of the output; 3. four judgment ordering two trees T fork whether balanced binary tree, the output message "OK!"/"NO!" ; again using the 3.5 series L, generate balanced binary tree sort BT, whenever insert a new element, found the current binary sort tree is not-BT Value of two binary sort tree, it will be immediately converted into the new balance of the two fork-tree BT; 3.6 Calculation balanced binary tree sort BT search length of the average output results. 3.6 Comparative Analysis of
    2022-04-09 01:41:30下载
    积分:1
  • 施伯乐@黄皮书《教程》part3
    施伯乐@黄皮书《数据结构教程》part3-Shi Bole @ beige book Data Structure Course part3
    2022-03-10 14:51:58下载
    积分:1
  • 车辆管理系统,不错
    车辆管理系统,不错-Vehicle Management System, yes
    2023-04-24 05:55:03下载
    积分:1
  • 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
    求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
    2023-05-31 21:45:02下载
    积分:1
  • 本程序用来学校管理学生挡案用. 采用Access库,程序实现关键在应用ODBC 的两个类....
    本程序用来学校管理学生挡案用. 采用Access数据库,程序实现关键在应用ODBC 的两个类.-procedures for the management of schools with students archives. Access database, program lies in the application of two types of ODBC.
    2022-05-07 18:50:56下载
    积分:1
  • 库课程设计中的报刊管理系统
    一个数据库课程设计里报刊订阅管理系统,包含几个角色用户,系统管理员,投递员, 有网页形式显示的界面
    2022-01-25 16:31:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载