资源列表
matlab.rar
- 主要用来计算抛物型偏微分方程的数值解,而且通过调用边界函数来计算方程,采用差分编程方式,Mainly used to calculate the parabolic partial differential equations numerical solution, and by calling the function to calculate the equation of the border, using differential programmatically
juanji
- 卷积函数,实现线形卷积的计算,卷积函数,实现线形卷积的计算,-Convolution function, to achieve linear convolution calculation, the convolution function, to achieve linear convolution calculation
mulStablePoint
- 本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:不定点迭代法-This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations: fixed point iteration method
yuesefuhuan
- 解决有关约瑟夫环的数学计算问题,约瑟夫环的相关定义可上网查询-solve the problem about Josephus by airthmetic
solution
- 方程求根的数值试验题,更精细的Newton迭代算法,用h/2代替h-Equation Roots of numerical experiments question, finer Newton iterative algorithm, with h/2 instead of h
chebyshv
- 切比雪夫拟合精密星历,输入为拟合的阶数,输出为拟合的系数,里面的路径改为所需要拟合的内容-chebyshv polifit satellites orbit
HermitePoly
- MATLAB 源码 一个HermitePoly的例子 可以运行的-MATLAB source code examples can run a HermitePoly
newton
- 牛顿法解决数值优化问题源代码,可直接运行出结果-Newton s method to solve numerical optimization problem source code can be run directly out of the results
maxsubarray
- An algorithm to find a sub array maximum.
duiyingshijianchengxu
- 知道历年河流流量的情况,提取出其中引水开始与结束时间-I know in a historical context river flows, which extract the water start and end time
Periodic-equation_catch-up-method
- 周期性方程(追赶法)_Periodic equation (catch-up method)-Periodic equation (catch-up method)
3-8
- 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function that removes all the characters that appear in the S2 the string S1