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

[数据结构] StreamLog

该库的功能是以简化的方式将来自Arduino的传感器数据格式化并记录为CSV。
The library s functionality is to format and log sensor data coming from Arduino in a streamlined manner as CSV. (2024-02-26, C++, 0KB, 下载0次)

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

[数据结构] CCLoad-implementation

CCLOAD算法的实现,该算法在多处理器环境中次优地找到进程的分配,以减少执行时间。
Implementation of the CCLOAD algorithm which suboptimally finds the allocation of processes on a multiprocessor environment to reduce the execution time. (2023-12-15, C++, 0KB, 下载0次)

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

[数据结构] FDVIM

复旦大学2021秋数据结构:使用C++,设计完整的封装、继承、多态体系,利用合理的数据结构,实现简易vim文本编辑器
Fudan University 2021 autumn data structure: use C++to design a complete encapsulation, inheritance and polymorphism system, and use a reasonable data structure to realize a simple vim text editor (2023-12-03, C++, 0KB, 下载0次)

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

[数据结构] Online-Casino

赌场模拟器,允许用户玩21点和轮盘赌,并实时结算收入损失
Casino simulator, allowing users to play Blackjack and Roulette with live balance of earnings losses (2023-09-12, C++, 0KB, 下载0次)

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

[数据结构] Assembly-Line

在C++中使用数据结构技术模拟装配线。从文件中获取输入以构建产品,通过要构建的装配线,然后基于产品序列号注册它们。
Simulated assembly line using data structure techniques in C++. Takes input from a file to build products, passes through an assembly line to be built , then registers them based on product serial number. (2023-08-08, C++, 0KB, 下载0次)

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

[数据结构] Spellchecker

拼写检查器项目和这个程序甚至为相关单词提供建议。它是用c++中的trie数据结构实现的。
project on spellchecker and this program even give suggestions for related words. It is made by using trie data structure in c++. (2017-09-28, C++, 0KB, 下载0次)

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

[数据结构] DataStructure-DSA

数据结构是用于存储和组织数据的存储器。它是一种在计算机上安排数据的方法,以便可以有效地访问和更新数据。
A data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently. (2023-07-15, C++, 0KB, 下载0次)

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

[数据结构] fix-protocol

FIX 4.4 TCP上单个发起方(客户端)和接受方(服务器)对的会话层实现
FIX 4.4 session layer implementation for a single pair of initiator (client) and acceptor (server) over TCP (2023-02-03, C++, 0KB, 下载0次)

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

[数据结构] 8085-Emulator

8085 Emulator是一个c++实现项目。它涵盖了使用C++、微处理器等OOPS主题的实现...
8085 Emulator is an c++ implementation project. It covers implementation of subjects like OOPS using C++, microprocessors, data structures. (2020-11-26, C++, 0KB, 下载0次)

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

[数据结构] Music-Player-Using-Data-Structures

这是为数据结构和算法课程制作的项目。这里我们实现了一个基于C++的基本音乐播放器...
This is the project made for Data Structures and Algorithm Course. Here we implement a C++ based Basic Music Player using the knowledge of various Data structures learnt as part of course CSE2003. Data structures used include a doubly linked list, stacks and queues. File handling to read and write songs has also been used. (2018-02-27, C++, 0KB, 下载0次)

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

[数据结构] granada

不再维护-Granada是C++REST SDK之上的结构化层,用于在C++中构建服务器应用程序...
No longer maintained - Granada is a structured layer on top of C++ REST SDK for building server applications in C++. Granada implements sessions, server side plug-in framework, C++ OAuth 2.0 server, data storage access, server script running, server browsing. (2020-04-05, C++, 0KB, 下载0次)

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

[数据结构] json_spirit

C++JSON库,包括JSON数据结构和解析器(基于Boost.Spirite)。目标:使用JSON结构...
C++ JSON Library including both a json-data-structure and parser (based on Boost.Spirit). The goal: use json structures in C++ like you do in python or javascript. (2021-01-12, C++, 0KB, 下载0次)

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

[数据结构] Robot-path-planning-coverage

PcBot机器人软件,配备激光传感器(扫描仪),包括以下功能:1.读取地图...
software for PcBot robot, equipped with laser sensor (scanner) which includes the following features: 1.Reading a map and route planning coverage. 2.Continuous movement along path while avoidance of obstacles. 3.Tracking the location of the robot along path. implement STC(Spanning-Tree Based Coverage) algorithm (2021-04-20, C++, 124KB, 下载0次)

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

[数据结构] Huffman

哈弗曼编/译码器,实现以下功能:初始化,编码,译码,打印代码文件,打印哈夫曼树
Huffman encoder/decoder, the following functions: initialization, encoding, decoding, printing code file, print Huffman tree (2014-04-30, C++, 168KB, 下载6次)

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

[数据结构] yunsuandengshi

输入四则运算表达式,返回运算结果,它能处理dos窗口中输入的各种运算符,如同简易的计算器。
Enter the arithmetic expression and returns the results of operations, it can handle a variety of dos window, enter the operator, as a simple calculator. (2011-07-18, C++, 2KB, 下载4次)

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

[数据结构] 文档编辑器

实现对输入文件的操作:保存文档 , 回到起始行 ,改变当前段的部分内容 , 删除当前, 查找字符串,段跳转, 帮助, 字符数 , 跳至下一行 , 跳至上一行 ,结束任务 ,读文档,改变当前段的全部内容, 阅览文档,写文档, 改为小写 等多种功能
realization of the right to operate the importation documents : to preserve documents, to return to the starting line, change the current part of the contents of the current delete, search string of Jump, help, number of characters, Skip to the next line, jumped on his end tasks, reading documents, change the current of the entire content , read files, write files, read a variety of functions such as lowercase (2005-12-06, C++, 992KB, 下载40次)

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

[数据结构] 数据结构的稀疏矩阵运算器

利用十字链表的储存结构完成距阵的加,减,乘.数据结构实习题目,已完成选做内容.
use the storage structure to complete the matrix, plus or minus, riding. Internship topic data structure, so as to complete the election. (2005-07-17, C++, 24KB, 下载115次)

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

[数据结构] 一元稀疏多项式计数器

一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)
one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polynomial-b, the output phase by polynomials. With the first table with a single node Chain store polynomial. Test data : (1) (2x 5x8- 3.1x11) (7-5x8 swath) ( (2005-07-07, C++, 37KB, 下载85次)

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

[数据结构] Question4-new

一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我
one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I (2004-11-09, C++, 172KB, 下载14次)

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