代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/288527/8627053
m da_pcor.m
%
% da_pcor.m
%
% Partial correlation screen
%
w1=gcf;
da_front;
drawnow;
%
% Now calculate the correlations
%
% All variables are included in this analysis
%
%
% Say it's calculating
www.eeworm.com/read/288515/8627547
1 gen_bruyn_sig.1
.\"
.\" gen_bruyn_sig.1 - the *roff document processor man page source
.\"
.TH gen_bruyn_sig 1 "98/06/30" "Watermarking, Version 1.0"
.SH NAME
gen_bruyn_sig \- an man page source template
.SH SY
www.eeworm.com/read/288263/8645610
s heap.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Heap, DATA, NOINIT
EXPORT bottom_of_heap
; Create dummy variable used to locate bottom of heap
bottom_of_heap SP
www.eeworm.com/read/288166/8649698
conf monkey.conf
# Monkey HTTP Daemon v0.1.1
# -------------------------
#
# monkey.conf :
# -------------
# Este archivo correponde al archivo de configuracion de Monkey. Aqui se
# definen las variables principales d
www.eeworm.com/read/288166/8649701
bak monkey.conf.bak
# Monkey HTTP Daemon v0.1.1
# -------------------------
#
# monkey.conf :
# -------------
# Este archivo correponde al archivo de configuracion de Monkey. Aqui se
# definen las variables principales d
www.eeworm.com/read/288081/8653056
prefs org.eclipse.cdt.managedbuilder.core.prefs
#Thu Aug 09 16:10:37 CST 2007
eclipse.preferences.version=1
environment/buildEnvironmentInclude/S60_3rd_com.symbian.cdt.build.projectType.exe_gcce.urel_S60_3rd_MR.347680327=
www.eeworm.com/read/431494/8673782
plg bulkloop.plg
礦ision2 Build Log
Project:
G:\可以用的开发板文档\USB2.0-CY7C68013A-128S开发板\测试程序源代码(包括VC工程文件及Firmware)\speedTest\bulkspeed\bulkloop.uv2
Project File Date: 11/01/2004
www.eeworm.com/read/287290/8696174
tdf twe_counter.tdf
subdesign twe_counter
(clk,clrn:input;
out[3..0],out4:output;
)
variable
ss:MACHINE OF BITS (out[4..0])
with states(
s0=0,
s1=1,
s2=2,
s3=3,
s4=4,
s5=5,
s6
www.eeworm.com/read/287290/8696300
tdf six_counter.tdf
subdesign six_counter
(clk,clrn:input;
out[2..0],cout:output;
)
variable
count[2..0]:dff;
p1:dff;
begin
count[].clrn=clrn;
count[].clk=clk;
p1.clk=clk;
if count[]==B"101" then
count[].
www.eeworm.com/read/287290/8696682
tdf dec_counter.tdf
subdesign dec_counter
(clk,clrn:input;
out[3..0],cout:output;
)
variable
count[3..0]:dff;
p1:dff;
begin
count[].clrn=clrn;
count[].clk=clk;
p1.clk=clk;
if count[]==B"1001" then
count[]