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

[数据结构] leetcode

通过LeetCode来锻炼自己的解题,思考能力和算法的使用
Use LeetCode to train your ability to solve problems, think and use algorithms (2023-08-08, C++, 0KB, 下载0次)

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

[数据结构] model

具有json和二进制(反)序列化的基于装饰器的模式模型库
A decorator-based schema model library with json and binary (de)serialization (2023-01-19, TypeScript, 0KB, 下载0次)

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

[数据结构] Stimer

另一个用于创建关于链表的用例场景的软件计时器
Yet another software timer for creating use case scenario about linked-list (2022-04-08, C, 0KB, 下载0次)

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

[数据结构] spell-checker-

java中基于二叉搜索树的拼写检查器
spell checker based on binary search tree in java (2021-04-04, Java, 0KB, 下载0次)

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

[数据结构] priority-queue-with-custom-comparator

npm包-使用堆数据结构实现的优先级队列,允许使用自定义比较器功能。
npm package - Priority queue implemented using Heap data structure, allows using custom comparator function. (2022-04-14, TypeScript, 0KB, 下载0次)

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

[数据结构] go-dotnotation

一个简单的点表示法访问器,用于从数据结构中获取和设置值。
A simple dot notation accessor, to get and set values from data structures. (2018-01-31, GO, 0KB, 下载0次)

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

[数据结构] Xabbo

用于解析数据结构、管理游戏状态以及与哈博酒店服务器交互的库。
A library for parsing data structures, managing the game state, and interacting with the server for Habbo Hotel. (2023-01-03, C#, 0KB, 下载0次)

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

[数据结构] dsa-with-javascript-course

使用Javascript的数据结构和算法课程的课程文件-通过路边编码器
Course Files for Data Structures and Algorithm Course with Javascript - By RoadsideCoder (2023-06-09, JavaScript, 0KB, 下载0次)

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

[数据结构] codec

C++-编解码器的集合,用于将通用市场协议消息封送到通用数据表示数据结构
C++ - Collection of Codec s to marshal common Market Protocol Messages to Common Data Representation data structures (2022-07-06, C++, 0KB, 下载0次)

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

[数据结构] CassandraSimulator

...对服务器上定义的数据结构的操作。分布式系统中节点之间的通信...
This is a Distributed Key-Value(KV) store developed in C++ based on the design principles of Apache Casasndra. It follows a client-server architecture. The server can be scaled horizontally by adding multiple nodes/servers. The client supports basic CRUD operations on the data structures defined on the server. Communication among the nodes in (2015-11-11, C++, 0KB, 下载0次)

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

[数据结构] honeytail

蜂巢开源代理。包含各种解析器,用于从通用日志文件中提取结构化数据。
Honeycomb s open-source agent. Contains various parsers for extracting structured data out of common log files. (2023-06-23, GO, 0KB, 下载0次)

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

[数据结构] 373085

SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集
Random number Generator system C written by SystemC language is a superset of C language (2018-08-03, Others, 3KB, 下载0次)

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

[数据结构] 8540261

IBM 服务器顺序处理任务的操作, 服务一个个运行不同的任务,同时这个项目还会计算出每个任务所花的时间,这是计算机的顺序执 (2018-04-04, MultiPlatform, 552KB, 下载1次)

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

[数据结构] sofmware_menefit_character

模式识别中,对于服从多元正态分布的样本的一个分类器的实现,
Pattern recognition, for the sample of multivariate normal distribution on the implementation of a classifier, (2017-05-13, matlab, 36KB, 下载1次)

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

[数据结构] Sparse-matrix-calculator

数据结构课程设计 稀疏矩阵运算器  稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器
Data structure curriculum design sparse matrix arithmetic are those most sparse matrix elements are zero. The use of sparse feature for storage and computing can greatly save storage space and improve computational efficiency. Realization of a basic operations can be performed sparse matrix arithmetic unit (2014-10-20, Visual C++, 79KB, 下载3次)

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

[数据结构] code

用C语言实现,基于迭代器的一元多项式计算,使得算法与具体的容器无关
Using the C language, regardless of the algorithm with specific container iterator-based polynomial, so (2013-01-11, C/C++, 10KB, 下载6次)

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

[数据结构] Integer

功能相对完整的大整数类,Integer 数据类型提供了针对 32 位处理器的优化性能
Relatively complete integer class, Integer data type provides optimized performance for 32-bit processors (2013-01-10, C/C++, 5KB, 下载2次)

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

[数据结构] MyCalculator

实现中缀表达式转后缀表达式 能进行+,-,*,/,()的运算的计算器 使用数据结构堆栈
Switch to postfix infix expression to achieve expression Computing can be+,-,*,/,() calculator Stack data structure using (2011-12-26, C++, 1517KB, 下载4次)

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

[数据结构] link_stack

link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的
link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you can copy the code compiled by other compilers is also possible (2011-05-11, Visual C++, 137KB, 下载2次)

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

[数据结构] xishujvzhen

数据结构中的经典算法,稀疏矩矩阵在程序中常使用二维阵列表示,二维阵列的大小与使用的存储器空间成正比,如果多数的元素没有数据,则会造成存储器空间的浪费,
Classical algorithm in the data structure, sparse moment matrix two-dimensional array are often used in the program, said the size of two-dimensional array with the use of memory space is proportional to, if not most of the elements of the data, will result in waste of memory space, (2010-12-06, C/C++, 28KB, 下载2次)

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