代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/256461/11999114
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/256291/12010395
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/342497/12015979
m example_3_sor.m
% Twodimensional heat conduction
% Finite Volume Method
% SOR
clear all;
x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[];
great = 1.e20;
lambda = 10; % thermal conductivity
alf
www.eeworm.com/read/342497/12016040
m example_3_tdma.m
% Twodimensional heat conduction
% Finite Volume Method
% Line by Line TDMA with SOR
clear all;
x=[];y=[];T=[];Told=[];Su=[];Sp=[];ap=[];ae=[];aw=[];as=[];an=[];
Q=[];P=[];
great = 1e20;
lambda
www.eeworm.com/read/153407/12035230
m resetstate.m
function state=resetstate;
%RESETSTATE Resets the state variables for the GPLAB algorithm.
% RESETSTATE sets all the GPLAB algorithm state variables with the
% default initial values.
%
%
www.eeworm.com/read/153407/12035646
m setinitialprobs.m
function initialprobs=setinitialprobs(params,state,data)
%SETINITIALPROBS Sets the initial operator probabilities for the GPLAB algorithm.
% SETINITIALPROBS(PARAMS,STATE,DATA) returns the initi
www.eeworm.com/read/255510/12077875
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/255510/12078113
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/152804/12081517
authors
ejoy : author and maintainer
Hu Yong : core developer,font and display driver bug fix
Rick Lei : initial freebsd port