代码搜索:Variable

找到约 10,000 项符合「Variable」的源代码

代码结果 10,000
www.eeworm.com/read/315769/13536748

txt vhdl infrared receive.txt

接收解码部分 接收解码用VHDL语言编写程序,在EDA实验板上实现解码,要求具有以下功能: (1)基本要求: (a)将一体化红外接收解调器的输出信号解码(12个单击键、6个连续键,单击键编号为7-18,连续键编码为1-6),在EDA实验板上用七段数码管显示出来; (b)当按下遥控器1—6号连续键时,在EDA实验板上用发光二极管点亮作为连续键按下的指示,要求遥控器上连续键接下时指示灯点 ...
www.eeworm.com/read/315728/13537622

m segymatdemo1.m

% SegyMATdemo1 : Creates, Reads and plots a Segy File; % load test data set load Clown; % choose a file name; file='segy_test.sgy'; % Write segy file, using default setting WriteSegy(file,X); % Re
www.eeworm.com/read/315699/13537827

c input.c

// input.c -- when to use & #include int main(void) { int age; // variable float assets; // variable char pet[30]; // string printf("
www.eeworm.com/read/315699/13537881

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/315699/13537919

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/315699/13538055

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/315644/13539036

h config.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/315631/13539590

c longjmp.c

#include #include #include jmp_buf location; // Global variable void function(void) { printf("About to longjmp\n"); longjmp(location, 1); // Return
www.eeworm.com/read/314948/13555045

h config.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/314896/13556257

txt picusage.txt

Note MeChat default pictur path is http://www.mechat.com, You'd better copy all pictue to your machine with IIS or APACHE installed. Modify variable FaceUrl in file main.ini