代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/266899/11208874

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/411444/11245597

java ldaptest5.java

import java.util.Hashtable; import javax.naming.Context; import javax.naming.NamingException; import javax.naming.directory.DirContext; import javax.naming.directory.InitialDirContext; publ
www.eeworm.com/read/410988/11261583

m ce_mvgm.m

function out = ce_mvgm(Z , option); % Stochastic Maximum Likelihood optimization with a Cross Entropy (CE) algorithm for % a Multivariate Gaussian mixture estimation application % % Usage % ---
www.eeworm.com/read/148157/12488693

m nlineg1.m

% script nlineg1 example % generate some data t=[0.:.01:1]'; p=[4 5]; y=exp(-p(1)*t).*sin(2*pi*p(2)*t); % rand('normal'); y=y+.01*randn(size(y)); %add noise beta0=[2 3]; %initial guess [
www.eeworm.com/read/148019/12499621

txt yabflex.txt

%{ /* YABASIC --- a tiny integrated Basic Compiler/Interpreter FLEX - part this Program is subject to the GNU General Public License; see the file yabasic.c for detai
www.eeworm.com/read/335711/12504151

c qep.c

// 该程序用于测试TMS320LF240X的EVB模块的正交编码脉冲(QEP)电路, #include "register.h" // 初始化子程序 initial() { asm(" setc INTM"); // 禁止所有中断 asm(" setc SXM"); // 抑制符号位扩展 asm(" clrc OVM"); // 累加器中结果正
www.eeworm.com/read/335286/12541291

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/335286/12541316

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/335286/12541317

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
www.eeworm.com/read/146870/12606486

m boundaries.m

function B=boundaries(BW,conn,dir) %BOUNDARIES Trace object boundaries. %B=BOUNDARIES(BW) traces the exterior boundaries of objects in the binary %image BW.B is a p_by_1 cell array,where p is the n