代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/439148/7716288
c lesson6.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#pragma data:code
const uchar table[]="I LIKE AVR !";
const uchar table1[]="WWW.TXMCU.COM";
con
www.eeworm.com/read/439148/7716293
_c lesson6._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#pragma data:code
const uchar table[]="I LIKE AVR !";
const uchar table1[]="WWW.TXMCU.COM";
con
www.eeworm.com/read/399794/7835951
c 2402den.c
/*******************************************************************************
* 24C02读写 8路花样跑马灯 *
* 将演示数据先写入24C02芯片内,再将其数据逐个读出送P0口LED显示。 *
*
www.eeworm.com/read/434594/7855670
h define.h
#ifndef LCD_H
#define LCD_H
#include
#define uchar unsigned char
#define uint unsigned int
sbit lcden=P0^5;
sbit yy=P0^6;
sbit lcdrs=P0^7;
extern void delay(uint z);
exte
www.eeworm.com/read/434594/7855701
lst mian.lst
C51 COMPILER V8.02 MIAN 03/15/2009 13:19:11 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MIAN
OBJECT MODULE PLACED IN mi
www.eeworm.com/read/434594/7855728
c mian.c
#include "define.h"
uchar table[]=" 2009-3-15";
uchar table1[]=0;
uchar hour,minite,second;
uchar num,aa;
void main()
{
init();
for(num=0;num
www.eeworm.com/read/399124/7887336
c lm3037_1.c
#include"REG51.h"
#define Lcd_Bus P2
unsigned char code distable[11]={0x30,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x2a}; //*0-9,*
sbit RS= P1^0;
sbit RW= P1^1;
sbit E = P1^2;
sbit P
www.eeworm.com/read/433762/7910907
c 24c02-c.c
/*24C02-多花样流水灯演示程序(C51)
/* 将演示数据先写入24C02芯片内,再将其数据逐个读出送P0口LED显示。
/*******************************************************************/
#include
#include
www.eeworm.com/read/297864/7991629
c dd_adf7021.c
#include "dd.h"
//#include "api.h"
#if 0
union ADF70XX_REG_T
{
unsigned long whole_reg;
unsigned char byte[4]; // Warning: Be endian-specific when accessing bytes
www.eeworm.com/read/297864/7991695
_c dd_adf7021._c
#include "dd.h"
//#include "api.h"
#if 0
union ADF70XX_REG_T
{
unsigned long whole_reg;
unsigned char byte[4]; // Warning: Be endian-specific when accessing bytes