资源列表
donghua
- 用Matlab软件画出动画图,显示动画图的代码是一样的,只是具体的画图类型不一样。-Using Matlab software to draw animation showing the animation map code is the same, just not the same as the specific type of drawing.
topcent
- 根据用户位置和卫星位置计算用户相对卫星的俯仰角和方位角的matlab编程算法实现,已通过编译
ertexe
- thisisaanother erettt exaple
1088
- 编程求出1^M+2^M+3^M+...+N^M的近似值(1<=N<=10000000,1<=M<=20) Time Limit: 2000MS Memory Limit: 65536KB 方法:利用伯努利数推导公式求解-The programming 1 ^ M+2 ^ M+3 ^ M+ ...+N ^ M approximation is obtained (1 < = N < = 10000000,1 < = M < = 20) Tim
PD-Type-Fuzzy-Controller-Design
- PD Type Fuzzy Controller Design
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.
PCA
- 模式识别中独立成分分析算法的matlab源码-Principle component analysis
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