代码搜索:Write

找到约 10,000 项符合「Write」的源代码

代码结果 10,000
www.eeworm.com/read/386364/8751570

c clock.c

/* 以写内容:初始化液晶后读时钟将时钟写入液晶,按键中断中setupint=1时读取 年数据然后写向0x80+0x40;读取液晶值已经完成。08-11-29 加入按键设置时间共五键设置向上向下完成取消加入温度DS18B20和时间限制跟写 入程序08-12-02 */ #include #define uchar unsigned char #define
www.eeworm.com/read/386364/8751574

c clock_1202_1.c

/* 以写内容:初始化液晶后读时钟将时钟写入液晶,按键中断中setupint=1时读取 年数据然后写向0x80+0x40;读取液晶值已经完成。08-11-29 加入按键设置时间共五键设置向上向下完成取消加入温度DS18B20和时间限制跟写 入程序08-12-02 */ #include #define uchar unsigned char #define
www.eeworm.com/read/386364/8751594

lst clock.lst

C51 COMPILER V8.02 CLOCK 12/02/2008 10:41:38 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE CLOCK OBJECT MODULE PLACED IN c
www.eeworm.com/read/385767/8790441

lst main.lst

C51 COMPILER V8.02 MAIN 01/18/2007 14:09:34 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/285875/8803599

h lcd.h

/******************** (C) COPYRIGHT 2005 STMicroelectronics ******************** * File Name : lcd.h * Author : MCD Application Team * Date First Issued : 04/08/05 * Descript
www.eeworm.com/read/385221/8813506

cpp tsproducer.cpp

/* Copyright (C) 1995, Tektronix Inc. All Rights Reserved. * * Usage Restrictions * * License is granted to copy, to use, and to make and to use derivative * works for research and evaluation p
www.eeworm.com/read/429018/8824172

m51 1602动态.m51

BL51 BANKED LINKER/LOCATER V5.03 12/02/2008 10:43:19 PAGE 1 BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY: D:\KEIL2\C51\BIN\BL51.EXE 1602动
www.eeworm.com/read/285660/8825168

c lcd13xx.c

/* ********************************************************************************************************* * uC/GUI * Univers
www.eeworm.com/read/428918/8829494

c clock.c

#include #include #define uchar unsigned char #define uint unsigned int sbit rs=P1^0; sbit rw=P1^1; sbit lcden=P1^2; sbit sclk=P3^7; sbit io=P3^5; sbit rst=P3^6; void d
www.eeworm.com/read/428918/8829532

c clock1.c

sbit rs=P1^0; sbit rw=P1^1; sbit lcden=P1^2; sbit sclk=P3^7; sbit io=P3^5; sbit rst=P3^6; uchar table[]="2009-01-30 MON"; uchar table1[]="00:00:00"; void delay(uint z) { uint x; for(;z>