代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/493349/6401248
dwt
#!/usr/X11R6/bin/wish8.0
# line above hast to be adited according to the location of your wish
wm title . DaubechiesWaveletTransform
frame .left
pack .left -side left
frame .left.top
pack .left.to
www.eeworm.com/read/492929/6414177
m prt_reg.m
function prt_reg(results,vnames,fid)
% PURPOSE: Prints output using regression results structures
%---------------------------------------------------
% USAGE: prt_reg(results,vnames,fid)
% Where:
www.eeworm.com/read/492929/6414192
m prt_multilogit.m
function prt_multilogit(results,vnames,cnames,fid)
% PURPOSE: Prints output from multilogit function
%----------------------------------------------------------------%
% USAGE: prt_multilogit(resul
www.eeworm.com/read/492929/6414203
m prt_tvp.m
function prt_tvp(results,vnames,fid)
% PURPOSE: Prints output using tvp() regression results structures
%---------------------------------------------------
% USAGE: prt_tvp(results,vnames,fid)
%
www.eeworm.com/read/492929/6414245
m prt_felogit.m
function prt_felogit(results,vnames,fid)
% PURPOSE: Prints output from felogit function
%----------------------------------------------------------------%
% USAGE: prt_felogit(results,vnames,fid)
www.eeworm.com/read/492544/6415363
plg library.plg
Build Log
--------------------Configuration: library - Win32 Debug--------------------
Command Lines
Creating temporary file "d:\Temp\RSP5571.t
www.eeworm.com/read/492292/6420639
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/492326/6421529
m ex5_7.m
x=0:pi/100:2*pi;
y1=2*exp(-0.5*x);
y2=cos(4*pi*x);
plot(x,y1,x,y2)
title('x from 0 to 2{\pi}'); %加图形标题
xlabel('Variable X'); %加X轴说明
ylabel('Variable Y');
www.eeworm.com/read/492058/6423620
h foreach.h
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/491604/6430887
vhd pwm.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity PWM is
port(clk,reset,conv,add,sub:in std_logic;bout:out std_logic);
end PWM;
a