-
随机表面生成
采用高斯分布生成随机表面。用计算机生成一个高斯分布白噪声二维随机序列,计算其傅里叶变换;
根据指定的自相关函数R通过傅里叶变换得到滤波器输出信号的功率谱密度
- 2023-06-03 05:00:03下载
- 积分:1
-
排班简单遗传算法
一个简单的排班算法,遗传算法GA,供大家参考。。。
里面含有详细的注解,一目了然。。。
- 2022-08-08 05:08:41下载
- 积分:1
-
JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算
JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算-JAMA : A Java Matrix Package for the development of Java-matrix calculation
- 2022-02-22 03:54:10下载
- 积分:1
-
拉格朗-牛顿算法
拉格朗-牛顿算法-LaGrand-Newton algorithm
- 2022-01-23 10:20:33下载
- 积分:1
-
数学函数的运算.zip
数学函数的运算.zip-Math arithmetic. Zip
- 2022-01-21 20:43:50下载
- 积分:1
-
random number generator source code for C and Notes with a test case.
随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
- 2022-01-26 07:51:12下载
- 积分:1
-
机器人逆运动学求解
该程序是两关节自由度机器人的逆运动学求解,通过拉格朗日能量方法建立机器人的运动学方程,根据关节力矩可以计算出机器人的关节角,从而完成其逆运动学的求解过程.......
- 2022-03-03 02:48:52下载
- 积分:1
-
条带SAR波数域成像
基于波数域条件下,利用条带SAR的思想,对几个分布目标进行成像的程序;目标个数可以改变,条带SAR的参数同样可以改变,以得到不同的成像效果,进而可以进行比较
- 2022-11-09 13:40:03下载
- 积分:1
-
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a cl...
Polynomial fit functions
=== ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.-Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
- 2022-11-25 05:50:02下载
- 积分:1
-
C 字符串中的程序
#include < stdio.h >
#include < stdlib.h >
int main)
{
char str [20] ;
printf ("Digite uma stringn") ;
setbuf(stdin,NULL) ;
gets(str) ;
int i;
为 (我 = 0 ; 我 < 4; i + +) {
printf("%c",str[i]) ;
}
返回 0 ;
}
- 2022-08-10 12:27:30下载
- 积分:1