登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. basic data structure class definition and realization : MyStack, MyPoint, MyArc,...

基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a generic structure of the C category MyPoint stack template for a structure MyArc to coordinate with the right side of the street like Graph Matrix plans MyQueues value of the order by the right side of the storage Queue

1
下载
24
浏览
2023-08-10发布

2. 这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。...

这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Description/how to provide balanced binary tree functions.

1
下载
24
浏览
2023-08-10发布

3. 中离散事件的实现

数据结构中离散事件的实现-data structure to achieve the Discrete Event

1
下载
20
浏览
2023-08-10发布

4. 设计单链表代码

基于c++的代码,通过单链表实现求和、求积。编写一个程序用单链表存储多项式,按指数从大到小排序多项式,并实现两个多项式的相加和相减

1
下载
20
浏览
2023-08-10发布

5. C++双向链表

利用c++写的双向链表操作,有头插入,尾插入,中间寻找“朋友“的方式插入,适合简单数据结构分析

1
下载
20
浏览
2023-08-10发布

6. 关于:

About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

1
下载
22
浏览
2023-08-10发布

7. 包含了的奥斯卡大部分问题要回答,换了…

包含了数据结构课后大多数习题的解答,用于互相的交流与帮助 -contains data structures OSCAR most of the questions to answer, for the exchanges and mutual help

1
下载
21
浏览
2023-08-09发布

8. BabelKit是一个通用多语言库代码表的接口。它接收维护使用多语言的多个库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表

BabelKit是一个通用多语言数据库代码表的接口。它接收维护使用多语言的多个数据库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表,新语言,输入所有代码和它的描述,再将它们翻译成所有相关的语言。Perl和PHP类可以检索代码描述,并自动地用用户语言生成HTML代码选择元素。这简化了Web站点及数据库的国际化和本地化。 -BabelKit is an general multi- languages databases code page connection. It receives the maintenance to use the multi- languages many databases code to define the centralized all programming work. The code management and the translation page may let the development personnel define the new hypothesized code page, the new language, input all codes and its description, translate again them all correlations the language. Perl and the PHP kind may retrieve the code description, and automatically produces the HTML code choice element with the user language. This simplified the Web stand and the database internationalization and the localization.

1
下载
21
浏览
2023-08-09发布

9. 内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。...

内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。-sequencing of all internal algorithm, but is related to the executable examples, including insertion sort, select, in order of ranking Hill, the quick sort, heap sort, merging sequencing, all very, very widow.

1
下载
25
浏览
2023-08-09发布

10. 电位器控制电机转速

电位器控制电机转速。此代码由 proteus 8 仿真原理和 PIC C 组成pic16f877a 的编译器代码。

1
下载
21
浏览
2023-08-09发布

11. 一个,其中每个元素包含指向下一个和以前的内容在列表中,形成了双向线性名单。...

一个数据结构,其中每个元素包含指向下一个和以前的内容在列表中,形成了双向线性名单。-A data structure in which each element contains pointers to the next and previous elements in the list, thus forming a bidirectional linear list.

1
下载
24
浏览
2023-08-09发布

12. :有关树所有操作

数据结构:有关树所有操作- Construction of data: The related tree all operates

1
下载
22
浏览
2023-08-09发布

13. 关于用nlogn的最长子序列算法,在网上摘录的

关于用nlogn的最长子序列算法,在网上摘录的-discusses the use of the longest sequences algorithm, in the extract from the Internet

1
下载
27
浏览
2023-08-08发布

14. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树...

1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 -tree

1
下载
22
浏览
2023-08-08发布

15. 用VB开发的一个学生管理系统,有基本的添加、修改、查询、删除的功能,还可以把这个系统安装...

用VB开发的一个学生管理系统,有基本的添加、修改、查询、删除的功能,还可以把这个系统安装-Using VB to develop a student management system, has the basic add, modify, query, delete function, the system can also be used to install

1
下载
21
浏览
2023-08-08发布

16. 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.

1
下载
25
浏览
2023-08-08发布

17. 一个时钟(foxpro源码),虽然简单,但对初学者有用。

一个时钟(foxpro源码),虽然简单,但对初学者有用。 -a clock (foxpro source), although simple, but useful for beginners.

1
下载
29
浏览
2023-08-08发布

18. C语言课件及复习题和一些技术的讲解

C语言数据结构课件及复习题和一些技术的讲解-C language data structures courseware and review questions and a number of technologies on

1
下载
25
浏览
2023-08-07发布

19. 连接oracle的java库

连接oracle的java库- Connects oracle the java storehouse

1
下载
24
浏览
2023-08-07发布

20. 算法,aoe ,图的最小代价路径检索。

数据结构算法,aoe ,图的最小代价路径检索。-data structure algorithms, aoe, for the minimal cost path retrieval.

1
下载
21
浏览
2023-08-07发布