搜索结果
找到约 878 项符合
PELCO-P 的查询结果
编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P
The Small C compiler translates a subset of the C language into
assembly language. It runs under PC/MS-DOS 2.1 and later. Small
C is compatible with the Microsoft and Small Mac assemblers.
Small C takes full advantage of the ability of these assemblers
to generate relocatable object code, to mai ...
数值算法/人工智能 用Burg算法估计AR模型参数
用Burg算法估计AR模型参数,进而实现功率谱估计.
形参说明:
x——双精度实型一维数组,长度为n,存放随机序列。
n--整型变量,随机序列的长度。
p--整型变量,AR模型的阶数。
a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。
v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 ...
数值算法/人工智能 现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。 形参说明: r:双精度实型一维数组
现代谱估计用莱文森-德宾(Levinson-Durbin)算法求解尤利-沃克(Yule-Walker)方程。
形参说明:
r:双精度实型一维数组,存放Yule-Walker方程的元素r(0),r(1),...r(p)。
p:AR模型阶数。
a:AR模型系数a(0),a(1),...a(p)。
v:预测误差功率
Internet/网络编程 1、为了界面的美观性考虑
1、为了界面的美观性考虑,建议您添加了作为分类的版面(或者有下属论坛的版面)后,到该版面的高级设置中设置该版面不允许发贴,当然你也可以设置他可以发贴:)
2、一个分类或者有下属论坛的版面,可以设置版主,如果其下级论坛设置了可继承上级版主权限,那么上级论坛就可以管理下级论坛,如果不继承,则不可管理下属版 ...
数值算法/人工智能 The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away from the vertical, ...
matlab例程 MATLAB Compiler 是MATLAB自带的一个编译器
MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的 ...
教育系统应用 this is a trade sale system realized by java. It can run some easy functions and has a good design p
this is a trade sale system realized by java. It can run some easy functions and has a good design pattern CVS. A good project to learn CVS.
操作系统开发 本代码实现了操作系统中的司机和售票员同步问题
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。
其他 prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example
prolog 找路例子程序:
=== === === === === ===
Part 1-Adding connections
Part 2-Simple Path
example
| ?- path1(a,b,P,T).
will produce the response:
T = 15
P = [a,b] ?
Part 3 - Non-repeating path
As an example, the query:
?- path2(a,h,P,T).
will succeed and may produce the bindings:
P = ...