代码搜索结果
找到约 10,000 项符合
EEPROM 的代码
at24c16.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
at24c16_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
makefile
#
# (C) Copyright 2000-2004
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; you ca
floating dust ser.c
/*将运算的结果(浮点数)存入<mark>eeprom</mark>中。我们知道,浮点数在c语言中是以ieee格式存储
的,一个浮点数占用四个字节,例如浮点数34.526存为(160,26,10,66)这四个数。要
将一个浮点数存入<mark>eeprom</mark>,实际上就是要存这四个数。那么如何在程序中得到一个浮点数的
组成数呢?
浮点数在存储时,是存储连续的字节中的,只要设法找到存储位置,就可以得到这些数了。
可以定义一个v ...
cmd16887.h
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#ifndef ulong
#define ulong unsigned long
#endif
#include
#define GUNJLMODE 1 //1
cmd16887.h
#ifndef uchar
#define uchar unsigned char
#endif
#ifndef uint
#define uint unsigned int
#endif
#ifndef ulong
#define ulong unsigned long
#endif
#include
#define GUNJLMODE 1 //1
check.asm
RS BIT P3.3 ;寄存器选择,1表示数据寄存器,0表示指令寄存器
RW BIT P3.5 ;读写信号线,高电平为读,低电平为写,
;RS RW同时为低表示写指令,RS低RW高则是读忙信号,反之写入数据
E BIT P3.4 ;液晶显示使能,
x5045check.txt
RS BIT P3.3 ;寄存器选择,1表示数据寄存器,0表示指令寄存器
RW BIT P3.5 ;读写信号线,高电平为读,低电平为写,
;RS RW同时为低表示写指令,RS低RW高则是读忙信号,反之写入数据
E BIT P3.4 ;液晶显示使能,高到
switch.lst
C51 COMPILER V7.50 SWITCH 03/28/2007 11:36:59 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SWITCH
OBJECT MODULE PLACED IN
switch.c
#include
#include
#include "Define.h"
#include "Set.h"
#include "Common.h"
//////////////////////////////////////////////////////////////////////////
extern _ucdKBScanRe