代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/170175/9815508
vhd mathpack.vhd
------------------------------------------------------------------------
--
-- This source file may be used and distributed without restriction.
-- No declarations or definitions shall be added to
www.eeworm.com/read/366183/9826039
vhd 90_wss_coprocessor.vhd
--LIBRARY synergy;
-- USE synergy.signed_arith.all;
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
-- USE ieee.std_logic_signed.all;
-- USE synergy.signed_arit
www.eeworm.com/read/169896/9833940
err pll.err
"pll.c", line 67: Warning: C2870W: variable 'fclk' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sval' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sdiv' d
www.eeworm.com/read/169896/9833958
err k9s1208.err
"k9s1208.c", line 192: Warning: C2870W: variable 'i' declared but not used
"k9s1208.c", line 524: Warning: C2870W: variable 'id' declared but not used
"k9s1208.c", line 667: Warning: C2873W: implici
www.eeworm.com/read/366065/9834690
3 setvar.3
'\"
'\" Copyright (c) 1989-1993 The Regents of the University of California.
'\" Copyright (c) 1994-1997 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist
www.eeworm.com/read/365844/9844843
m ddv.m
function d = ddv(varargin)
% DDV - Constructor for the class ddv, a sub class of the gen class.
% The constructor can be called in two ways:
%
% ddv('name',value_1,value_2,etc..) where 'name' is a
www.eeworm.com/read/365783/9847851
export1
#!/bin/sh
foo="The first meta-syntactic variable"
export bar="The second meta-syntactic variable"
./export2
www.eeworm.com/read/169560/9852309
vhd l_conversions_b.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------------------------------
-- File Name: l_conversions_b.vhd
-------------------------
www.eeworm.com/read/169320/9867077
sql 15.5.2 检查指定游标是否存在的函数.sql
CREATE FUNCTION f_CursorExists(@CursorName sysname)
RETURNS TABLE
AS
RETURN(
SELECT * FROM(
SELECT Name=@CursorName,
Type=CAST('LOCAL' as varchar(8)),
IsExists=CAST(CASE CURSOR_STATUS(
www.eeworm.com/read/365309/9870054
vhd l_conversions_b.vhd
-- Altera Microperipheral Reference Design Version 0802
--------------------------------------------------------------------------------
-- File Name: l_conversions_b.vhd
-------------------------