资源列表
[matlab例程] gongpaodian
说明:共炮点地震记录合成,添加不同比例噪声,进行小波变换去噪处理,得到比较理想的效果-the synthetic seismic record of common shot, add different noise, and do wavelet transform on it, then we can get a better record<Shi Taikun> 在 2025-03-02 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PloySpline
说明:实现多项式样条利率期限结构参数求解,方面做国债研究人员借鉴-Polynomial spline interest rate term structure parameters for solving aspects of the bond researchers draw<吴孟> 在 2025-03-02 上传 | 大小:1kb | 下载:0
[matlab例程] fangbolisan
说明:程序是matlab环境下,进行方波数字信号连续,离散,多级离散等-This procedure is the Matlab environment, the square wave digital signal continuous, discrete, multi-level discrete<maxia> 在 2025-03-02 上传 | 大小:1kb | 下载:0
[数据结构常用算法] maopao_youhua
说明:冒泡优化: 如果一个序列是int n[]={1,2,3,4,5,6,7,8,9} , 用正常的冒泡排序需要排8次才行,优化之后1次就好,也就是说序列越接近于正常序列,改进之后的冒泡排序的次数就越少,这样会给一个冒泡排序算法带了很大的效率。 思想:添加一个boolean变量用来判断冒泡是否是已经排好了顺序,如果boolean的值为false,说明是已经排好了,如果boolean的值true,说明没有排好,继续排。-If a seq<刘大> 在 2025-03-02 上传 | 大小:1kb | 下载:0