资源列表
[matlab例程] MFDFAmethod
说明:计算多重分形非趋势波动分析matlab程序-Calculation of non-multi-fractal detrended fluctuation analysis matlab program<董毅> 在 2026-01-23 上传 | 大小:1kb | 下载:1
[数据结构常用算法] nibolanshi
说明:逆波兰式的算法实现,输入中缀表达式,输出相应的转化结果-Reverse Polish-style algorithm, input infix expression, the transformation of the corresponding output results<zhaowei> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[系统编程] tenwordsconnection
说明:数据结构课程:十字链表的VC++的C语言实现-Data Structure Course: Cross list of VC++ The C language<CYC> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Arnold
说明:对于图像进行ANORLD变换,在图像嵌入水印的过程中,可以对要嵌入的水印图像先进性置乱操作,可以有效地抵抗剪切攻击-For images ANORLD transform, watermark embedding in the image of the process, can the watermark image to embed the advanced nature of the scrambling operation, can effectively attack the shear<奚溪> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[matlab例程] correlationdemision
说明:一个计算混沌时间序列相关维数的matlab程序-A calculation of chaotic time series correlation dimension of the matlab program<董毅> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[matlab例程] koch_and_serpinski
说明:自己编的绘制koch曲线和serpinki垫的matlab小程序-Own drawing pad koch curve and the serpinki applet matlab<董毅> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[C#编程] fenjieyinshu
说明:题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Title: will be a positi<huhaibin> 在 2026-01-23 上传 | 大小:1kb | 下载:0