代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/245941/12770943
m hmm_forward_backward.m
function [a, b] = HMM_Forward_Backward(a, b, V)
% Find the probability transition matrices a,b from sample data using the forward-backward algorithm
%
% Inputs:
% a - Initial estimate of the
www.eeworm.com/read/332108/12778112
in regulator-arc.in
Homotopy choice
1 1
Unknown, State, Costate and Control dimensions
7 2 2 1
Objective and Switch dimension
1 2
Number of IVP unknown values
2
IVP unknown indices
3 4
Number of initial values
2
Initi
www.eeworm.com/read/332108/12778220
in g3d-reg.in
Homotopy choice
1 1
Unknown, State, Costate and Control dimensions
8 8 8 3
Objective and Switch dimension
1 2
Number of IVP unknown values
8
IVP unknown indices
8 9 10 11 12 13 14 15
Number of ini
www.eeworm.com/read/331948/12794942
makefile
# This is the makefile which run by nMake
# Copy right scj,2004
# The Current Directory is defined by macro MAKEDIR
# So,the nMAKE should be the same folder with source file
!MESSAGE Make Projec
www.eeworm.com/read/144110/12817104
c hellowin.c
/*------------------------------------------------------------
HELLOWIN.C -- Displays "Hello, Windows 98!" in client area
(c) Charles Petzold, 1998
---------------------------
www.eeworm.com/read/331259/12836679
txt meals_readme.txt
1.把sql.txt中的语句在SQL 2005中执行.
2.
--初始化用户表
insert into Tbl_AdminUser values('你的姓名','你的密码')
3.修改web.config中的数据库连接到您的数据库的用户名和密码:
www.eeworm.com/read/244554/12856506
ini myini.ini
[server]
Initial Catalog=JFSH
Data Source=cust-ffc6771c52
User ID=sa
Password=sa
[DataGate]
GIP=10.133.3.121
GPort=5080
GDG=FSserver
www.eeworm.com/read/244507/12859325
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/244507/12859357
v time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
www.eeworm.com/read/244507/12859361
v mult_tp.v
`timescale 10ns/1ns
module mult_tp;
reg[7:0] a,b;
wire [15:0] out;
integer i,j;
mult8 m1(out,a,b);
initial
begin
a=0;b=0;
for(i=1;i