代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/260514/11722749
cpp zinflate.cpp
/* inflate.c -- Not copyrighted 1992 by Mark Adler
version c10p1, 10 January 1993 */
/* You can do whatever you like with this source file, though I would
prefer that if you modify it and r
www.eeworm.com/read/260417/11726499
h zoran.h
/*
zoran - Iomega Buz driver
Copyright (C) 1999 Rainer Johanni
based on
zoran.0.0.3 Copyright (C) 1998 Dave Perks
and
bttv - Bt848 fram
www.eeworm.com/read/346706/11731458
h bitbuf.h
/*! \file bitbuf.h \brief Multipurpose bit buffer structure and methods. */
//*****************************************************************************
//
// File Name : 'bitbuf.c'
// Title :
www.eeworm.com/read/346638/11734784
c pll.c
#ifndef _PLL_H_
#include "pll.h"
#endif
void PLL_INI();
/*----------------------------------------------------------------------------*/
/* PLL_INI() -- DSP PLL initiate:Set the frequence
www.eeworm.com/read/346607/11735782
c unzip.c
#include
#include
#include "defs.h"
#define DEBG(x)
#define DEBG1(x)
/*
* gzip declarations
*/
#define OF(args) args
#define STATIC static
/*
* Why do we do
www.eeworm.com/read/260161/11742014
c 8.c
#include
sbit P3_7=P3^7;
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)
{
www.eeworm.com/read/260161/11742036
c 12.c
#include
sbit P3_6=P3^6;
sbit P3_7=P3^7;
unsigned char curcount;
void delay10ms(void)
{
unsigned char i,j;
for(i=20;i>0;i--)
for(j=248;j>0;j--);
}
void main(void)
{
www.eeworm.com/read/260161/11742110
c 10.c
#include
sbit P3_7=P3^7;
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f};
unsigned char Count;
void delay10ms(void)
{
www.eeworm.com/read/260161/11742281
c 8.c
#include
sbit P3_7=P3^7;
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)
{
www.eeworm.com/read/260161/11742307
c 12.c
#include
sbit P3_6=P3^6;
sbit P3_7=P3^7;
unsigned char curcount;
void delay10ms(void)
{
unsigned char i,j;
for(i=20;i>0;i--)
for(j=248;j>0;j--);
}
void main(void)
{