代码搜索:EEprom 开发教程
找到约 10,000 项符合「EEprom 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/266788/11212434
makefile
###############################################################################
# Makefile for the project D12_Test1
###############################################################################
www.eeworm.com/read/266365/11230785
a51 xbanking.a51
$NOMOD51 NOLINES
$NOCOND
;------------------------------------------------------------------------------
; This file is part of the LX51 Extended Linker/Locater package
; Copyright (c) 2000 - 20
www.eeworm.com/read/135430/13933618
c ee_write_float.c
#include //PIC单片机头文件
/*
* 函数介绍:保存浮点数到EEPROM
* 输入参数:EEPROM的地址、24位浮点数
* 输出参数:
* 返回值 :
*/
void ee_write_float(unsigned char place,float number)
{
void *cl;
char i;
cl=&number;
for(
www.eeworm.com/read/135430/13933642
lst ee_write_float.lst
1: #include //PIC单片机头文件
2: /*
3: * 函数介绍:保存浮点数到EEPROM
4: * 输入参数:EEPROM的地址、24位浮点数
5: * 输出参数:
6: * 返回值 :
7: */
8: void ee_write_float(unsigned
www.eeworm.com/read/135430/13933690
lst ee_read_float.lst
1: #include //PIC单片机头文件
2: /*
3: * 函数介绍:从EEPROM读取24位浮点数
4: * 输入参数:EEPROM的地址
5: * 输出参数:
6: * 返回值 :24位浮点数
7: */
8: float ee_read_float(unsign
www.eeworm.com/read/135430/13933707
c ee_read_float.c
#include //PIC单片机头文件
/*
* 函数介绍:从EEPROM读取24位浮点数
* 输入参数:EEPROM的地址
* 输出参数:
* 返回值 :24位浮点数
*/
float ee_read_float(unsigned char place)
{
float number;
void *lc;
char i;
lc=&number;
www.eeworm.com/read/105103/15677975
a51 xbanking.a51
$NOMOD51 NOLINES
$NOCOND
;------------------------------------------------------------------------------
; This file is part of the LX51 Extended Linker/Locater package
; Copyright (c) 2000 - 20
www.eeworm.com/read/291529/8411683
txt readme.txt
将Relese目录下的三个.dll文件拷到Systerm32下,就可以运行,停止位选1.5时会出问题
开发环境为VC6.0
www.eeworm.com/read/289838/8523456
txt 说明.txt
通过HC595译码显示LED,
代码必须使用“Embedded Workbench”集成开发环境进行编译调试。