代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/169500/9854503

i variable.i

#line 1 "System\variable.c" /0 #line 1 "system\reg51.h" /0 sfr P0 = 0x80; sbit P0_0 = P0^0; sbit P0_1 = P0^1; sbit P0_2 = P0^2; sbit P0_3 = P0^3; sbit P0_4 = P
www.eeworm.com/read/169500/9854554

lst variable.lst

C51 COMPILER V8.01 VARIABLE 08/07/2006 11:16:10 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE VARIABLE OBJECT MODULE PLACED I
www.eeworm.com/read/169500/9854590

obj variable.obj

www.eeworm.com/read/169500/9854632

c variable.c

/*C************************************************************************** * NAME: variable.c *---------------------------------------------------------------------------- * Copyright (c
www.eeworm.com/read/169403/9862947

h variable.h

/* ********************************************************************************************************* * 文件: Variable.h. * 描述: 全局变量定义. * 编写: 深思 (001-12345@sohu.com). ***********************
www.eeworm.com/read/364442/9906401

h variable.h

#include #include #include #include #include "aleatori.c" #define tam_memoria 100 #define cadena 820 #define objetivos 5 #define POB 60 #define num_var 32 #de
www.eeworm.com/read/168422/9917199

h variable.h

volatile int ctr=0,ctr1=0; int TestData[1000],Data2[1000]; int Cfg_Data[1000];
www.eeworm.com/read/168054/9940836

h variable.h

extern void rb_int_register(char *name,int value);//整形变量注册 extern int rb_get_int(char *name);//取整形变量的值 extern void rb_give_int(char *name,int value);//整型变量赋值 extern void rb_str_register(char *name,
www.eeworm.com/read/168054/9940890

o variable.o

www.eeworm.com/read/168054/9940893

c variable.c

#include #include #include #include #define Error_color RGB(0,30,0) extern void exp_adj(char *name); u8 check_var_name(char *name)//检查变量名是否合法(出错返回1)