代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/167596/9959573

h vars.h

extern unsigned int *left,*right;
www.eeworm.com/read/362550/9993139

h time.h

void Delay(unsigned char uS);
www.eeworm.com/read/166372/10022340

h fat.h

unsigned int BPB_Local();
www.eeworm.com/read/163079/10175989

h user.h

#ifndef _LINUX_USER_H #define _LINUX_USER_H #include /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to
www.eeworm.com/read/356004/10239504

h key.h

unsigned char Key_check();
www.eeworm.com/read/355278/10282466

h smartd.h

/* * smartd.h * * Home page of code is: http://smartmontools.sourceforge.net * * Copyright (C) 2002-8 Bruce Allen * Copyright (C) 2000 Michael Cornw
www.eeworm.com/read/353658/10432693

h serial.h

void putc(unsigned char c); unsigned char getc( );
www.eeworm.com/read/279061/10468555

h dout.h

void Dout(unsigned char out);
www.eeworm.com/read/352754/10516380

h user.h

#ifndef _LINUX_USER_H #define _LINUX_USER_H #include /* Core file format: The core file is written in such a way that gdb can understand it and provide useful information to
www.eeworm.com/read/159920/10589683

c rndmize.c

srand( ((unsigned int)time(NULL)) | 1);