代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/479281/6690846
68 tx_tsb.68
/**************************************************************************/
/* */
/* Copyright (c) 1996-2000 by E
www.eeworm.com/read/478173/6721020
l vpreproclex.l
%option noyywrap align interactive
%option stack
%option noc++
%option prefix="VPreprocLex"
%{
/******************************************************************************
* DESCRIPTION: Verilog P
www.eeworm.com/read/478216/6722013
m boat_sol.m
function t=boat_sol
% 返回时间向量,则最后一点即为航行时间
global v_river v_boat;
v_river=input('请输入水流的速度大小\n');
v_boat=input('请输入船的速度大小\n');
x_initial=input('请输入船的起始位置坐标[x0 y0]\n');
if x_initial(2)
www.eeworm.com/read/477626/6729516
sql techinfo.lib_cgk.sql
drop table LIB_CGK;
CREATE TABLE "TECHINFO"."LIB_CGK" ("SORT_CODE" VARCHAR2(12 byte),
"PROF_CODE" VARCHAR2(30 byte), "RESULT_CODE" VARCHAR2(20
byte), "REPORT_CODE" VARCHAR2(40 byte), "TITL
www.eeworm.com/read/477375/6742170
bas mdl_data.bas
Attribute VB_Name = "Mdl_Data"
'Download by http://www.codefans.net
'数据连接模块
Public PublicStr As String
Public AdoRs As New ADODB.Recordset '后添加一个记录集对象
Public AdoRs1 As New ADODB.Records
www.eeworm.com/read/476697/6748394
bas mdl_data.bas
Attribute VB_Name = "Mdl_Data"
'数据连接模块
Public PublicStr As String
Public AdoRs As New ADODB.Recordset '后添加一个记录集对象
Public AdoRs1 As New ADODB.Recordset '后添加一个记录集对象
Public AdoRs
www.eeworm.com/read/476102/6762889
sql createrollbacksegment.sql
CREATE PUBLIC ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT"
TABLESPACE "UNDOTBS"
STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS 5);
ALTER ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT" ONLINE;
www.eeworm.com/read/410924/11264939
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/134079/11298616
m checkancestors1.m
function zerotree = checkancestors1(j,R,zerotree)
% zerotree=1 means coefficient is descended from zerotree root
% initial set zerotree=0
global N;
i = floor((j+3)/4 );
whi
www.eeworm.com/read/264079/11330397
v c.v
module Assignment_test;
wire a1;
wire a2;
wire c;
reg b;
initial
begin
b = a1+a2;
b