代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/310428/13651241
h datatype.h
#ifndef __datatype_h__
#define __datatype_h__
typedef unsigned char BOOLEAN;
typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
typede
www.eeworm.com/read/310379/13652597
h datatype.h
#ifndef __DATATYPE_H_
#define __DATATYPE_H_
typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
typedef signed char INT8;
www.eeworm.com/read/129875/5968931
h jmorecfg.h
/*
* jmorecfg.h
*
* Copyright (C) 1991-1994, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/195535/6323159
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/410360/11290298
h datatypedef.h
#ifndef _DataTypeDef_H_
#define _DataTypeDef_H_
/********************************************************************************************************
*
www.eeworm.com/read/407665/11412338
vhd config.vhd
----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This library is
www.eeworm.com/read/406456/11441983
c sys_uart_debug.c
#include "INC\SYS_DECLARE.H"
#if(UART_DEBUG_MSG)
#include "INC\SYS_GLOBAL.H"
#define UART_BIT(x) { UART_TX_PIN = x; Delay17uS(); }
BYTE bdata gbBitByte;
sbit gfBbit7 = gbBitByte
www.eeworm.com/read/406404/11443131
h jmorecfg.h
//-------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
// ISBN 0-13-08698
www.eeworm.com/read/131769/14130408
h datatype.h
#ifndef __DATATYPE_H_
#define __DATATYPE_H_
typedef unsigned char INT8U; /* Unsigned 8 bit quantity */
typedef signed char INT8;
www.eeworm.com/read/231489/14231105
c our_md5.c
/*
* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
*/
/*
* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights
* reserved.
*
* License to copy and use this