代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/259211/11815966

c dac0832x2.c

#include"reg51.h" #define uchar unsigned char #define uint unsigned int sbit p3_0=P3^0; sbit p3_1=P3^1; uint a=0,b=0; void delay(uint m) { uint i,j; for(i=m;i>0;i--) { for(j=1
www.eeworm.com/read/259144/11818422

cpp text1.cpp

#include #include #include #include #include #include #define TFACTR 0.9 #define MAX 10000.0 #define MBIG 1000000000 #define MSE
www.eeworm.com/read/156186/11822786

c dir.c

//########################################################### // File: dir.c // // For FAT12, FAT16 and FAT32 // FAT32 not tested yet // Only for first Partition // Only for drives with 512 byte
www.eeworm.com/read/345247/11824097

c ex4-3.c

#include #include void main() { unsigned char xdata a[]= {0x3f,0x44,0x32,0x54,0x66,0x56,0x99,0x88,0x77,0x11,0x34}; unsigned char i,j,t;
www.eeworm.com/read/345247/11824708

c ovl2.c

#include #include void func1() { unsigned char i; for(i=0;i
www.eeworm.com/read/345217/11825939

lst scan.lst

C51 COMPILER V7.06 SCAN 01/19/2007 08:32:20 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SCAN OBJECT MODULE PLACED IN SC
www.eeworm.com/read/345217/11825952

c scan.c

#include #include #include #include #define P8255CW 0xffe0 #define P8255IA 0xff20 #define P8255IB 0xff60 #define P8255IC 0xffa0 unsigned char xdata p
www.eeworm.com/read/345204/11826728

c fat.c

/* gba_nds_fat.c By chishm (Michael Chisholm) Routines for reading a compact flash card using the GBA Movie Player or M3. Some FAT routines are based on those in fat.c, which is
www.eeworm.com/read/345204/11826732

c usb_ohci.c

/* * URB OHCI HCD (Host Controller Driver) for USB on the AT91RM9200 and PCI bus. * * Interrupt support is added. Now, it has been tested * on ULI1575 chip and works well with USB keyboard.
www.eeworm.com/read/258845/11838345

h agrep.h

#include #include #include #include "re.h" extern unsigned char *strcpy(), *strncpy(), *strcat(); extern int strlen(); #define CHAR unsigned char #define MAXPAT 128 #defi