资源列表

« 1 2 ... .18 .19 .20 .21 .22 1623.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法mergesort

说明:归并排序算法,c++代码。利用mergesort算法读取文件并对其中数据排序-Merge sort algorithm, c++ code
<刘小晴> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Purely_Functional_Data_Structures

说明:很好的介绍了函数式编程中的数据结构,代码使用haskell 和ml-A good introduction to functional programming in the data structure, the code uses haskell and ml
<jiangzhen> 在 2024-10-07 上传 | 大小:1705984 | 下载:0

[数据结构常用算法sj204

说明:实现后缀表达式的运算,包含不含括号的加法、减法和乘法。-Operations to achieve postfix expression, including brackets without the addition, subtraction and multiplication.
<刘乃维> 在 2024-10-07 上传 | 大小:40960 | 下载:0

[数据结构常用算法pratice

说明:用动态规划法解最长公共子序列
<kayla> 在 2024-10-07 上传 | 大小:445440 | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码,基于最优二叉树的编码方法。该方法完全依据字符出现概率来构造平均长 度最短的码字。-Huffman encoding, the encoding method based on optimal binary tree. This method is entirely based on the probabilities to construct the character length of the shortest aver
<oracle> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法Hanmin

说明:汉明码,一个错误校验码码集。与其他的错误校验码类似,汉明码也利用了奇偶校验位的概念,通过在数据位后面增加一些比特,可以验证数据的有效性。利用一个以上的校验位,汉明码不仅可以验证数据是否有效,还能在数据出错的情况下指明错误位置。 -Hamming code, a checksum error code set. And other similar error checking code, Hamming code also makes u
<oracle> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Binary-tree

说明:建立二叉树存储结构,求二叉树的前序中序后序遍历,以及求指定节点的路径-The establishment of binary storage structure, seeking pre-order binary tree traversal in order after the order, and find the path specified node
<nikita> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法expression

说明:C编写的利用栈实现表达式计算。其中记录入栈出栈的次数。-Written in C using the stack to achieve expression evaluation. Which records the number of stack stack.
<oracle> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法BExpression

说明:C编写表达式计算。利用二叉树实现。数据结构的大作业。可以与栈实现进行比较。-Written in C expression evaluation. The use of binary tree implementation. Data structure of the major operations. Compared with the stack can be achieved.
<oracle> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法sort

说明:数据结构课程设计(各种内排序的实现及用时比较)-Data Structure Course Design (sort of inside and use the time to achieve more)
<> 在 2024-10-07 上传 | 大小:1379328 | 下载:0

[数据结构常用算法BankSimulation

说明:一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two
<chaser tang> 在 2024-10-07 上传 | 大小:222208 | 下载:0

[数据结构常用算法Matrix

说明:实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
<chaser tang> 在 2024-10-07 上传 | 大小:171008 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 1623.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org