资源列表
[数据结构常用算法] polynomial
说明:对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,<刘晓明> 在 2025-01-14 上传 | 大小: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 v<刘晓明> 在 2025-01-14 上传 | 大小:2kb | 下载:0
[数据结构常用算法] nqueens(localSearch)
说明:n皇后问题,采用局部搜索算法,普通搜索效率,内含代码。-n queens problem, using a local search algorithm, general search efficiency, containing the code.<Mark> 在 2025-01-14 上传 | 大小:61kb | 下载:0
[数据结构常用算法] nqueens(MinimalConficts)
说明:N皇后问题,采用最小冲突算法,极快的搜索效率,内含代码。-N queens problem, using the minimum conflicts algorithm, fast search efficiency, containing the code.<Mark> 在 2025-01-14 上传 | 大小:6kb | 下载:0
[人工智能/神经网络/遗传算法] jinziqi
说明:人工智能作业,人机对弈模式的井字棋(三字棋,一字棋),采用αβ剪枝算法,有比较高的的搜索效率。-Intelligence operations, human-computer mode crosswise Chess Playing Chess (Chess words, word Chess), with αβ pruning algorithm has higher search efficiency.<Mark> 在 2025-01-14 上传 | 大小:2kb | 下载:0
[matlab例程] dalsiPokus
说明:System will automatically release<letadyylko> 在 2025-01-14 上传 | 大小:1kb | 下载:0
[matlab例程] mojeLVQtesting
说明:Hare krisna hare rama krisna krisna<letadyylko> 在 2025-01-14 上传 | 大小:2kb | 下载:0
[压缩解压] ImageCompressionBasedOnWavelet
说明:基于matlab和小波的图像压缩实践文档,每一步操作都有完整代码和必要说明,并有运行效果图,便于初学者快速学习小波图像压缩-Matlab and wavelet based image compression practice document, every step of the operation code and the necessary instructions are complete and have run effect<Nettle Tree> 在 2025-01-14 上传 | 大小:510kb | 下载:0
[压缩解压] ridgeletTransform
说明:ridgelet transform方面的一些文献。ridgelet transform在图像和地震数据压缩方面具有一些比小波更好的性质-ridgelet transform aspects of the literature. ridgelet transform the image and seismic data compression has some better properties than the wavelet<Nettle Tree> 在 2025-01-14 上传 | 大小:2.68mb | 下载:0