代码搜索结果

找到约 10,000 项符合 Test 的代码

test.htm

南方数据新闻系统JS调用演示页面

test.asv

for i=1:1:40 ; n(i)=100+10*(i-1); Esp(i)=mean(polynome(n(i))); Var(i)=cov(polynome(n(i))); end hold on plot(n,Esp,'blue'); plot(n,Var,'red'); grid on; xlabel 'Nombre de points'

test.m

for i=1:400 ; n(i)=1000+10*(i-1); Esp(i)=mean(polynome(n(i))); Var(i)=cov(polynome(n(i))); end plot(n,Esp,'blue'); plot(n,Var,'red'); grid on; xlabel 'Nombre de points' ylabel

test.vhd

-- VHDL Test Bench Created from source file cpu_engine.vhd -- 12:41:11 06/20/2003 -- -- Notes: -- This testbench has been automatically generated using types std_logic and -- std_logic_vector for th