资源列表
works
- matlab rp 微气泡模型。用于研究非线性科学-classic microbubble
1029Falsecoin
- 算法编程题,北京大学OnlineJudge 1029Falsecoin-1029Falsecoin
Waveletformandspectrum
- 本程序段可实现小波波形的重建及其频谱分析-Wavelet form and spectrum
tan
- 这是单源点最短路径的程序,当时是我大三做的。算法分析的课程。-This is a single-source-point shortest path procedure, was my third year to do. Analysis of algorithms courses.
factorization
- 对整数进行因数分解,输入整数,输出因数分解-Factorization of the integers
expression
- 表达式求值,基于数据结构课表的代码,运用站和队列-Expression evaluation
xinhaoxiaochuqushixiang
- 基于matlab利用最小二乘法对振动原始信号消除趋势项并运用五点三次平滑法对信号进行平滑处理-denoising the viberation signal based on matlab
gaosi
- 在matlab环境下的高斯消元法的程序,主要用了列主元法。-Gaussian elimination program in the Matlab environment, with a column main element method.
gcd
- 最大公约数程序,使用多种方法来计算最大公约数-The greatest common divisor of the program, using a variety of methods to calculate the greatest common divisor
gauss
- 此文件为MATLAB的M文件,文件包含一个function为GUASS消元法,可以求任意阶数的线性方程组的解。-This file MATLAB M-files, the file contains a function for GUASS method of elimination, you can seek the solution of the linear equations of any order.
waveletfus
- fusion algorithm based on wavelet
readWav
- This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >