代码搜索:测试仿真
找到约 10,000 项符合「测试仿真」的源代码
代码结果 10,000
www.eeworm.com/read/476263/6764668
txt tsp群蚁算法matlab实现,c为测试矩阵.txt
function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)
m=31;Alpha=1;Beta=5;Rho=0.1;NC_max=200;Q=100;
n=13;
C=[3493 1696;
3488 1535;
3569 1438;
www.eeworm.com/read/263494/11360689
sql 2.1 日期概念理解中的一些测试.sql
--A. 测试 datetime 精度问题
DECLARE @t TABLE(date char(21))
INSERT @t SELECT '1900-1-1 00:00:00.000'
INSERT @t SELECT '1900-1-1 00:00:00.001'
INSERT @t SELECT '1900-1-1 00:00:00.009'
INSERT @t SELECT '
www.eeworm.com/read/407381/11420070
doc 实施覆盖率测试的要求v1.2.doc
www.eeworm.com/read/405410/11463207
pdf 中国移动wap业务td终端测试规范.pdf
www.eeworm.com/read/405409/11463217
pdf td终端机卡兼容性测试规范.pdf
www.eeworm.com/read/404901/11476487
pdf 高速电路设计2_电路调试与测试.pdf
www.eeworm.com/read/404017/11492970
rar 万年历-proteus测试通过.rar
www.eeworm.com/read/400841/11567837
ppt 第8章 express vi——快速搭建专业测试系统.ppt
www.eeworm.com/read/261494/11642480
txt 一份 tomcat vs resin 的测试报告。。。.txt
作者:jeru
email: jeru@163.net
日期:2001-2-9 18:53:49
----- Original Message -----
From: Griggs, James
To:
Sent: Tuesday, February 08, 2000
www.eeworm.com/read/157209/11730154
txt 相应加法器的测试向量(test bench).txt
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------