登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

2024-12-21 19:40
已选条件
  1. 编程语言:所有
  2. 代码类别:数据结构
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 运输中的应用

此应用程序用于提供管理和维护运输设施。 这里是有用的代码,这种应用程序的执行。

1
下载
76
浏览
2023-06-11发布

2. 演示系统

数据结构演示系统-data structure Demonstration System

1
下载
56
浏览
2023-06-11发布

3. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。...

STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.

1
下载
64
浏览
2023-06-11发布

4. 电影票预定系统

电影票预订项目:电影已经成为全世界人民都非常欢迎的娱乐项目。人们乐于在电影院里支配自己自由的时间。它是一种对每个人都适合的娱乐,包括孩子,女孩 和所有的人。正如你所看到,买票的队伍总是那么的长,对于马上需要买到票的人来说,这是个大问题。这是一个在线的网站,普通用户和影院所有者可以注册和登录。用户可以在上面搜索自己喜欢的电影介绍并且买票,影院所有者可以发表电影的上映信息。影院方也可以实现在线验票。用户可以通过网上支付来付电影票钱。所有的付款将有充分的安全保障。电影票预订系统的目标是使人们更容易的买到票。随着互联网安全和技术的发展,越来越多的人们开始使用网络消费。这是非常方便并彰显个性的方式。该项目也被称为电子订票,它主要是用来克服纸质客票系统的缺点。它减少买票的所花费的了时间和精力。

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

5. Algorithm for four

四色算法代码,已经在OMNETPP平台上编译成功!-Algorithm for four-color code has been compiled successfully OMNETPP platform!

1
下载
89
浏览
2023-06-11发布

6. POJ 1125己AC源代码,不信你可以试试.

POJ 1125己AC源代码,不信你可以试试.-POJ 1125 F AC source code, do not believe you can try.

1
下载
65
浏览
2023-06-11发布

7. 使用odbc实现对excel表格的存取,没有压缩密码

使用odbc实现对excel数据表格的存取,没有压缩密码-using odbc to excel to achieve data access forms, no compression Password

2
下载
156
浏览
2023-06-11发布

8. 本程序是一个用prim算法寻找最小生成树的小程序。

本程序是一个用prim算法寻找最小生成树的小程序。-this procedure is a prim with minimum spanning tree algorithm for small procedures.

1
下载
321
浏览
2023-06-09发布

9. 程序在FoxPro创建库和管理接口的

Program in FoxPro that creates a database and a management interface to the database. Similary to a store database.

1
下载
68
浏览
2023-06-09发布

10. data structure, the topological sorting and topological sorting algorithm used t...

数据结构里的拓扑排序和非拓扑排序算法,用vc6.0编写-data structure, the topological sorting and topological sorting algorithm used to prepare vc6.0

1
下载
74
浏览
2023-06-09发布

11. 预测算法,主要是一元n次方程的回归预测实现。* 预测分析...

数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.

1
下载
148
浏览
2023-06-09发布

12. sql的语言手册下一部分

sql的语言手册下一部分-sql language under part Manual

1
下载
428
浏览
2023-06-09发布

13. b tree how to operate on b tr

b tree how to operate on b tr-b tree how to operate on b tr

1
下载
78
浏览
2023-06-08发布

14. Schools to write their own web site framework, the use of struts, hibernte frame...

自己写的学校网站框架,使用struts,hibernte框架,数据库使用的是mssql2005!-Schools to write their own web site framework, the use of struts, hibernte framework, database using mssql2005!

1
下载
134
浏览
2023-06-07发布

15. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题...

算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating system, without resource constraints which each job can be in the same amount of time to complete the job-scheduling problem

1
下载
40
浏览
2023-06-07发布

16. ccbvcxb

程序 请认真书写上传资料的详细功能、包含内容说明-ccbvcxb

1
下载
83
浏览
2023-06-07发布

17. 红黑树实现, 红黑树实现,红黑树实现

红黑树实现, 红黑树实现,红黑树实现-Red and black tree realize, realize black tree, a red, black tree realize

1
下载
91
浏览
2023-06-07发布

18. Simulation lock manager

模拟实现锁管理器-Simulation lock manager

1
下载
136
浏览
2023-06-06发布

19. 基于算法的标题设置教案ACM算法。文件算法设计

ACM算法题集 基础算法教案.doc 算 法 设 计 题 集.doc 算法题集.doc-ACM algorithm based on algorithms title set lesson plans. Doc algorithm design problem sets. Doc title set algorithm. Doc

1
下载
344
浏览
2023-06-06发布

20. 的一些常用算法实现。单链表。无向图排序等

数据结构的一些常用算法实现。单链表。无向图排序等-data structure of some commonly used algorithm. Single-Chain. No plans to sort etc.

1
下载
97
浏览
2023-06-06发布