资源列表

« 1 2 ... .94 .95 .96 .97 .98 27299.00 .01 .02 .03 .04 ... 28523 »

[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 wor
<赵霞娟> 在 2025-04-03 上传 | 大小: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, priori
<赵霞娟> 在 2025-04-03 上传 | 大小:1kb | 下载: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-04-03 上传 | 大小:1kb | 下载:0

[matlab例程two

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

[matlab例程one

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

[matlab例程three

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

[matlab例程dtw

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

[数值算法/人工智能apriori

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

[matlab例程model1

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

[压缩解压vote

说明:本代码是利用软投票法对图像进行分类,通过该方法,可以很好地对图像进行分类-This code is the use of soft voting method for image classification, by this method, can be a good image classification
<sad> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[matlab例程linear-regression

说明:该程序用一个实例进行演示线性回归方程的建立。-The procedures used to establish an instance demonstrates the linear regression equation.
<杨海燕> 在 2025-04-03 上传 | 大小:1kb | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 27299.00 .01 .02 .03 .04 ... 28523 »

源码中国 www.ymcn.org