代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/250449/12406579

c main.c

#include #include #include //端口 #include //函数 void Sys_delay1(unsigned int Key_i) //系统延时 { unsigned int Key_j; while((Key_i
www.eeworm.com/read/233766/14137038

m policy_iteration.m

function [p, V, Q, iter] = policy_iteration(T, R, discount_factor, use_val_iter, oldp) % POLICY_ITERATION % [new_policy, V, Q, niters] = policy_iteration(T, R, discount_factor, use_val_iter, old_polic
www.eeworm.com/read/233704/14142838

v adder_test.v

module adder_test; reg a,b,c_in; wire sum,c_out; my_sum M1(sum,a,b,c_in); my_carry M2(c_out,a,b,c_in); initial begin a=0;b=0;c_in=0; #10 a=0;b=0;c_in=1; #10 a=0;b=1;c_in=0; #10 a=0;b
www.eeworm.com/read/233497/14148892

c timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/233276/14160145

c timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/231871/14216960

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/231871/14217040

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/231120/14254939

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------
www.eeworm.com/read/229950/14310795

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/127767/14336487

txt e492. authenticating to the directory.txt

This example uses the JNDI/LDAP service provider to create an authenticated session to an LDAP server on the local machine, by using simple authentication. String url = "ldap://localhost/o=JNDIT