代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/494521/6377152

svn-base inftrees.c.svn-base

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil
www.eeworm.com/read/494521/6377166

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil
www.eeworm.com/read/493790/6390692

txt 键盘扫描程序.txt

//用AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。 #include unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x
www.eeworm.com/read/493876/6391765

c ram.c

/*********************************************************************** * HEADER_START * *
www.eeworm.com/read/493401/6402326

h machine.h

// machine.h // Data structures for simulating the execution of user programs // running on top of Nachos. // // User programs are loaded into "mainMemory"; to Nachos, // this looks just like an arra
www.eeworm.com/read/493063/6405442

c crc4tab.c

#include #define POLINOMIO 0x3 int main() { FILE *fp; unsigned char c, k, crc; if((fp=fopen("crc4.txt", "wr"))==NULL) { printf("ERRO AO ABRIR O ARQUIVO"); return 1;
www.eeworm.com/read/493064/6405473

c fet410_sd16_06.c

//***************************************************************************** // MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor // // Description: This example shows how to
www.eeworm.com/read/493127/6406827

h lcd.h

/*---------------------------------------------------------------------------- * Name: LCD.H * Purpose: LCD function prototypes * Version: V1.10 *----------------------------
www.eeworm.com/read/492650/6417269

c delay.c

#define uchar unsigned char #define uint unsigned int //delay (uchar x) delay(uint x) { uint a,b; for(a=x;a>0;a--) for(b=20;b>0;b--); }
www.eeworm.com/read/492058/6423695

h fat.h

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w