资源列表

« 1 2 ... .86 .87 .88 .89 .90 18891.92 .93 .94 .95 .96 ... 28522 »

[matlab例程M

说明:字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。-The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the
<赵霞娟> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程P

说明:规范 BFS 写法,可以有效地避免一些状态判重和状态转移上的细节错误,使用优先队列,这里不用优先队列会错。-BFS written specification, can effectively avoid the details of some of the state and the state transition heavy sentence on the error, use the priority queue, priority queues are not wrong here.
<赵霞娟> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法d

说明:有助于c++的初学者在平日的学习中更好的学习-Contribute to better learning c++ beginners learning on weekdays
<文鑫> 在 2025-07-16 上传 | 大小:3kb | 下载:0

[数据结构常用算法e

说明:有助于c++的初学者在平日的学习中更好的学习-Contribute to better learning c++ beginners learning on weekdays
<文鑫> 在 2025-07-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法chartW

说明:利用优先级队列求最短路径的算法实现,算法课上的一次作业,水平不高,仅供参考-Use the priority queue for the shortest path algorithm, the algorithm first lesson on the job, the level is not high, for reference
<falyyyy> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程two

说明:MATLAB Code for MIMO Receiver design
<pranay> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程one

说明:MATLAB File for receiver design
<pranay> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程three

说明:MATLAB OFDM Code for receiver
<pranay> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程dtw

说明:用于大矩阵,采用矩阵运算优先速度的dtw算法实现。 dtw:Dynamic time warping 动态时间弯曲算法-dtw:Dynamic time warping
<txy> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[数值算法/人工智能apriori

说明:数据挖掘中频繁模式挖掘经典算法apriori-Data Mining frequent pattern mining algorithms apriori classic
<hanming> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程model1

说明:用来实现人体温度测试模型的建立,文中一些参数设置为常数,可以修改-To achieve the establishment of the body temperature test model
<李强> 在 2025-07-16 上传 | 大小:1kb | 下载:0

[matlab例程SimpleMthd

说明: 单纯形法matlab程序 求解标准型线性规划:max c*x s.t. A*x=b x>=0 本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b N是初始的基变量的下标 输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0 输出变量val是最优目标值,kk是迭代次数- example:max 2*x1+3*x2 s.t. x1+2*x2<=8 4*x1<=16 4*x
<王志贺> 在 2025-07-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 18891.92 .93 .94 .95 .96 ... 28522 »

源码中国 www.ymcn.org