资源列表
getAllPalindromeSubStr
- 给定字符串,求它的回文子序列个数。回文子序列反转字符顺序后仍然与原序列相同。例如字符串aba中,回文子序列为 a , a , aa , b , aba ,共5个。内容相同位置不同的子序列算不同的子序列。-Given a string, find its number of sub-palindromic sequence. Palindromic sequences reversed the order of characters remains the same as the original
TR_LBM
- 使用格子玻尔兹曼方法计算声场,并用时反方法定位声源-lattice Boltzman method to calculate acoustic pressure,time reversal method to locate acoustic source
room_pointsource
- 利用声模态叠加算法计算声场的一个函数,可直接使用-acoustic modal model to calculate acoustic pressure
total-least-square
- 加权总体最小二乘算法在直线拟合拟合的应用,算法为方兴博士论文中的算法1-total least square linear fitting
MATLAB(shuangpufenxi)
- matlab双谱分析信号处理源码,是学习高阶谱必备的资料-Dual Spectrum Signal Processing matlab source code, is essential to learn higher-order spectrum data
delta-robot
- delta机器人正逆解算法,可以用于机器人控制算法-Inverse solution algorithm for delta robot
Smooth-search-peak-program
- 能谱数据处理中的平滑寻峰程序,MATLAB编写,效果非常好。-In the process of data processing, it is very good to find a smooth and searching program in the data processing of MATLAB.
Markovsystem-simulation
- 可以直接Matlab运行的Markov跳变系统仿真程序-a method for Markov systems simulation
GAOSIYIDONGREYUAN
- fluent软件UDF,焊接高斯移动热源。-weld heat source
mian-re-yuan
- fluent软件UDF,用于焊接过程模拟,是高斯分布的面热源。-weld heart source
spectrum_Coh
- 两个信号的相干函数和互功率谱(频域)。从网上下载的,还可以-The coherence function and the mutual power spectrum (frequency domain) of the two signals. Download the Internet, but also
LM
- 用Python语言实现LM(Levenberg-Marquardt)算法。-implementation of LM(Levenberg-Marquardt) algorithm with python.