代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/384940/8831799
m fm_windup.m
function fm_windup(idx,xmax,xmin)
% FM_WINDUP setup non-windup limiter for TDs
%
% FM_WINDUP(IDX,XMAX,XMIN)
% IDX = index of state variables
% XMAX = state variable upper limit
% XM
www.eeworm.com/read/428854/8832883
lst shoutcast.lst
ARM GAS C:\DOKUME~1\harald\LOKALE~1\Temp/cceUaaaa.s page 1
1 .file "shoutcast.c"
2 @ GNU C version 4.2.1 (arm-elf)
3 @ compiled by GNU C
www.eeworm.com/read/285490/8835902
local
#!/bin/sh
sample_text="global variable"
foo() {
local sample_text="local variable"
echo "Function foo is executing"
echo $sample_text
}
echo "script starting"
echo $sample_text
foo
e
www.eeworm.com/read/384840/8839487
m cs_exam.m
clear
n=512; %size of the signal
m=64; %Number of samples(under sample by a factor)
k=0:n-1;
t=0:n-1;
F=exp(-i*2*pi*k'*t/n)/sqrt(n); %Fourier matrix
freq=randsample(
www.eeworm.com/read/384728/8848774
vhd 66_fir.vhd
Library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.SIGNED_ARITH.all;
use work.coeffs.all;
entity fir is
port(clk,reset: in std_logic;
sample: in signed (
www.eeworm.com/read/384728/8849277
vhd 13_shl.vhd
function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is
variable v1: MVL7_VECTOR (v2'high downto v2'low);
variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/384728/8849327
vhd 27_test_16.vhd
-- Page : 285,286
--Objective : Blocks and 'EVENT vs.'STABLE
--Filename : test_16
--Author : Joseph Pick
entity Test_16 is
end Test_16;
architecture Behave_1 o
www.eeworm.com/read/384728/8849502
vhd 62_gcd.vhd
--**VHDL*************************************************************
--
-- SRC-MODULE : GCD
-- NAME : gcd.vhdl
-- VERSION : 1.0
--
-- PURPOSE : Architecture of GCD benchmark
--
--
www.eeworm.com/read/187102/8855748
test badline.test
#! /bin/sh
# Test to make sure that line number and file name in error message
# referring to variable is always correct.
. $srcdir/defs || exit 1
cat >> configure.in
www.eeworm.com/read/187102/8855926
test mkinstall.test
#! /bin/sh
# Test for bug where mkinstalldirs variable can be set incorrectly.
. $srcdir/defs || exit 1
cat > Makefile.am