代码搜索:uint

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

代码结果 10,000
www.eeworm.com/read/427273/8954841

tpl ext inode.tpl

template "Ext2/Ext3 Inode" // By Jens Kirschner description "Contains a file's meta information (classic block formatting)" applies_to disk multiple begin section "File mode" octal
www.eeworm.com/read/427273/8954844

tpl ext superblock.tpl

template "Ext2/Ext3/Ext4 Superblock" // Created by Jens Kirschner // X-Ways Software Technology AG, 2004-2007 // The first superblock always starts at position 1024 regardless // of sector or
www.eeworm.com/read/426852/8994967

h ide.h

#ifndef __IDE_H #define __IDE_H typedef unsigned char uint8; /* 无符号8位整型变量 */ typedef signed char int8; /* 有符号8位整型变量
www.eeworm.com/read/382745/9003691

lst udisk.lst

C51 COMPILER V8.05a UDISK 10/10/2008 20:18:58 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE UDISK OBJECT MODULE PLACED IN
www.eeworm.com/read/382745/9003705

c uart.c

#include #include "config.h" //参数配置 #define MCLK 11059200L //定义CPU主频(Hz) //#define BAUD_RATE 9600L //设置波特率 void ReceOneChar(char ReceChar); void UartSendChar(char c);
www.eeworm.com/read/426693/9003958

h sha1.h

#ifndef _SHA1_H #define _SHA1_H #ifndef uint8 #define uint8 unsigned char #endif #ifndef uint32 #define uint32 unsigned long int #endif typedef struct { uint32 total[2]; uint
www.eeworm.com/read/283499/9015340

h i2c.h

#ifndef _I2C_POLL_H #define _I2C_POLL_H #include "configLPC.h" // // Does not define slave RX statuses. Bus errors (I2C_STAT == 0) is remapped // to I2CERR_ERROR in i2cStatus() so that we
www.eeworm.com/read/283391/9025431

h ch375hf9.h

/* 2004.06.05, 2004.09.20, 2004.10.22, 2004.11.20, 2004.12.12, 2004.12.28, 2005.01.04, 2005.01.12 **************************************** ** Copyright (C) W.ch 1999-2005 ** ** Web: http://
www.eeworm.com/read/283313/9030449

h ds1302.h

/********************************************************************* 微 雪 电 子 WaveShare http://www.waveShare.net 目 的: 建立DS1302操作子程序 目标系统: 基于任何兼容C51的微处理器 应用软件: Keil C
www.eeworm.com/read/381603/9083905

h lcd.h

#define CONSOLE_ENGLISH 0x00 #define CONSOLE_CHINESE 0x01 extern uint8 x_pos,y_pos;//当前列号0~15,行号0~7 extern uint8 inversed_save;//记录已经反显的行号,0~7,偶数行有效,如2、3行为一行文字,反显的话,bit2=1,bit3无意义 extern uint8 men