代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/127613/14346704
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/127612/14346714
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/127610/14347008
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/127609/14347021
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/127596/14347818
h def.h
/************************************************/
/* 定义一些常用的数据类型的缩写 */
/************************************************/
#ifndef __DEF_H__
#define __DEF_H__
typedef
www.eeworm.com/read/219243/14890569
h avr.h
//***********************************************************************************************
// avr.h avr module header file
// 2006,4,8 sl.com.cn
// Compiler WINAVR 20060421
// Copyr
www.eeworm.com/read/209021/15229019
h mul.h
/* This header file contains various definitions for the 64 bit mul
* instructions. It must be included in any C source wishing to use these
* functions.
*/
typedef struct Int64 { int lo, hi; }
www.eeworm.com/read/158872/5590115
c mdmx.c
/* Simulation code for the MIPS MDMX ASE.
Copyright (C) 2002 Free Software Foundation, Inc.
Contributed by Ed Satterthwaite and Chris Demetriou, of Broadcom
Corporation (SiByte).
This file i
www.eeworm.com/read/393581/8274404
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/174518/9584235
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