登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:所有
  2. 代码类别:数据结构
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Included in the sequence of recursive binary tree traversal and non

包含中序遍历二叉树的递归和非递归算法的源代码-Included in the sequence of recursive binary tree traversal and non-recursive algorithm source code

1
下载
46
浏览
2023-05-06发布

2. 教堂管理系统

使用窗体开发了这个教堂管理系统 (兼容性-视觉工作室 2010 年或以上和水晶报表必须安装在您的系统,这个项目成功运行) 和在后端使用 MS Access 2010 数据库。

1
下载
63
浏览
2023-05-05发布

3. 哈夫曼树算法 根给定的n个权值{w1,w2,……wn},造n棵只有根点的二叉树,令起权值为wj 在森林中选取两棵根点权值最小的树作左右子树,造...

哈夫曼树算法 根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj 在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和 在森林中删除这两棵树,同时将新得到的二叉树加入森林中 重复上述两步,直到只含一棵树为止,这棵树即哈夫曼树 -Huffman tree algorithm based on a given n-weights (w1, w2, ... ... wn), construct n trees only a root node of the tree, so that from the right value of wj in the forest root node to select two the right tree for the value of the smallest subtree around, a new binary tree structure, the right to buy a new tree root node value of its subtree root node around the right value in the forest and delete these two trees, At the same time, the new binary tree obtained by adding the forest to repeat the above two steps until a tree containing only the date, that is, Huffman tree tree

1
下载
63
浏览
2023-05-05发布

4. 通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根预先设定的解码方式进行解码。...

通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.

1
下载
51
浏览
2023-05-05发布

5. data structure depicted in C language

数据结构C++语言描术―清华大学出版的-data structure depicted in C language-publication of Tsinghua University

1
下载
61
浏览
2023-05-04发布

6. pb 源码 进度条程序

pb 源码 进度条程序-progress of the process

1
下载
47
浏览
2023-05-04发布

7. 用C语言编写的有关,两个单链表的归并排序操作.

用C语言编写的有关,两个单链表的归并排序操作.-C language of the two single-Chain merge sorting operation.

1
下载
45
浏览
2023-05-04发布

8. 小型图书馆管理系统,搜索,查询图书馆和扩展表,B。

小图书馆管理系统,有检索、查看,借书,超期表,还书,赔书等功能,还有按专业统计等,access小程序-small library management system, search, check the library and extended table, book, indemnities, and other functions, there are also professional statistics, the access of small procedures

1
下载
56
浏览
2023-05-04发布

9. ISAM system containing BTREE source, such as

ISAM系统实现,含有BTREE源码,等-ISAM system containing BTREE source, such as

1
下载
59
浏览
2023-05-03发布

10. jsp连接库大全,sqlserver库,mysql库,Oracle库,DB2库,Informix库,Sybase库,PostgreS...

jsp连接数据库大全,sqlserver数据库,mysql数据库,Oracle数据库,DB2数据库,Informix数据库,Sybase数据库,PostgreSQL数据库 -jsp connectivity database Guinness!!

1
下载
56
浏览
2023-05-03发布

11. 我的的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车

我的数据结构的实验题,停车场,用栈和队列 模拟停车场,实现进车和出车-my data structure experiment, a car park, with Stack and Queue simulated car parks, to achieve progress and out of cars

1
下载
55
浏览
2023-05-03发布

12. sql商品管理系统

商品管理系统,含用户管理和商品管理两大模块,可来回切换。用户模块包括员工管理和账户管理。员工管理包含新增员工、删除员工和修改员工信息等功能;账户管理包括账户注册、账号删除和修改信息等功能。商品管理模块包括商品上下架管理和商品信息管理。商品上下架管理包括商品上架和商品下架两个功能;商品信息管理包括商品信息的增删改等功能。

1
下载
53
浏览
2023-05-03发布

13. introduced a total of four ranking functions : insertion sort, bubble sort, sele...

书中共介绍了四类排序函数:插入排序、起泡排序、选择排序、快速排序。我们需要建立一个无序随机序列,分别用上述排序方法对建立的无序序列有序化,编写相应的程序计算每种算法的赋值次数、比较次数以及所用时间,以此为依据来判断各种算法的效率。-introduced a total of four ranking functions : insertion sort, bubble sort, select, in order of Quick Sort. We need to build a disorderly random sequence, the use of such methods of sequencing to establish an orderly sequence of the disorder, and the preparation of the corresponding procedures of each algorithm for the calculation of frequency assignment, as well as comparison with the number of time, using this as the basis to judge the efficiency of algorithms.

1
下载
68
浏览
2023-05-03发布

14. ACCESS常用窗体查询,例举多种窗体查询的方法

ACCESS常用窗体查询,例举多种窗体查询的方法-ACCESS commonly used form inquiry, examples of a variety of form queries

2
下载
55
浏览
2023-05-03发布

15. data structure Hash Table Application

数据结构  哈希表应用-data structure Hash Table Application

1
下载
38
浏览
2023-05-02发布

16. C++代码

数据结构C++代码-data structure C code

1
下载
51
浏览
2023-05-01发布

17. smark.data是基于C#开发的轻量级访问组件。 提供以下功能封: 1)提供了跨库类型操作能力 2)基于程线存储的访问上下文对象,轻...

smark.data是基于C#开发的轻量级数据访问组件。 提供以下功能封: 1)提供了跨数据库类型操作能力 2)基于程线存储的数据访问上下文对象,轻易提供跨方法域的数据事务处理机制。 3)对象查询表达式 4)实体操作基础封装等快速开发功能 开发人员可以在以上基于功能扩展出更灵活高效的数据操作。 组件还提供一个基于VS2008的Generator,可以让开发人员在VS。NET里描述XML的同时同步生成实体操作代码进一步简化操作(开发人员也可以根据自己的需求编写适合自己的Generator)。 -failed to translate

1
下载
51
浏览
2023-05-01发布

18. Environment: visual studio 2005

以visual studio 2005为开发环境的约瑟夫环设计。-Environment: visual studio 2005

1
下载
60
浏览
2023-05-01发布

19. vc下的ADO库编程

vc下的ADO数据库编程-vc the ADO database programming

1
下载
45
浏览
2023-04-30发布

20. 一个功能强大的在线订餐系统,点石金网络订餐系统

一个功能强大的在线订餐系统,点石金网络订餐系统-A powerful online reservation systems, point Shijin network reservation system

1
下载
64
浏览
2023-04-30发布