⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 16巡检仪.searchresults

📁 16路巡检仪 该仪表采用c语言编写
💻 SEARCHRESULTS
📖 第 1 页 / 共 5 页
字号:
---- Gnd Matches (8 in 3 files) ----
Inttrup.c:extern	uchar	keyn,Chose,TMing1,Gnd;
Inttrup.c:		{	Gnd++;
Inttrup.c:			if(Gnd==2)
Inttrup.c:					Gnd=0;
Sysint.c:extern	uchar	VFport,VFnowt,Gnd;
Sysint.c:{	if(Gnd==1)
VFdeal.c:uchar	Gnd=0;		//采样地标志
VFdeal.c:			if(Gnd!=1)
---- VFport Matches (18 in 3 files) ----
LEDdeal.c:uchar	VFport1=1;
LEDdeal.c:								{	if(VFport1<road)
LEDdeal.c:										VFport1++;
LEDdeal.c:										VFport1=1;
LEDdeal.c:							Hex2Bcd((int)PV[VFport1],LEDbuf1);
LEDdeal.c:							Hex2Bcd((int)VFport1,LEDbuf1);
Sysint.c:extern	uchar	VFport,VFnowt,Gndat;
Sysint.c:	VFstart(VFport);
VFdeal.c:uchar	VFport=1;
VFdeal.c:			switch(typdat[VFport])			//选择输入类型
VFdeal.c:							PV[VFport]=X;
VFdeal.c:					if(typdat[VFport]<8)
VFdeal.c:							PV[VFport]=temp1[0]+temp1[1]*X+temp1[2]*X*X+temp1[3]*X*X*X+temp1[4]*X*X*X*X;//计算采样值
VFdeal.c:						PV[VFport]=X;
VFdeal.c:			if(VFport<road)
VFdeal.c:					VFport++;								//下一路的采样
VFdeal.c:			VFport=0;									//采集完16路时,重新开始下一论的采集
VFdeal.c:			VFstart(VFport);								//启动采集下一路}
---- Gndat Matches (8 in 3 files) ----
Inttrup.c:extern	uchar	keyn,Chose,TMing1,Gndat;
Inttrup.c:		{	Gndat++;
Inttrup.c:			if(Gndat==2)
Inttrup.c:					Gndat=0;
Sysint.c:extern	uchar	VFport,VFnowt,Gndat;
Sysint.c:{	if(Gndat==1)
VFdeal.c:uchar	Gndat=0;		//采样地标志
VFdeal.c:					if(Gndat!=1)
---- VFdeal Matches (3 in 3 files) ----
Head.h:extern	void		VFdeal();
Mani.c:			VFdeal(); 		
VFdeal.c:void	VFdeal()
---- VFdeal() Matches (3 in 3 files) ----
Head.h:extern	void		VFdeal();
Mani.c:			VFdeal(); 
VFdeal.c:void	VFdeal()
---- vfmark Matches (7 in 3 files) ----
Inttrup.c:bit		vfmark;
Inttrup.c:	if(vfmark==0)
Inttrup.c:					vfmark=1;
Sysint.c:extern	bit		vfmark;
VFdeal.c:extern	bit	vfcy,vfmark;
VFdeal.c:	if(vfmark==1)
VFdeal.c:			vfmark=0;
---- TMOD Matches (4 in 3 files) ----
Inttrup.c:				TMOD=0x53;
Inttrup.c:				TMOD=0x73;
Reg51.h (c:\documents and settings\administrator\桌面\16路巡检仪):sfr TMOD = 0x89;
Sysint.c:	TMOD=0x73;			//设置T1工作在模式3,T0工作在模式3,TL0用于采样定时
---- vfcy Matches (5 in 2 files) ----
Inttrup.c:bit		vfcy;
Inttrup.c:				vfcy=1;
VFdeal.c:extern	bit	vfcy,vfmark;
VFdeal.c:	if(vfcy==1)//采集完一路  采集下一路
VFdeal.c:			vfcy=0;*/
---- buf Matches (66 in 5 files) ----
Flash.c:void flashByteR(uchar *buf,uchar sq,uint sta,uint len)		//字节读
Flash.c:		buf[ty]=ISP_DATA;
Flash.c:void flashWB(uchar*buf,uchar sq,uint len)//字节写
Flash.c:		ISP_DATA =buf[ty];
Flash.c:void flashFByteR(float *buf,uchar sq,uint sta,uint len)	//4字节读
Flash.c:		buf[ty]=crc.ida;
Flash.c:void flashW(float*buf,uchar sq,uint len)			//四个字节写
Flash.c:		crc.ida=buf[ty];
Flash.c:void flashtW(int *buf,uchar sq,uint len)
Flash.c:			ida=(char)buf[Tn];
Flash.c:			ida=(char)(buf[Tn]>>8);
Flash.c:void	flashtR(int*buf,uchar sq,uint sta,uint len)
Flash.c:		buf[ty]=crc.ida;
Head.h:extern	void 		flashWB(uchar*buf,uchar sq,uint len);
Head.h:extern	void 		flashByteR(uchar *buf,uchar sq,uint sta,uint len);
Head.h:extern	void		flashFByteR(float *buf,uchar sq,uint sta,uint len)	;
Head.h:extern	void 		flashW(float*buf,uchar sq,uint len);
Head.h:extern	void	 	flashtW(int *buf,uchar sq,uint len);
Head.h:extern	void		flashtR(int*buf,uchar sq,uint sta,uint len);
Inttrup.c:extern	uchar	xdata	LEDbuf[8];
Inttrup.c:uchar	count,kcout,jitter,jiasu,KEYbuf[4],VFnowt,Refreshtime=settime,countt=1;
Inttrup.c:			displaydata=LEDbuf[txdat];
Inttrup.c:					case	0x04:		KEYbuf[kcout]=ADDdata;
Inttrup.c:					case	0x05:		KEYbuf[kcout]=SET;
Inttrup.c:					case	0x06:		KEYbuf[kcout]=AM;
Inttrup.c:					case	0x07:		KEYbuf[kcout]=SUBdata;
Inttrup.c:			if(KEYbuf[0]==KEYbuf[1])	//扫描延时
Inttrup.c:					keyn=KEYbuf[1];
Inttrup.c:					KEYbuf[2]=keyn;
Inttrup.c:			if(KEYbuf[2]==keyn)
Inttrup.c:					keyn=KEYbuf[1];
KEYdeal.c:uchar	xdata	LEDbuf[8];
KEYdeal.c:{	uchar 	  kr,portl,buf[4],wk,wt;
KEYdeal.c:												Hex2Bcd(kadat,buf);
KEYdeal.c:												Hex2Bcd(drt,buf);
KEYdeal.c:												Hex2Bcd(port,buf);
KEYdeal.c:			flashByteR(LEDbuf, kr, leng, 4);
LEDdeal.c:extern	uchar	xdata	LEDbuf[8];
LEDdeal.c:	uchar LEDbuf1[4];
LEDdeal.c:							Hex2Bcd((int)PV[VFport1-1],LEDbuf1);
LEDdeal.c:							LEDbuf[0]=xz[LEDbuf1[0]];	
LEDdeal.c:							LEDbuf[1]=xz[LEDbuf1[1]];
LEDdeal.c:							LEDbuf[2]=xz[LEDbuf1[2]];
LEDdeal.c:							LEDbuf[3]=xz[LEDbuf1[3]];
LEDdeal.c:							Hex2Bcd((int)VFport1,LEDbuf1);
LEDdeal.c:							LEDbuf[4]=xz[LEDbuf1[0]];
LEDdeal.c:							LEDbuf[5]=xz[LEDbuf1[1]];
LEDdeal.c:							LEDbuf[6]=xz[LEDbuf1[2]];
LEDdeal.c:							LEDbuf[7]=xz[LEDbuf1[3]];
LEDdeal.c:							LEDbuf[4]=as;
LEDdeal.c:							LEDbuf[5]=as;
LEDdeal.c:							LEDbuf[6]=as;
LEDdeal.c:							LEDbuf[7]=as;
LEDdeal.c:							LEDbuf[4]=xz[si[0]];
LEDdeal.c:							LEDbuf[5]=xz[si[1]];
LEDdeal.c:							LEDbuf[6]=xz[si[2]];
LEDdeal.c:							LEDbuf[7]=xz[si[3]];
---- kr Matches (47 in 2 files) ----
KEYdeal.c:{	uchar 	kr,portl,wk,wt;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:											//	kr=3;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=2;
KEYdeal.c:												kr=3;
KEYdeal.c:												kr=2;
KEYdeal.c:			flashByteR(LEDbuf, kr, leng, 4);
VFdeal.c:	bit	kr;
VFdeal.c:					default:kr=0;
VFdeal.c:			if(kr!=0)
---- ky Matches (30 in 1 files) ----
VFdeal.c:	uchar ky;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:							{	ky=0;
VFdeal.c:									ky=0;
VFdeal.c:								{	ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=0;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=112;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:									ky=1;
VFdeal.c:					flashFByteR(temp1,ky, i, 4);
---- i Matches (887 in 12 files) ----
Data.c:#include	"head.h"
Data.c:int		xdata	kadat=0;		//开锁密码	//	5
Data.c:int		xdata	mimat=0;		//密码设定值	//	6
Data.c:uchar	xdata	inputdat=1;						//8
Data.c:int		xdata	rangeL[16]={0};					//11
Data.c:int		xdata	rangeH[16]={0}	;				//12
Data.c:int		xdata	warmL[16]={0};					//14
Data.c:int		xdata	warmH[16]={0};					//15
Data.c:float	xdata	filt=0;							//18
Data.c:int		xdata	xjtime=0;						//20
Flash.c:#include	"head.h"
Flash.c:#include	"AT89X52.H"
Flash.c:#define 	ISP_BYTE_READ		  	0x01        
Flash.c:#define 	ISP_BYTE_PROGRAM        0x02       
Flash.c:#define 	ISP_SECTOR_ERASE 	    0x03        
Flash.c:#define 	WAIT_TIME 				0x01
Flash.c:#define 	FLASH_BASE_ADD 			0x8000
Flash.c:void flashB(uint	 dataadd	)					//读写操作
Flash.c:void flashByteR(uchar *buf,uchar sq,uint sta,uint len)		//字节读
Flash.c:	uint fdaadd;
Flash.c:	uint ty;
Flash.c:void flashWB(uchar*buf,uchar sq,uint len)//字节写
Flash.c:	uint 	dataadd;
Flash.c:	uint 	ty;
Flash.c:		if(ty==512*t)
Flash.c:void flashFByteR(float *buf,uchar sq,uint sta,uint len)	//4字节读
Flash.c:	uint fdaadd;
Flash.c:	uint ty;
Flash.c:	union ITOC
Flash.c:		float  ida;	
Flash.c:		buf[ty]=crc.ida;
Flash.c:void flashW(float*buf,uchar sq,uint len)			//四个字节写
Flash.c:	uint dataadd;
Flash.c:	union ITOC
Flash.c:		float  ida;	
Flash.c:	uint ty;
Flash.c:		if((ty*4)==512*tt)
Flash.c:		crc.ida=buf[ty];
Flash.c:void flashtW(int *buf,uchar sq,uint len)
Flash.c:		uint		dataadd;
Flash.c:		uint		Tn;
Flash.c:		char  ida;
Flash.c:			if(Tn==128*t)
Flash.c:			ida=(char)buf[Tn];
Flash.c:			ISP_DATA =ida;
Flash.c:			ida=(char)(buf[Tn]>>8);
Flash.c:			ISP_DATA =ida;
Flash.c:void	flashtR(int*buf,uchar sq,uint sta,uint len)
Flash.c:	uint fdaadd;
Flash.c:	uint ty;
Flash.c:	union ITOC
Flash.c:		int	 ida;	
Flash.c:		buf[ty]=crc.ida;
Head.h:#include <AT89X52.H>
Head.h:#include "Intrins.h"
Head.h:#define uchar unsigned char
Head.h:#define uint  unsigned int
Head.h:#define  	zcdisplay      	0 			//采样显示
Head.h:#define  	mimadisplay    	1			//密码显示
Head.h:#define  	mimasetdisplay 	2			//密码设置显示
Head.h:#define		setdisplayst	3
Head.h:#define		setdisplaysp	4
Head.h:#define  	syscsdisplay   	5			//系统参数显示
Head.h:#define  	syscs1			7
Head.h:#define  	syscs2			8		
Head.h:#define  	syscs3			9
Head.h:#define  	syscs4			10
Head.h:#define  	syscs5			11
Head.h:#define  	fundisplay     	12			//功能显示
Head.h:#define  	fun1			13
Head.h:#define  	fun2			14
Head.h:#define  	fun3			15	
Head.h:#define  	fun4			16
Head.h:#define  	fun5			17
Head.h:#define  	teshucsdisplay	18			//特殊参数显示
Head.h:#define  	teshucs1		19
Head.h:#define  	teshucs2		20
Head.h:#define 	teshucs3		21
Head.h:#define  	teshucs4		22
Head.h:#define  	teshucs5		23	
Head.h:#define  	teshucs6		24
Head.h:#define  	jianyandisplay 	25			//校验显示
Head.h:#define  	jianyan1		26
Head.h:#define  	jianyan2		27
Head.h:#define  	jianyan3		28
Head.h:#define  	jianyan4		29
Head.h:#define  	jianyan5		30	
Head.h:#define  	jianyan6		31
Head.h:#define  	jianyan7		32
Head.h:#define  	jianyan8		33
Head.h:#define		Manualdy		34			//手动查看显示
Head.h:#define		one				0xcf			//LED显示符号"1"	
Head.h:#define		two				0xa4			//LED显示符号"2"			
Head.h:#define		three			0xb0			//LED显示符号"3"
Head.h:#define		fourt			0x99			//LED显示符号"4"
Head.h:#define		five			0x92			//LED显示符号"5"
Head.h:#define		six				0x82			//LED显示符号"6"
Head.h:#define		Seven			0xf8			//LED显示符号"7"
Head.h:#define		eight			0x80			//LED显示符号"8"
Head.h:#define		nine			0x90			//LED显示符号"9"
Head.h:#define		P   			0x8c			//LED显示符号"p"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -