代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/240853/13193598
c ssi_atmel.c
//*****************************************************************************
//
// ssi_atmel.c - SSI example.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved.
//
// So
www.eeworm.com/read/138955/13199635
h buffers.h
//--------------------------------------------------------------------------
//
// BUFFERS.H: header file for DOSMonitor-based bounded buffer.
// Copyright (c) J.English 1993.
// Au
www.eeworm.com/read/325420/13207013
h intrsrvc.h
/* ***********************************************************
* THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR
* REPRESENTATIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
* INCLUDING AN
www.eeworm.com/read/325420/13207017
h dtmftone.h
/* ***********************************************************
* THIS PROGRAM IS PROVIDED "AS IS". TI MAKES NO WARRANTIES OR
* REPRESENTATIONS, EITHER EXPRESS, IMPLIED OR STATUTORY,
* INCLUDING AN
www.eeworm.com/read/325411/13207463
c gets.c
/* A module of ASYNCx.LIB version 1.02 */
#include
#include
#include "asyncdef.h"
/***************************************************************
Get a string from the inp
www.eeworm.com/read/325411/13207486
c waitquie.c
/* A module of ASYNCx.LIB version 1.10 */
#include
#include "asyncdef.h"
/*
** Wait for between t and t+1 18ths of a second to elapse without any
** characters arriving at port p. If
www.eeworm.com/read/138790/13212781
c tiaoshi.c
#include
unsigned char buf[5];
unsigned char send;
unsigned char bitnum;
unsigned char bytenum;
int i,j;
unsigned char check,ok;
main()
{
SP=0x60;
EX0=1;
IT0=1;
bitnum=0
www.eeworm.com/read/138790/13212815
c send.c
#include
unsigned char buf[5];
unsigned char send;
unsigned char bitnum;
unsigned char bytenum;
int i,j;
unsigned char check;
main()
{
SP=0x60;
EX0=1;
IT0=1;
bitnum=0;
www.eeworm.com/read/240561/13213534
h armvic.h
/******************************************************************************
*
* $RCSfile: $
* $Revision: $
*
* This module provides the interface definitions for setting up and
* contr
www.eeworm.com/read/138771/13213961
h zf.h
#ifndef _zf_
#define _zf_
void zf(unsigned char a[5])
{
unsigned char i,j;
j=i=a[1];
i&=0xf0;
i>>=4;
a[1]=i;
i=j;
i&=0x0f;
a[2]=i;
i=a[0];
i&=0xf0;
i>>=4;
a[3]=i;
i=a[0];
i&=0x0f;
a[