代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/364357/9911629
c udisk375.c
//***********************************************************
//* Copyright (c) 2005,韶关龙飞开发部
//* All rights reserved.
//*
//* 文件名称:udisk375.c
//* 文件标识:
//* 摘 要:U盘基本驱动子程序模块
//*
//* 当前版本:0.
www.eeworm.com/read/168447/9913197
c disk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/168263/9926922
h sym6502.h
/*-----------------------------------------------------------------------------
6502 Macroassembler and Simulator
Copyright (C) 1995-2003 Michal Kowalski
This program is free software; you can
www.eeworm.com/read/363805/9935606
c lcd.c
#include "config.h"
uint8 BCD[6];
/****************************************************************************
* 名称:ChkBusy()
* 功能:检查总线是否忙
******************************************************
www.eeworm.com/read/363805/9935659
c lcd.c
#include "config.h"
uint8 BCD[6];
/****************************************************************************
* 名称:ChkBusy()
* 功能:检查总线是否忙
******************************************************
www.eeworm.com/read/363703/9939776
c key.c
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.com/
www.eeworm.com/read/168033/9941345
c crc8.c
#include"config.h"
uint8 crctab[256]=
{
0x00,0x5e,0xbc,0xe2,0x61,0x3f,0xdd,0x83,
0xc2,0x9c,0x7e,0x20,0xa3,0xfd,0x1f,0x41,
0x9d,0xc3,0x21,0x7f,0xfc,0xa2,0x40,0x1e,
0x5f,0x01,0
www.eeworm.com/read/167546/9964014
c md5.c
/***************************************************************************
* RT2x00 SourceForge Project - http://rt2x00.sourceforge.net *
*