代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/494270/6380944
m initialise.m
function [W,B,delw]=initialise(l,no)
for k=1:l-1
for i=1:no(k)
for j=1:no(k+1)
W(i,j,k)=rand-0.5;
delw(i,j,k)=0;
end;
end;
end;
disp(
www.eeworm.com/read/127767/14336131
txt e982. creating a jtextarea component.txt
// Create a text area with some initial text
JTextArea textarea = new JTextArea("Initial Text");
// Create a text area with some initial text and a default number of rows and columns.
www.eeworm.com/read/127767/14337822
txt e979. creating a jtextfield component.txt
When the user hits RETURN, the text field fires an action event.
// Create a text field with some initial text
JTextField textfield = new JTextField("Initial Text");
// Create a
www.eeworm.com/read/169630/9848548
c retarget.c
/*=================================文件信息================================*/
/*文 件 名:retarget .c */
/*创 建 人:葛康
www.eeworm.com/read/455384/7372723
c retarget.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/359724/10127800
m amp207.m
%Matlab Program 2-7
%Create system model
a=[-0.5572 -0.7814;0.7814 0];
b=[1 0]';
c=[1.9691 6.4493];
d=0;
sys=ss(a,b,c,d);
%Step response of the system
subplot(221)
step(sys)
%Initial con