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

[数据结构] TCPVegasEmulator

在C中演示拥塞管理的本地仿真器。使用DGRAM套接字、多个客户端到一个仿真器进程,模拟数据速率拥塞瓶颈区域、拥塞队列延迟和非拥塞基本RTT时间。
Local emulator to demonstrate congestion management in C. Using DGRAM sockets, many clients to one emulator process, simulates a data rate congestion bottleneck area, congested queue delay and non-congested base RTT time. (2024-04-04, C, 0KB, 下载0次)

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

[数据结构] monty

该存储库包含Monty ByteCodes的简单解释器。解释器读取字节码文件并执行字节码命令。它是用C编写的,专注于堆栈和队列操作。
This repository contains a simple interpreter for Monty ByteCodes. The interpreter reads a bytecode file and executes the bytecode commands. It is written in C and focuses on stack and queue operations. (2023-11-22, C, 0KB, 下载0次)

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

[数据结构] vis-tree

用于某些数据结构的命令行生成器
Command-line generator for some data structures (2020-12-13, TypeScript, 0KB, 下载0次)

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

[数据结构] lawn

大规模系统的低延迟定时器数据结构
Low Latancy Timer Data-Structure for Large Scale Systems (2022-04-09, C, 0KB, 下载0次)

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

[数据结构] statebook

快速、可靠、轻便、难以置信的简易状态管理器。React的状态数据结构
Fast, Reliable, Light and Incredibely Easy State Manager. Stateful Data Structures for React (2022-08-03, TypeScript, 0KB, 下载0次)

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

[数据结构] warc2corpus

通过CSS选择器从WARC中的HTML页面提取结构化数据。
Extract structured data from HTML pages in WARCs through CSS selectors. (2023-03-12, HTML, 0KB, 下载0次)

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

[数据结构] router

这是一个golang HTTP路由器,它实现trie数据结构以获得最佳性能。
This is a golang HTTP router that implements a trie data structure for optimal performance. (2018-02-12, GO, 0KB, 下载0次)

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

[数据结构] redis-view

类似树的工具帮助您探索redis服务器中的数据结构
A tree like tool help you to explore data structures in your redis server (2015-11-29, GO, 0KB, 下载0次)

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

[数据结构] bongo

[不推荐]在浏览器上存储和查询大量结构化数据。
[Deprecated] Store and query massive amounts of structured data on the browser. (2018-08-21, JavaScript, 0KB, 下载0次)

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

[数据结构] vis_utils

动画工具的数据结构的简单OpenGL渲染器和场景图。
Simple OpenGL renderer and scene graph for the data structures of the animation utilities. (2023-05-05, Python, 0KB, 下载0次)

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

[数据结构] API-Flow

API格式的通用数据结构和转换器(Swagger、RAML、Paw、Postman...)
Universal data structure and converter for API formats (Swagger, RAML, Paw, (2019-11-04, JavaScript, 0KB, 下载0次)

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

[数据结构] shale

Shale是JSON、YAML、TOML、CSV和XML的Ruby对象映射器和序列化器。它允许您解析JSON、YAML、to...
Shale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML. (2023-03-08, Ruby, 0KB, 下载0次)

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

[数据结构] sorter_top

32位输入,最多32个数的排序应用设计,串行输入输出
32-bit input, up to 32 number of sorting applications (2018-03-29, Verilog, 4KB, 下载2次)

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

[数据结构] bubble-sort

客户端:当有一组整数需要由小到大进行排序时,可以从客户端输入,客户端把这组数据发送到服务器; 服务器:服务器收到这组数据时,使用冒泡排序法对该组数据由小到大进行排序,然后把排序结果返回客户端显示。
Client: When there is a need for small to large integer sort, you can input from the client, the client this set of data sent to the server server: When the server receives this set of data, using bubble sort method that group Data ascending sort, and then sort the results returned to the client display. (2014-05-16, C/C++, 1826KB, 下载3次)

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

[数据结构] Text-Editor-Imlementation

数据结构课程作业,第一次作业,文本编辑器
Data structures course homework,a text editor (2012-05-23, Visual C++, 449KB, 下载5次)

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

[数据结构] haxibiao

哈希表,实现排序与检索字符串的功能,用C#编译器编译
Hash table to achieve the functions of sorting and searching strings (2010-08-17, Visual Basic, 20KB, 下载2次)

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

[数据结构] Calculator

用vc++实现了加、减、乘、除等简单的运算器功能,。
Achieved with the vc++ add, subtract, multiply, divide, etc. a simple calculator function. (2010-05-31, Visual C++, 1847KB, 下载3次)

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

[数据结构] Stack

用栈编程实现计数器的功能,可以进行加减乘除,三角函数求解
Counter with a stack programming functions can be, Math, solving trigonometric functions (2010-04-30, C/C++, 1KB, 下载1次)

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

[数据结构] huffcode

哈哈夫曼编/译码器,是数据结构中一个非重要的类型,上传文件中已经包含了所有的文件,比较具体,直接运行就OK
Hahafuman encoder/decoder, the data structure is a non-essential types, Upload file already contains all the documents, the more specific, direct running on OK (2006-05-25, Visual C++, 277KB, 下载23次)

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

[数据结构] ExpressionCalculator

用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。
VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic-* /. (2006-04-09, Visual C++, 788KB, 下载16次)

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