代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/254138/12159302
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/254138/12159626
lst fs_variable.lst
C51 COMPILER V7.50 FS_VARIABLE 10/20/2007 09:14:49 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE FS_VARIABLE
OBJECT MODULE PLACE
www.eeworm.com/read/254138/12159686
__i fs_variable.__i
"modules\file\fs_variable.c" LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\fs_variable.lst) OBJECT(fs_variable.obj)
www.eeworm.com/read/251577/12332516
hpp environment_variable.hpp
#ifndef UNIXSTL_INCL_UNIXSTL_H_UNIXSTL
# include
#endif /* !UNIXSTL_INCL_UNIXSTL_H_UNIXSTL */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obso
www.eeworm.com/read/251577/12332762
hpp environment_variable.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: unixstl/system/environment_variable.hpp (formerly unixstl/environment_variable.hpp; originally unixstl_env
www.eeworm.com/read/251577/12333750
hpp environment_variable.hpp
#ifndef WINSTL_INCL_WINSTL_H_WINSTL
# include
#endif /* !WINSTL_INCL_WINSTL_H_WINSTL */
#ifdef STLSOFT_CF_PRAGMA_MESSAGE_SUPPORT
# pragma message("This file is now obsolete, an
www.eeworm.com/read/251577/12334594
hpp environment_variable.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: winstl/system/environment_variable.hpp (originally winstl_environment_variable.h)
*
* Purpose: Sim
www.eeworm.com/read/149607/12362934
txt state_variable.txt
-- State Machine using Variable
-- dowload from: www.fpga.com.cn & www.pld.com.cn
library ieee;
use ieee.std_logic_1164.all;
ENTITY fsm2 IS
PORT(clock,x : IN BIT; z : OUT BIT);
END fsm
www.eeworm.com/read/131468/14144374
bak variable.h.bak
#include
#define RD_set() (PORTA_BIT2=1)
#define RD_clr() (PORTA_BIT2=0)
#define WR_set() (PORTA_BIT0=1)
#define WR_clr() (PORTA_B
www.eeworm.com/read/130969/14164918