代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/345954/11777738
txt 说明.txt
matlab7.1环境,把当前文件夹指定为matlab工作目录
simulate.m为主控程序
其余为被调函数
www.eeworm.com/read/110664/15527798
c exp3b.c
/* ---------------------------------------------------------------
exp3b.c
Quantization effect
1. Use timit1.asc as input file
2. Add the format line to timit1.asc for C
www.eeworm.com/read/287546/8683053
v alu.v
module alu(alus,ac, bus, dout);
input [6:0]alus;
input [7:0]ac,bus;
output [7:0]dout;
reg[7:0] dout;
always@(alus or ac or bus)
casex(alus)
7'b0??0100:dout=bus; //LDAC5,MOVR1
7'b0??0101
www.eeworm.com/read/186280/8947935
txt readme.txt
You can use the RICdtest.cfg to do advanched testing.
You can delete the file manualy so you simulate a connection lost or create it.
Regards,
Harry
www.eeworm.com/read/376722/9309683
cpp jlfx.cpp
# include
# include
# define X 5//二维数组的行数
# define Y 4//二维数组的列数
float r[X][X];
void simulate(int a[][Y]);
void Closure(float r[X][X]);
void main()
{
int i,j, a[X][Y];
www.eeworm.com/read/373182/9470495
txt abstract.txt
This program is a bank switching example that shows how you can
run (simulate) code executing in several code banks.
www.eeworm.com/read/166836/9995863
m gfc5_init.m
% gfc5_init.m used with gfc.mdl
gfc5=readfis('gfc5');
Ne=1;Nce=1;Nu=1;Ts=0.5;
K=1; tau=1;
disp('Done initializing gfc202_yen.mdl, you can SIMULATE it NOW!')
www.eeworm.com/read/163150/10173262
txt abstract.txt
This program is a bank switching example that shows how you can
run (simulate) code executing in several code banks.
www.eeworm.com/read/160660/10510528
v alu.v
module alu(alus,ac, bus, dout);
input [6:0]alus;
input [7:0]ac,bus;
output [7:0]dout;
reg[7:0] dout;
always@(alus or ac or bus)
casex(alus)
7'b0??0100:dout=bus; //LDAC5,MOVR1
7'b0??0101
www.eeworm.com/read/469124/6977884
m testnn.m
function testnn()
% Min/Max values for each input
PR = [0 1;
0 1];
% Size of hidden/output layer
S = [5 1];
% Cols - Input vectors, each col diff. vector
TI = [0 0 1 1;
0 1 0 1];
% Cols