资源列表
9.2.2
- 最小二乘法拟合形如f(x)=(a+bx)/(1+cx)的函数(9.2.2(1)),并解决人口预测问题(9.2.2(2-Least squares fit of the form f (x) = (a+bx)/(1+cx) function (9.2.2 (1)), and to solve the population prediction problem (9.2.2 (2))
code
- 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次至少选2 堆最多选k堆石子合并成新的一堆,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n堆石子合并成一堆的最大总费用和最小总费用。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最大总费用和最小总费用。 Input 测试数据的第1 行有2个正整数n和k,表示有n堆石子,每次至少选2堆最多选k堆石子合并。第2行有n个数,分别表示每堆石子的个数。 O
snappy-1.1.0.tar
- one data compression algorithm
fft
- 快速傅里叶变换源码。包括一维和二维快速傅里叶变换和反变换,以及复数运算。-FFT source code
MUSIC
- Music algorithm for DOA
fft
- Matlab程序,GUI窗口 用FFT程序计算有限长度正弦信号y=sin(2*pi*f*t) ,0<=t<=N*T-FFT program calculate the finite length of the sinusoidal signal y = sin (2* pi* f* t), 0 < = t < = N* T respectively the DFT results obtained and analyzed and discussed in the fol
CharWordLineCount
- 统计从键盘输入的数据的字符数、单词数、行数-Statistical data entered from the keyboard, the number of characters, number of words, the number of lines
print_format
- 各种int型的输出说明符的详细展示,避免因为格式说明符造成输出结果的异常-Int type the output specifier show, avoid caused the exception of the output format specifiers
C
- C语言在数值计算、办公、统计等方面的应用举例-C language in the calculation
FRF_find
- 提取nastran“.f06”结果中的节点频响函数数据,可简单修改提取模态频率和 其它数据-Extract nastran, " f06" results in the the node frequency response function data, can be simple modification to extract the modal frequencies and other data
gaussfitpara
- matlab中使用gauss基函数逼近抛物线及其误差分析-matlab gauss basis function approximation using parabola and its error analysis
NLFSS
- 非线性方程组的多种求解方法的matlab实现-A variety of solution methods for nonlinear equations matlab achieve
