代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/205089/15326731
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/205089/15326741
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/204080/15344851
txt 新建 文本文档.txt
#include
using namespace std;
void main()
{ int k;
int number;//须访问的磁道的总数
int i,j;
int dis;//磁头移动的距离
int initial;//当前磁道号
int swap;
couti
www.eeworm.com/read/204080/15344852
cpp zuoye.cpp
#include
using namespace std;
void main()
{ int k;
int number;//须访问的磁道的总数
int i,j;
int dis;//磁头移动的距离
int initial;//当前磁道号
int swap;
couti
www.eeworm.com/read/203569/15355594
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/203569/15355693
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/201721/15398190
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/201721/15398289
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