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

[数据结构] snarfpp

该存储库包含我个人通过探索各种非线性核函数的集成来研究“基于稀疏数值阵列的范围滤波器”(SNARF)数据结构的实现代码。
This repository contains the implementation code for my personal study of the "Sparse Numerical Array-Based Range Filters" (SNARF) data structure by exploring the integration of various non-linear kernel functions. (2024-03-17, C++, 0KB, 下载0次)

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

[数据结构] ToDoList-With-SLL-In-Cpp-DSA

CPP中具有单个LinkedList的TodoList应用程序”是一个命令行待办事项列表管理器,它利用单个链接列表数据结构,允许用户使用唯一ID添加、删除和标记项目,在特定位置插入项目并显示当前列表,还包括退出选项。
TodoList App with Single LinkedList in CPP" is a command-line to-do list manager that utilizes a single linked list data structure and allows users to add, remove, and mark items as done using unique IDs, insert items at specific positions and display current list, also includes an exit option. (2023-01-23, C++, 0KB, 下载0次)

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

[数据结构] huffman

赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件
Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the destination file (2009-12-23, C++, 17KB, 下载20次)

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

[数据结构] jisuanqi

设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。
One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output polynomial, ③ polynomial sum, ④ subtract polynomials, ⑤ Polynomials product. Can make use of single-list or the realization of the single round-robin list. (2008-06-14, C++, 7KB, 下载37次)

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

[数据结构] Data-Structures-with-C++-Using-STL

本书是(国外教材)数据结构C++语言描述-应用标准模板库(STL).书中利用标准模板库,使用一种现代的面向对象方法对数据结构进行了描述.作者围绕容器和迭代器的概念,把对数据结构的研究统一起来,为数据结构及其应用巧妙地开发了算法.
the book is (foreign materials) data structure C language description- use standard template library (STL). The book using a standard template library, the use of a modern object-oriented approach to data structure described. Author around containers and the concept of iteration, the data structure of unity. for the data structure and its application to the development of a clever algorithm. (2006-12-05, C++, 20706KB, 下载317次)

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

[数据结构] halfman

实现功能: 从计算机终端读入字符集大小,以及n个字符和n个权值,建立哈夫曼树;为n个字符编码,并在显示器终端现实每个字符的编码情况;为一段字符串编码。 课程设计规范,内含源代码。
The realization of functions: from computer terminals read character set size, as well as the characters n and n-weights, the establishment of Huffman tree for the n-character codes, and display terminals in reality the situation of each character encoding for a string coding. Curriculum design specifications, including the source code. (2006-07-01, C++, 11KB, 下载23次)

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

[数据结构] 定点运算器

实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法
achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral complement subtraction 3. Sentinel minority Booth complement a multiplication 4. Sentinel a few original code division (Modified alternate) 5. Sentinel minority complement one division (Modified alternate) 6 . sentinel decimal multiplication an original seven yards. sentinel original code two decimal multiplication 8. sentinel integer multiplication original nine yards. sentinel Integer original code division (2005-12-06, C++, 351KB, 下载211次)

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