资源列表
[数据结构常用算法] AirPort
说明:从课本上弄下来的例子,稍微改动了下,是数据结构课的一次实验。-Get down from the textbook examples, slightly changed, the data structure is an experimental class.<linyingxia> 在 2025-07-15 上传 | 大小:5kb | 下载:0
[matlab例程] baotong
说明:一个报童从报刊发行中心订报后零售,每卖一份报纸可赚钱a元;若报纸卖不出去,则退回发行处,每退一份要赔钱b元。每天报童卖出的份数是随机的,但报童可以根据以往卖报情况统计得到每天卖k份报纸的概率密度p(k)。 (1) 求报童每天期望收益达到最大(或损失达到最小)的定报量z。 (2) 改变参数a/b的值,观察订报量的最优值变化,画出变化曲线。 试画出仿真流程图,进行程序实现,并对仿真结果进行分析。 -A newsboy subscribe from the press after th<AZOTH> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] kmedia
说明: 用matlab语言实现k均值的模式识别的聚类算法-Matlab language used k-means clustering algorithm for pattern recognition<lealvin> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jisuanqi
说明:设计一个一元多项式的简单计算器,其基本功能应有¬ ①输入并建立多项式,②输出多项式,③多项式相加,④多项式相减,⑤多项式的乘积。可利用单链表或单循环链表实现之。-One dollar to design a simple polynomial calculator, and its basic functions ? ① should have input and to establish polynomial, ② output polynomial, ③ polynomial sum,<hulinjie> 在 2025-07-15 上传 | 大小:7kb | 下载:0
[压缩解压] Huffman
说明:利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。-The use of Huffman coding to achieve the contents of a text file encryption, the assumption that the text file can contain only lowercase letters, spaces, co<hulinjie> 在 2025-07-15 上传 | 大小:9kb | 下载:0
[数据结构常用算法] erchashu
说明:利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。-The use of Huffman coding to achieve the contents of a text file encryption, the assumption that the text file can contain only lowercase letters, spaces, co<hulinjie> 在 2025-07-15 上传 | 大小:29kb | 下载:0
[数据结构常用算法] tingchechang
说明:以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。栈以顺序结构实现,队列以链表实现。-Simulation of car parks in order to stack to queue simulation sidewalk outside the car, in accordance with the read from the terminal sequence of the input data to simulate management. Stack<hulinjie> 在 2025-07-15 上传 | 大小:69kb | 下载:0
[数据结构常用算法] txiangguan
说明:程序中的数据采用“树形结构”作为其数据结构。具体的,采用的是“二叉排序树”。 二叉排序树或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有结点的值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于它的根结点的值;(3)它的左右子树也分别为二叉排序树。-Process the data in a tree structure as its data structure. Concrete, used the binary sort tr<hulinjie> 在 2025-07-15 上传 | 大小:22kb | 下载:0