资源列表
[matlab例程] rayleighbenard
说明:Here isthe Matlab code which computes the temperature-driven flow-Here isthe Matlab code which computes the temperature-driven flow<Hootan> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[matlab例程] FNNrealizeMATLAB
说明:一个MATLAB实现模糊神经网络的程序,希望对大家有帮助-A MATLAB procedure of fuzzy neural network, we want to help<王姿> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[matlab例程] 57578846gmmTrain
说明:this is backage for train g-this is backage for train gmm<lama> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[压缩解压] 24EEReadwrite
说明:IIC接口的24系列EEPROM 读写程序-24 EE Read and Write<张成> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] convex
说明:gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve<刘晓明> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] polynomial
说明:对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限<刘晓明> 在 2025-11-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] huffman_coding
说明:本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c<刘晓明> 在 2025-11-08 上传 | 大小:2kb | 下载:0