代码搜索:测试仿真
找到约 10,000 项符合「测试仿真」的源代码
代码结果 10,000
www.eeworm.com/read/277077/10670418
txt 测试向量(test bench)和波形发生器:verilog hdl 程序举例---相应加法器的测试向量(test bench).txt
module test_counter;
reg clk, rst;
wire [7:0] count;
counter #(5,10) dut (count,clk,rst);
initial // Clock generator
begin
clk = 0;
#10 forever #10 clk = !clk;
end
in
www.eeworm.com/read/152386/12118382
txt 测试向量(test bench)和波形发生器:verilog hdl 程序举例---相应加法器的测试向量(test bench).txt
module test_counter;
reg clk, rst;
wire [7:0] count;
counter #(5,10) dut (count,clk,rst);
initial // Clock generator
begin
clk = 0;
#10 forever #10 clk = !clk;
end
in
www.eeworm.com/read/290114/8504100
m time_delay_test_udp__protocl.m
% 网络延时测试--通信基于UDP协议
clear all;
close all;
time_delay=textread('E:\hua_1\程序\网络延时测试程序客户端--UDP协议\TestSock_Cnt\UDP延迟测试第二组数据--沈阳农业大学\udptime.m','%f');
% v=textread('E:\hua_1\博士论文\仿真与实验\MDL_based_te
www.eeworm.com/read/292309/8361499
pdf atmega8-protues仿真之二 led 数码管.pdf
www.eeworm.com/read/390084/8486476
doc 8.15 基带码发生器程序设计与仿真.doc
www.eeworm.com/read/390084/8486483
doc 8.22 出租车计价器vhdl程序与仿真.doc
www.eeworm.com/read/390084/8486491
doc 8.24 步进电机定位控制系统vhdl程序与仿真.doc
www.eeworm.com/read/390084/8486508
doc 8.18 电子琴程序设计与仿真 2004.8修改.doc
www.eeworm.com/read/390017/8489103
doc 8.15 基带码发生器程序设计与仿真.doc
www.eeworm.com/read/390013/8489197