代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/488970/6480581
bak key.c.bak
#include
unsigned char count;
void delay10ms(void)
{
unsigned char i,j;
for(i=20;i>0;i--)
for(j=248;j>0;j--);
}
void main(void)
{
while(1)
{
if(P1_0==0)
www.eeworm.com/read/488823/6486428
cpp 1019other.cpp
#include
#include
int main()
{
int a[5]={0, 45, 9045, 1395495, 189414495};
int b[5]={0, 9, 189, 2889, 38889};
int c[5]={0, 10, 100, 1000, 10000};
unsigned
www.eeworm.com/read/488496/6488248
cpp conv-enums.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/488496/6488255
cpp enum-match.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/488499/6488453
h mpeg2_vld_intra_h.h
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*
www.eeworm.com/read/488499/6488484
h ac_vld_decode_h.h
/* ======================================================================== */
/* */
/* TEXAS INSTRUMENTS, INC.
www.eeworm.com/read/488542/6488940
h bl_ssi.h
//*****************************************************************************
//
// bl_ssi.h - Definitions for the SSI transport functions.
//
// Copyright (c) 2006-2008 Luminary Micro, Inc. Al
www.eeworm.com/read/488030/6495009
c owicrc.c
// This file has been prepared for Doxygen automatic documentation generation.
/*! \file ********************************************************************
*
* Atmel Corporation
*
* \li File:
www.eeworm.com/read/488200/6497816
c nr4.c
/* net/rom level 4 (transport) protocol implementation
*/
#include
#include "global.h"
#include "mbuf.h"
#include "timer.h"
#include "ax25.h"
#include "lapb.h"
#include "netrom.h"
www.eeworm.com/read/487946/6502776
h integer.h
#ifndef _INTEGER
/* These types are assumed as 16-bit or larger integer */
typedef signed int INT;
typedef unsigned int UINT;
/* These types are assumed as 8-bit integer */
typedef signed ch