代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/247928/12612262
h utf8.h
/*
* Copyright 2001 Unicode, Inc.
*
* Disclaimer
*
* This source code is provided as is by Unicode, Inc. No claims are
* made as to fitness for any particular purpose. No warranties of any
*
www.eeworm.com/read/237888/13922690
_c a._c
main()
{
unsigned char a;
unsigned int b=0X1234;
a=(b>>8);
}
www.eeworm.com/read/237888/13922698
c a.c
main()
{
unsigned char a;
unsigned int b=0X1234;
a=(b>>8);
}
www.eeworm.com/read/237387/13965200
h r-h.h
/*
*
* $Header: /usr/u/wjr/vision/r-h/RCS/r-h.h,v 2.5 1993/08/23 21:51:52 wjr Exp $
*
* Copyright (c) 1990, 1991, 1992, 1993 Cornell University. All Rights
* Reserved.
*
* Copyright (c) 19
www.eeworm.com/read/133707/14029535
h co-byte.h
#define portr( x ) unsigned x;
#define portrw( x ) unsigned x;
#define portw( x ) unsigned x;
www.eeworm.com/read/109072/15564959
h crc16.h
/*
* OpenMODBUS/TCP to RS-232/485 MODBUS RTU gateway
*
* crc16.h - Cyclic Redundant Checks calculating
*
* Copyright (c) 2002-2003, Victor Antonovich (avmlink@vlink.ru)
*
* Redistribution and
www.eeworm.com/read/106679/15628433
txt rfc3176.txt
Network Working Group P. Phaal
Request for Comments: 3176 S. Panchen
Category: Informational
www.eeworm.com/read/105179/15676034
h user.h
#ifndef _LINUX_USER_H
#define _LINUX_USER_H
#include
/* Core file format: The core file is written in such a way that gdb
can understand it and provide useful information to the u
www.eeworm.com/read/103954/15715856
txt c5116.txt
发信人: reflection (似水流年), 信区: EEtechnology
标 题: C51 Primer (15) General Things to be Aware of
发信站: 南京大学小百合站 (Wed Nov 24 12:06:30 1999), 转信
15 General Things To Be Aware Of
The fol
www.eeworm.com/read/103954/15715857
txt c515.txt
发信人: reflection (似水流年), 信区: EEtechnology
标 题: C51 Primer (4) Structure and layout
发信站: 南京大学小百合站 (Wed Nov 24 11:56:58 1999), 转信
4 Program Structure And Layout
4.1 Modular Program