代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/439680/7703242
mdl chap1_8.mdl
Model {
Name "chap1_8"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/439680/7703267
mdl chap1_5.mdl
Model {
Name "chap1_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/439653/7704029
mdl exm1_2.mdl
Model {
Name "exm1_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/439651/7704446
m plotxy14.m
t = 0:0.1:2*pi;
x = 3*cos(t);
y = sin(t);
subplot(2, 2, 1); plot(x, y); axis normal
subplot(2, 2, 2); plot(x, y); axis square
subplot(2, 2, 3); plot(x, y); axis equal
subplot(2, 2, 4
www.eeworm.com/read/438679/7728200
html pllll_waveforms.html
Sample Waveforms for pllll.vhd
Sample behavioral waveforms for design file pllll.vhd
The following waveforms show the b
www.eeworm.com/read/438605/7729369
mdl chap1_8.mdl
Model {
Name "chap1_8"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/438605/7729394
mdl chap1_5.mdl
Model {
Name "chap1_5"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/438370/7732120
mdl exm1_2.mdl
Model {
Name "exm1_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/438291/7733284
m untitled2.m
本题两问,第一问用SPSS实现,第二问用MATLAB实现,以下是第二问,产生了两个正态分布的
1000个随机数,均值差用正态分布进行区间估计(由于均值差服从正态分布),方差比用f分布进行区间估计,
其中u=icdf('f',0.975,9999,9999);表示f分布的0.975下分位数。
在指令窗口运行如下程序
y=random('<mark>normal</mark>',10,2,1,10000);
z=ra ...
www.eeworm.com/read/437902/7740015
java engineoption.java
/*
* 创建日期 2005-3-18
*
* 更改所生成文件模板为
* 窗口 > 首选项 > Java > 代码生成 > 代码和注释
*/
package chinesechess.engine;
public final class EngineOption {
//下棋风格
public static final int Solid=0;
public