代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9833896
c tcllink.c
/*
* tclLink.c --
*
* This file implements linked variables (a C variable that is
* tied to a Tcl variable). The idea of linked variables was
* first suggested by Andreas Stolcke and this imple
www.eeworm.com/read/366065/9834215
test msgcat.test
# This file contains a collection of tests for the msgcat package.
# Sourcing this file into Tcl runs the tests and
# generates output for errors. No output means no errors were found.
#
# Copyright
www.eeworm.com/read/366065/9834436
test upvar.test
# Commands covered: upvar
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors.
www.eeworm.com/read/366065/9835181
tcl auto.tcl
# auto.tcl --
#
# utility procs formerly in init.tcl dealing with auto execution
# of commands and can be auto loaded themselves.
#
# RCS: @(#) $Id: auto.tcl,v 1.12 2002/10/28 16:34:25 dgp Exp $
#
# C
www.eeworm.com/read/365935/9839410
tdf wyscan.tdf
subdesign wyscan
(scan_clk,g[3..0],s[3..0]:input;
q[1..0],out[3..0],gw,sw:output;)
variable tt:machine with states(t0,t1);
begin
tt.clk=scan_clk;
case tt is
when t0=>q[]=b"01";
out3=
www.eeworm.com/read/169732/9844752
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/365844/9844779
m display.m
function display(cdv)
% DISPLAY -
%
for k=1:length(cdv)
disp(sprintf('\n'))
disp('Continuous design variable')
disp('--------------------------')
display(cdv(k).gen)
txt=sprintf(
www.eeworm.com/read/365783/9847801
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/169580/9849850
s stack.s
;;; Copyright ARM Ltd 2001. All rights reserved.
AREA Stacks, DATA, NOINIT
EXPORT top_of_stacks
; Create dummy variable used to locate stacks in memory
top_of_stacks
www.eeworm.com/read/169580/9849858
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