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

[数据结构] Hash_Dictionary

使用哈希构建的拼写检查器和单词建议程序
Spell Checker and Word Suggestion Program built using Hashing (2023-10-22, C++, 0KB, 下载0次)

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

[数据结构] 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

[数据结构] XBeats

基于CLI的程序,用于管理音乐播放器的后端。
A CLI based program to manage the backend of a music player. (2023-07-17, C++, 0KB, 下载0次)

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

[数据结构] nelson

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

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

[数据结构] CFS-Scheduler

使用红黑树和最小堆数据结构的完全公平调度器的C++实现
A C++ implementation of Completely Fair Scheduler using Red Black Trees and Min Heap Data Structures (2018-04-07, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687830599643805.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

[数据结构] Montage

蒙太奇是一种在非易失性存储器上构建快速缓冲持久数据结构的系统。
Montage is a system for building fast buffered persistent data structures on nonvolatile memory. (2022-06-09, C++, 0KB, 下载0次)

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

[数据结构] BCF

更好的选择杜鹃滤波器(BCF)是一种有效的近似集合表示数据结构。不同于...
Better Choice Cuckoo Filter (BCF) is an efficient approximate set representation data structure. Different from the standard Cuckoo Filter (CF), BCF leverages the principle of the power of two choices to select the better candidate bucket during insertion. BCF reduces the average number of relocations of the state-of-the-art CF by 35%. (2019-06-22, C++, 0KB, 下载0次)

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

[数据结构] ycsb-storedsbench

Optane持久存储器的性能研究:从索引数据结构的角度[MSST 20]
A Performance Study of Optane Persistent Memory: From Indexing Data Structures’ Perspective [MSST 20] (2020-10-29, C++, 0KB, 下载0次)

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

[数据结构] cplebzars

农历计算器,介绍了农历计算的算法;使用开发万能历,
Lunar Calculator, introduces the algorithm of lunar computing, using the development of omnipotent calendars, (2018-09-04, C++, 35KB, 下载0次)

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

[数据结构] 68178983

本人自已寫的一個24 c的計算器 希望大家多多的幫我改正, 有什麽更好的算法,還請指 c! (2018-04-15, C++, 10KB, 下载1次)

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

[数据结构] 63711686

本人自已寫的一個24 c的計算器 希望大家多多的幫我改正, 有什麽更好的算法,還請指 c! (2017-12-06, C++, 12KB, 下载1次)

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

[数据结构] Editor

简单的文本编辑器,c语言编写,可用作数据结构课程的上机答案。
Simple text editor, c language, data structure can be used as the answer-on courses. (2016-02-16, C++, 3KB, 下载1次)

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

[数据结构] login

在登录服务器系统时,都需要验证用户名和密码,如telnet远程登录服务器。用户输入用户名和密码后,服务器程序会首先验证用户信息的合法性。由于用户信息的验证频率很高,系统有必要有效地组织这些用户信息,从而快速查找和验证用户。另外,系统也会经常会添加新用户、删除老用户和更新用户密码等操作,因此,系统必须采用动态结构,在添加、删除或更新后,依然能保证验证过程的快速。请采用相应的数据结构模拟用户登录系统,其功能要求包括用户登录、用户密码更新、用户添加和用户删除等。
When you log on the server system, you need to verify the user name and password, such as telnet remote login server. After the user enters a user name and password, the server program will first verify the legitimacy of user information. Due to the high frequency of verification of user information, the system is necessary to effectively organize these user information to quickly find and authenticate users. In addition, the system will often add new users, delete old users and update user passwords and other operations, so the system must be dynamic structure, add, delete, or update, still can ensure rapid validation process. Please use the appropriate data structure simulated user login system, its functional requirements include user login, user password update, users add and delete users. (2015-09-02, C++, 1575KB, 下载10次)

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

[数据结构] Reverse-Polish-Notation

能够实现普通计算器加减乘除和带括号的运算,数据结构经典案例。
To achieve common calculator with addition, subtraction, and parentheses computing, data structures classic case. (2014-03-05, C++, 185KB, 下载3次)

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

[数据结构] huffman

数据结构实验-利用二叉树结构实现哈夫曼编/解码器
The Experimental on data structure- which uses binary tree Huffman encoder/decoder (2013-10-19, C++, 534KB, 下载3次)

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

[数据结构] huffman

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

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

[数据结构] 1234

数据结构课程设计:计算器,C++版的,可能有点小问题,改改就行!
Data Structure Course Design: Calculator, C++ version, may be a bit small problem, change change on the line! (2010-06-20, C++, 2KB, 下载1次)

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

[数据结构] FixMath

这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径
This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to (2005-10-28, C++, 210KB, 下载176次)

http://www.pudn.com/Download/item/id/120375.html
1234
总计:67