联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(919) 

[数据结构] maze-solver

基于深度优先搜索的Python视觉迷宫求解器
A visual maze solver in Python based on depth first search (2024-02-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709004121226587.html

[数据结构] Rust-Calculator

使用表达式树和堆栈工作的Rust计算器
A Rust calculator which uses expression trees and stacks to work (2023-02-05, Rust, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689443487424348.html

[数据结构] file-compressor

利用哈夫曼算法和RLE的文件压缩器
File compressor that utilizes Huffman Algorithm and RLE (2022-12-08, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689442653205777.html

[数据结构] sistem-informasi-kua

Sistem informasi manajemen nikah berbasis CLI系统信息管理器
Sistem informasi manajemen nikah berbasis CLI (2022-03-26, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689440199199777.html

[数据结构] nelson

Nelson数字解释器
Nelson numerical interpreter (2023-07-04, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689435817900729.html

[数据结构] Knapsack

01背包问题的java实现,使用了树结构,比较器
Java 01 knapsack problem of implementation, using a tree structure, the comparator (2015-12-13, Java, 8KB, 下载2次)

http://www.pudn.com/Download/item/id/1450001940452751.html

[数据结构] chain

链表的模板类,提供插入删除,遍历器,查找等功能,只有一个头文件,可以包含到你的工程
template implemention of Chain (2013-12-09, Visual C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2421523.html

[数据结构] calculator

使用栈的数据结构,可以进行简单数学运算的计算器程序。
Using the stack data structure that can perform simple arithmetic calculator program. (2013-08-27, Visual C++, 1143KB, 下载3次)

http://www.pudn.com/Download/item/id/2340905.html

[数据结构] rtcp

RTP的数据结构体定义,接收服务器数据包。
RTP data structure is defined, the receiving server data packets. (2013-06-30, Visual C++, 1KB, 下载14次)

http://www.pudn.com/Download/item/id/2292315.html

[数据结构] structure-project

数据结构的课程作业 订票系统、多项式计算器
Data structures course work booking system, polynomial calculator (2013-06-20, C/C++, 7907KB, 下载3次)

http://www.pudn.com/Download/item/id/2284329.html

[数据结构] Sparse-matrix-operations

数据结构课程报告 稀疏矩阵运算器 做了一星期成功了
Data structure courses report a sparse matrix operations a week success (2012-09-18, C/C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/1996051.html

[数据结构] 061-Huffman

非常著名的huffman编码器,对初学数据结构的人来说非常有用
Very famous huffman encoder, very useful for novice data structures (2012-05-25, C/C++, 71KB, 下载4次)

http://www.pudn.com/Download/item/id/1886370.html

[数据结构] huffman

哈夫曼的编码/译码器用顺序表存储哈夫曼树 用二叉链表存储哈夫曼树
huffman code (2012-05-13, C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/1867702.html

[数据结构] yinhangjiasuanfa

在避免死锁的方法中,所施加的限制条件较弱,有可能获得令人满意的系统性能。在该方法中把系统的状态分为安全状态和不安全状态,只要能使系统始终都处于安全状态,便可以避免发生死锁。 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法。
In the deadlock avoidance method, the constraints imposed by weak, it is possible to obtain satisfactory system performance. In this method, the system is divided into a safe state and the state of insecurity, just to make the system always in a safe state, a deadlock can be avoided. The basic idea is that the banker' s algorithm before allocating resources to determine whether the system is safe if, before distribution. It is the most representative of the deadlock avoidance algorithm. (2011-11-16, Visual C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1700342.html

[数据结构] shujujiegou

哈弗曼编码译码器,以实现文件等的宝马传输功能
Havermann codec, in order to achieve file transfer functions such as BMW (2010-07-20, Visual C++, 7KB, 下载2次)

http://www.pudn.com/Download/item/id/1246196.html

[数据结构] Calculator

用数据结构编写计算器类,学数据结构的同学可以参考一下
It is a class about calculator!!I hope everyone like it (2010-04-17, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1129721.html

[数据结构] scan_claculater

简单的计算器程序,利用常用的数据结构进行扫描,改变优先级,再计算
simple scan and calculate program (2010-02-01, C/C++, 8KB, 下载6次)

http://www.pudn.com/Download/item/id/1056431.html

[数据结构] HuffmanCoder

哈夫曼编(译)码器 课程设计,实现哈夫曼编码解码。
huffmancoder (2010-01-03, C/C++, 51KB, 下载11次)

http://www.pudn.com/Download/item/id/1026952.html

[数据结构] sodoku

数独解算器,将9*9数独输入后能迅速解出。少于十个解的题目能在0.1秒内解出。
sodoku computer (2009-08-24, Visual C++, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/888333.html

[数据结构] lab5

1。运用了链表 2。与老师讨论后,该次作业与第二次作业进行了结合, 并与要求有所不同: a.事件发生的顺序因比赛流程而相对有所固定 b.比赛时间记录的不是时间段,而是当地时间(local time) c.时间以及事件名称都不用用户输入,用户只需要选择事件 名称的代表字母
1. The use of a list 2. After discussions with their teachers, the second operation with a combination of operations and the requirements vary: a. The order of events and processes because of race has been relatively fixed b. not match the timing of the recording time period, but local time (local time) c. time and events do not have the name entered by the user, the user only needs to choose a name for the event on behalf of the letters (2009-05-28, C/C++, 10KB, 下载1次)

http://www.pudn.com/Download/item/id/781978.html