代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/297455/8017314

vec new_receiver.vec

START 0; STOP 20000; RADIX DEC; INTERVAL 10; INPUTS clk; PATTERN 0 1; INPUTS data_in[13..0]; PATTERN 0> 0 20> 4815 40> 7791 60> 7791 80> 4815 100> 0 120> 11569 140> 8593 160> 8593 180> 11569 200> 0 22
www.eeworm.com/read/297455/8017628

vec new_receiver_ask.vec

START 0; STOP 20000; RADIX DEC; INTERVAL 10; INPUTS clk; PATTERN 0 1; INPUTS data_in[13..0]; PATTERN 0> 0 20> 4815 40> 7791 60> 7791 80> 4815 100> 0 120> 11569 140> 8593 160> 8593 180> 11569 200> 0 22
www.eeworm.com/read/297455/8018777

vec lunwen_stimulus_psk.vec

START 0; STOP 20000; RADIX DEC; INTERVAL 10; INPUTS clk; PATTERN 0 1; INPUTS data_in[13..0]; PATTERN 0> 0 20> 4815 40> 7791 60> 7791 80> 4815 100> 0 120> 11569 140> 8593 160> 8593 180> 11569 200> 0 22
www.eeworm.com/read/297455/8018778

vec lunwen_stimulus_ask.vec

START 0; STOP 20000; RADIX DEC; INTERVAL 10; INPUTS clk; PATTERN 0 1; INPUTS data_in[13..0]; PATTERN 0> 0 20> 4815 40> 7791 60> 7791 80> 4815 100> 0 120> 11569 140> 8593 160> 8593 180> 11569 200> 0 22
www.eeworm.com/read/196814/8058828

m rand.m

%R=rand(m,n) 生成(0,1)上均匀分布的m行n列随机矩阵 %RAND Uniformly distributed random numbers. % RAND(N) is an N-by-N matrix with random entries, chosen from % a uniform distribution on the interval (0.0,1.0
www.eeworm.com/read/195547/8142365

properties quartz.properties

#HSQL Database Engine #Thu Jul 21 15:39:29 EDT 2005 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0 version=1.8.0 modified=no hsqldb.script_format=0 sql.enforce_size=fa
www.eeworm.com/read/195547/8142370

properties hibernate.properties

#HSQL Database Engine #Thu Jul 21 15:39:29 EDT 2005 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0 version=1.8.0 modified=no hsqldb.script_format=0 sql.enforce_size=fa
www.eeworm.com/read/195547/8142377

properties shark.properties

#HSQL database #Wed Jul 13 12:45:03 EDT 2005 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0 version=1.7.2 modified=no hsqldb.script_format=0 sql.enforce_size=false hs
www.eeworm.com/read/195547/8142392

properties sampledata.properties

#HSQL Database Engine #Thu Sep 21 14:13:51 EDT 2006 hsqldb.cache_file_scale=1 runtime.gc_interval=0 hsqldb.first_identity=0 version=1.8.0 modified=no hsqldb.script_format=0 sql.enforce_size=fa
www.eeworm.com/read/144399/12797287

m halfdiff.m

function k = halfDiff(x1,x2) % halfDiff Reduce the distance between two numbers until it is set to zero % % Synopsis: k = halfDiff(x1,x2) % % Input: x1,x2 = starting interval, only x2 is chan