代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/260161/11742393
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/156811/11762468
c rs.c
/*
* Reed Solomon Encoder/Decoder
*
* (c) Henry Minsky (hqm@ua.com), Universal Access 1991-1995
*/
#include
#include
#include "ecc.h"
/* Encoder parity bytes */
char pBytes
www.eeworm.com/read/156811/11762508
c rs.c
/*
* Reed Solomon Encoder/Decoder
*
* (c) Henry Minsky (hqm@ua.com), Universal Access 1991-1995
*/
#include
#include
#include "ecc.h"
/* Encoder parity bytes */
int pBytes[
www.eeworm.com/read/346044/11772149
c delaytime.c
#include "DelayTime.h"
void Delay (unsigned int Time)
{
while(Time--);
}
www.eeworm.com/read/156614/11788618
c dlmalloc.c
/*
* Legal stuff
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either
www.eeworm.com/read/259460/11789121
hpp logfile.hpp
/***
*** See the file "L2_RTI_EO1/disclaimers-and-notices-L2.txt" for
*** information on usage and redistribution of this file,
*** and for a DISCLAIMER OF ALL WARRANTIES.
***/
#ifndef LOGFILE_H
www.eeworm.com/read/259460/11789146
hpp reporter.hpp
/***
*** See the file "L2_RTI_EO1/disclaimers-and-notices-L2.txt" for
*** information on usage and redistribution of this file,
*** and for a DISCLAIMER OF ALL WARRANTIES.
***/
#ifndef REPORTER_
www.eeworm.com/read/345808/11790632
h key.h
sbit KEY1=P1^0;
sbit KEY2=P1^1;
sbit KEY3=P1^2;
unsigned char KeyScan(void);//键盘扫描
www.eeworm.com/read/259422/11795148
c mp3s.c
/* Copyright (c) 2000 Kevin Sullivan
*
* Please refer to the COPYRIGHT file for more information.
*/
/* the main functions in this file are mp3info and ogginfo. They
extract inf
www.eeworm.com/read/259399/11795587
h md5.h
/* crypto/md5/md5.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* Th