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

[数据结构] System-Tools

定制的通用python工具,如记录器、共享数据结构处理程序和配置文件管理器,
Custom made generic python tools such as a logger, a shared data structures handler and a config files manager, (2023-08-24, Python, 0KB, 下载0次)

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

[数据结构] file-explorer

文件资源管理器,,
file-explorer,, (2022-12-16, TypeScript, 0KB, 下载0次)

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

[数据结构] tree-data-structure-parser

树数据结构解析器util
tree-data-structure-parser util (2023-02-02, TypeScript, 0KB, 下载0次)

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

[数据结构] vardis

内存键值存储。数据结构服务器。Redis协议兼容服务器。灵感来自Redis
In-memory key-value store. Data structures server. Redis protocol compatible server. Inspired by Redis (2020-01-27, GO, 0KB, 下载0次)

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

[数据结构] Nodal-Editor

节点编辑器是一个统一编辑器脚本库,允许您轻松创建基于节点的数据结构。
Nodal Editor is a Unity Editor Scripting library that lets you create node based data structures easily. (2018-03-22, C#, 0KB, 下载0次)

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

[数据结构] devtools-timeline-model-browser

浏览器友好帮助器,用于将DevTools时间线跟踪解析为结构化分析数据模型
Browser-friendly helper for parsing DevTools Timeline traces into structured profiling data models (2016-12-29, JavaScript, 0KB, 下载0次)

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

[数据结构] 运算器

设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面
The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations, including adding, subtraction, multiplication, and division, should be included; (2) the amount of computation can be bound by itself (integer, real number, etc.); (3) able students can copy the WINDOWS calculator interface (2017-07-10, C/C++, 1KB, 下载3次)

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

[数据结构] shujujiegou

13个数据结构的课程设计,都是同学共同完成的,不适合在VC++编译器里运行,会出现类库不存在的问题,推荐使用dev c++编译器
data structure (2015-12-16, Dev C++, 37KB, 下载2次)

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

[数据结构] airport-simulation

用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列
With a queue to achieve airport takeoff and landing queue. A queue is a linked list structure encapsulates later achieve. Consider a one-minute time forward analog clock, for every minute, generates two random numbers within 0-99: If the first random number is less than landingRate* 100, then a " landing reaches the" will occur and are Add the landing queue if the second random number is less than takeOffRate* 100, then a " Arr" will occur off and added to the queue. Then, check the runway is free. When idle, first check whether the non-empty queue landing, if so, to allow the first aircraft landing Otherwise, the process takeoff queue (2013-08-24, Visual C++, 4KB, 下载2次)

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

[数据结构] sss

试更具全班学生的姓名,构造一个散列表,选择适当的散列函数和解决冲突的方法,设计并实现插入、删除和查找算法,并统计冲击发生的次数(用拉链法解决冲击时装填因子a=2,用开放定址法时a=1/2)
Test more students in the class name, construct a hash table, select the appropriate hash function and conflict resolution methods, design and insert, delete, and search algorithm, and statistics of the number of shocks (fill zipper method to resolve the impact of fashion factor a = 2, with open addressing law a = 1/2) (2012-12-04, Visual C++, 2KB, 下载4次)

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

[数据结构] wenbenbianjiqi

文本编辑器插入查处,查找,是数据结构的实验,大学实验,我拿个100分的
The text editor insert to investigate and deal with the search (2011-12-09, Visual C++, 2KB, 下载2次)

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

[数据结构] Caculator

C++计算器,基于“栈”这一常见的数据结构,希望能对初学者有所帮助
C++ calculator, based on the " stack" the common data structure, hoping to help beginners (2011-11-14, C/C++, 1KB, 下载3次)

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

[数据结构] 406109070313

行编辑器,数据结构课程设计,通过串实现基本操作,插入删除等
Line editor, data structures, curriculum design, implement basic operations through the string, insert and delete (2011-01-10, Visual C++, 290KB, 下载3次)

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

[数据结构] calculator

科学计算器。可以解读表达式,进行整数、浮点数的加减乘除运算。
Scientific calculator. Expression can be interpreted, for integer, floating-point addition and subtraction, multiplication and division calculations. (2009-01-17, C/C++, 2KB, 下载6次)

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

[数据结构] DataStructerEditor

C++写的数据结构课程设计:文章编辑器,压缩包里面包括源程序和试验报告,贡献出来大家一起学习进步啊
C++ Written curriculum design data structure: Article Editor, compressed package includes source code and test reports, contribute to learn and progress together ah (2008-12-30, C/C++, 75KB, 下载15次)

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

[数据结构] huffman

哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考
^ Huffman decoder data structure of our classic experiment in most cases as a reference (2008-12-10, Visual C++, 2KB, 下载5次)

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

[数据结构] ddd

哈夫曼编_译码器,编码器的实现元代码,数据结构和算法的课程设计,很不错的! (2008-04-11, C/C++, 62KB, 下载13次)

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

[数据结构] network1

这是一个用c++实现的网络路由器的路由表信息显示程序
This a realization of using c network routers routing table information display program (2006-04-19, Visual C++, 2KB, 下载117次)

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

[数据结构] 算式分析器

使用递归的方法实现的算式分析器,给定一个符合C语言格式的算式,可以使用括号,单目运算符等,计算算式的运算结果。
use recursive method formula Analyzer, to set a C-language format with the formula, you can use brackets, Monocular Operators, calculation formula of the calculation results. (2005-07-07, C/C++, 18KB, 下载26次)

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

[数据结构] 课程设计稀疏矩阵运算器

数据结构的课程设计---稀疏矩阵运算器 希望可以给大家参考
data structure design of the curriculum-- for sparse matrix operations can hope for your reference (2005-07-03, C/C++, 19KB, 下载95次)

http://www.pudn.com/Download/item/id/1120328358360227.html
总计:913