代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/413044/11168887
c global.c
/* global.c -- uses an external variable */
#include
int units = 0; /* an external variable */
void critic(void);
int main(void)
{
extern int units; /* an optional r
www.eeworm.com/read/413044/11168955
c zippo2.c
/* zippo2.c -- zippo info via a pointer variable */
#include
int main(void)
{
int zippo[4][2] = { {2,4}, {6,8}, {1,3}, {5, 7} };
int (*pz)[2];
pz = zippo;
print
www.eeworm.com/read/267685/11169033
txt vhdl超声波测距源代码.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity clk_40KHz_1Hz is
port(clk,rsignal:in std_logic;--rsignal 回波信号
sel:out std_logic_vector(3 downto 0);
www.eeworm.com/read/413044/11169173
c first.c
#include
int main(void) /* a simple program */
{
int num; /* define a variable called num */
num = 1; /* assign a val
www.eeworm.com/read/267672/11169188
plg testport.plg
Build Log
--------------------Configuration: testport - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\acer
www.eeworm.com/read/412834/11181248
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/412417/11199999
process .process
Visual SlickEdit Process Shell for Windows NT Copyright (c) 1994-1996
If a program prompts for input, you will need to uniconize the Visual
SlickEdit Process DOS box and type in your response th
www.eeworm.com/read/412181/11211598
tdf timer.tdf
SUBDESIGN timer
(
clk : INPUT ;
suocun : OUTPUT;
)
VARIABLE
f[3..0] : DFF;
suocun : DFF;
BEGIN
f[].clk=clk;
suocun.clk=clk;
f[].d=(!suocun)&(f[]+1);
suocun.d=f[3] & !f[2] & !f[1]
www.eeworm.com/read/266745/11213588
c first.c
#include
int main(void) /* a simple program */
{
int num; /* define a variable called num */
num = 1; /* assign a val
www.eeworm.com/read/266631/11216652
h config.h
/****************************************Copyright (c)**************************************************
** GuangZhou ZHIYUAN Electronics Co.,LTD.
**