代码搜索:unsigned

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

代码结果 10,000
www.eeworm.com/read/196797/8060415

h bsp.h

/* @(#) pSOSystem PowerPC/V2.5.0: bsps/ylwknife/bsp.h (&U&) 4.5 98/10/22 10:57:32 */ /***********************************************************************/ /*
www.eeworm.com/read/296960/8068700

h s12_common.h

/*****************************************************************************/ /* COPYRIGHT (c) MOTOROLA 2002 */ /*
www.eeworm.com/read/296483/8100258

h crconfig.h

#ifndef CRCONFIG_H #define CRCONFIG_H // define this if running on a little-endian CPU // SM: I presume the SafeTP macro is defined //#define LITTLE_ENDIAN // define this if you want the library to
www.eeworm.com/read/296483/8100272

h cryptlib.h

// cryptlib.h - written and placed in the public domain by Wei Dai // This file contains the declarations for the abstract base // classes that provide a uniform interface to this library. #ifndef C
www.eeworm.com/read/196289/8102672

c cp2200.c

/*========================================================== //CP220X芯片底层驱动,使用avr m16芯片,数据地址总线复用 //http://www.embed.org.cn hanembed@126.com ========================================================
www.eeworm.com/read/196238/8109867

h zf.h

#ifndef _zf_ #define _zf_ void zf(unsigned char a[7]) { //年 j=i=a[0]; i&=0xf0; i>>=4; a[0]=i; i=j; i&=0x0f; a[1]=i; //月 i=a[0]; i&=0xf0; i>>=4; a[3]=i; i=a[0]; i&=0x0f; a[4]=i; a[0
www.eeworm.com/read/296068/8125033

c random.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/195831/8127876

cpp zinflate.cpp

// zinflate.cpp - modified by Wei Dai from: /* inflate.c -- Not copyrighted 1992 by Mark Adler version c10p1, 10 January 1993 */ /* You can do whatever you like with this source file, though
www.eeworm.com/read/395970/8139953

cpp zinflate.cpp

// zinflate.cpp - modified by Wei Dai from: /* inflate.c -- Not copyrighted 1992 by Mark Adler version c10p1, 10 January 1993 */ /* You can do whatever you like with this source file, though
www.eeworm.com/read/395970/8140264

cpp zinflate.cpp

// zinflate.cpp - modified by Wei Dai from: /* inflate.c -- Not copyrighted 1992 by Mark Adler version c10p1, 10 January 1993 */ /* You can do whatever you like with this source file, though