代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/263314/11367793
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/407981/11406758
gif variable-index.gif
www.eeworm.com/read/405655/11459675
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/403619/11513694
c fs_variable.c
#include "datatype.h"
#include "fat.h"
INT32U u32Gl_Sector;
Byte reserved_disk_space;
Byte gl_buffer[512];
INT16U u16GlBufferPos;
char lfn_name[100];
/* shared file system
www.eeworm.com/read/400373/11578310
h global_variable.h
/**************************************************************************
**
** 文件: Global_Variable.h
** 描述: 该文件搜集了所有.c文件中定义的非静态全局变量,
当某个.c文件调用其他.c文件中的非静态全局变量时,
包括该头文件
**
www.eeworm.com/read/347945/11624894
m variable_replace.m
function Z = variable_replace(X,Y,W)
% Check so that Y is a simple unit variable
Ybase = getbase(Y);
Yvariables = getvariables(Y);
Xbase = getbase(X);
Xvariables = getvariables(X);
[i,j,k] = f
www.eeworm.com/read/260074/11748930
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/259196/11816409
c fs_variable.c
/*C**************************************************************************
* NAME: fs_variable.c
*----------------------------------------------------------------------------
* Copyright
www.eeworm.com/read/258881/11834767