代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/197797/7969985

m sis_novel_func.m

function f=SIS_novel_func(x,func_num) % SIS novel composition functions % Including six composition functions % f=SIS_novel_func(x,func_num) % func_num: 1:6 % reference: % J. J. Liang, P. N.
www.eeworm.com/read/298087/7975023

v me_tf.v

`timescale 1 ns / 1 ns module me_tf ; reg [7:0] din ; reg rst ; reg clk ; reg wr ; wire mdo ; wire ready ; me u1 (rst,clk,wr,din,ready,mdo) ; initial begin rst = 1'b0 ; clk = 1'b0 ; din = 8'h0 ; wr
www.eeworm.com/read/197606/7984609

cpp big_int.cpp

#include #include #include #include #include "big_int.hpp" // Windows compilers don't define ssize_t #if defined(_MSC_VER) || defined(__BORLANDC__) || def
www.eeworm.com/read/197554/7986276

v bin_bcd_3_test.v

`timescale 1ps / 1ps module BIN_BCD_3_TEST; reg CLK; reg RESET; reg [16:0]A; wire [3:0]BW, BQ, BB, BS, BG; BIN_BCD_3 BIN_BCD_3 (CLK, R
www.eeworm.com/read/197554/7986281

v bin_bcd_4_test.v

`timescale 1ps / 1ps module BIN_BCD_4_TEST; reg CLK; reg [16:0]A; wire [3:0]BW, BQ, BB, BS, BG; BIN_BCD_4 BIN_BCD_4 (CLK, A, BW, BQ, BB, BS,
www.eeworm.com/read/197501/7990360

c 18f_ad.c

//************************************************ //用18f6585写的5通道ad程序,2006-9-22调试通过 //************************************************ #include #include void Int_tmr0(void);
www.eeworm.com/read/297720/8000917

v me_tf.v

`timescale 1 ns / 1 ns module me_tf ; reg [7:0] din ; reg rst ; reg clk ; reg wr ; wire mdo ; wire ready ; me u1 (rst,clk,wr,din,ready,mdo) ; initial begin rst = 1'b0 ; clk = 1'b0 ; din = 8'h0 ; wr
www.eeworm.com/read/398147/8002148

cpp big_int.cpp

#include #include #include #include #include "big_int.hpp" // Windows compilers don't define ssize_t #if defined(_MSC_VER) || defined(__BORLANDC__) || def
www.eeworm.com/read/197075/8032497

cpp 调试.cpp

#include "MFSet.h" void main(){ PTree S; Initial(S); cout
www.eeworm.com/read/196844/8054863

m pomdp_sample.m

function [obs, hidden] = pomdp_sample(initial_prob, transmat, obsmat, act) % SAMPLE_POMDP Generate a random sequence from a Partially Observed Markov Decision Process. % [obs, hidden] = sample_pomdp(p