代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/384201/8891168
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/384201/8891491
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin
www.eeworm.com/read/428103/8895196
java maskingthread.java
//MaskingThread.java
import java.io.*;
class MaskingThread extends Thread {
private boolean stop = false;
private int index;
private String initial;
public MaskingThread(String initial)
www.eeworm.com/read/427909/8913772
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/186716/8914566
m diff_enc.m
function [out] = diff_enc(in,arg1,arg2)
% DIFF_ENC .... Differential encoding function for binary sequences.
%
% [Y] = DIFF_ENC(X,DELAY,INITIAL) generates the output sequence Y from X
% such t
www.eeworm.com/read/383822/8915572
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/383822/8915937
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin
www.eeworm.com/read/186344/8943384
bak beep.c.bak
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
void Be
www.eeworm.com/read/186344/8943445
c beep.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
void Be