搜索结果
找到约 1,785 项符合
SimplyChaos-X 的查询结果
人工智能/神经网络 利用遗传算法求最小值
利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异
Linux/Unix编程 开源的键盘模拟程序
开源的键盘模拟程序,包括许多头文件和库例程,适用于Linux下X应用中的软键盘模拟
Delphi控件源码 DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus No
DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus Notes 4.x databases & servers.
编译器/解释器 c语言编译器
c语言编译器,跨平台,4.2版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research. ...
编译器/解释器 c语言编译器
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsof ...
Java编程 The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and X
The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.
matlab例程 应用傅里叶变换DFT
应用傅里叶变换DFT,分析各种离散信号x(k)的频谱。离散周期信号可以展开成傅里叶级数,所以离散周期信号的频谱 是一个周期的周期性离散频谱,各谱线之间的间隔为 ,而且存在着谐波的关系。
数值算法/人工智能 用Burg算法估计AR模型参数
用Burg算法估计AR模型参数,进而实现功率谱估计.
形参说明:
x——双精度实型一维数组,长度为n,存放随机序列。
n--整型变量,随机序列的长度。
p--整型变量,AR模型的阶数。
a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。
v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 ...
数值算法/人工智能 计算ARMA(p
计算ARMA(p,q)模型的功率谱密度。
形参说明:
b——双精度实型一维数组,长度为(q+1),存放ARMA(p,q)模型的滑动平均系数。
a——双精度实型一维数组,长度为(p+1),存放ARMA(p,q)模型的自回归系数。
q——整型变量,ARMA(p,q)模型的滑动平均阶数。
p——整型变量,ARMA(p,q)模型的自回归阶数。
sigma2——双精度实型变量, ...
matlab例程 Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cyberneti ...