代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/137405/13324176
h os_frame_funcs.h
/**************************************************************************/
/* WIRE1x Version 1.0: A client-side 802.1x implementation */
/* based on xsupplicant of Open1x for Window
www.eeworm.com/read/137405/13324429
h os_frame_funcs.h
/**************************************************************************/
/* WIRE1x Version 1.0: A client-side 802.1x implementation */
/* based on xsupplicant of Open1x for Window
www.eeworm.com/read/137405/13324716
h os_frame_funcs.h
/**************************************************************************/
/* WIRE1x Version 1.0: A client-side 802.1x implementation */
/* based on xsupplicant of Open1x for Window
www.eeworm.com/read/323663/13328422
c text1.c
#include
#define uchar unsigned char
#define uint unsigned int
uint a=0,b=0,c=0,i,j;
uchar key,count;
uchar SG2[]={0X00,0X10,0X20,0X30,0X40,0X50};
uchar dispbuf[4];
sbit key1=P3^5;
sb
www.eeworm.com/read/323663/13329941
txt 0-999所有的质数.txt
#include
#define uchar unsigned char
#define uint unsigned int
uint a=0,b=0,c=0,i,j;
uchar key,count;
uchar SG2[]={0X00,0X10,0X20,0X30,0X40,0X50};
uchar dispbuf[4];
sbit key1=P3^5;
sb
www.eeworm.com/read/323663/13330300
c 非red88点阵显示.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int;
uchar tab[]={0xff,0x7e,0x3c,0x00,0x00,0x3c,0x7e,0xff, //I字码
0xe1,0xc0,0x99,0x33,0x33,0x99,0xc0
www.eeworm.com/read/323663/13330315
c 88点阵.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int;
uchar tab[]={0x00,0x00,0x41,0xFF,0x01,0x00,0x00,0x00, //I字码
0xe1,0xc0,0x99,0x33,0x33,0x99,0xc0
www.eeworm.com/read/323663/13330348
c 单片机点阵.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int
uchar tab[]={0x7C,0x48,0x48,0xFF,0x48,0x48,0x7C,0x00};
uint i,j,k;
void delay(uint t)
{
uch
www.eeworm.com/read/323663/13330470
txt 0-999所有的质数.txt
#include
#define uchar unsigned char
#define uint unsigned int
uint a=0,b=0,c=0,i,j;
uchar key,count;
uchar SG2[]={0X00,0X10,0X20,0X30,0X40,0X50};
uchar dispbuf[4];
sbit key1=P3^5;
sb
www.eeworm.com/read/323582/13335091
h zjs.h
/*
* Manifest constants for the ZjStream protocol
*
* I'm told that a lot of this stuff came from a file called "zjrca.h".
* But a Google search does not turn up that file. I added my own
* impro