代码搜索:Flash读写
找到约 10,000 项符合「Flash读写」的源代码
代码结果 10,000
www.eeworm.com/read/454821/7382550
mak iic接口读写.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/454821/7382551
pwi iic接口读写.pwi
www.eeworm.com/read/454821/7382552
s iic接口读写.s
.module IIC接口读写.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_IIC接口读写\IIC接口读写.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline
www.eeworm.com/read/454821/7382553
_c iic接口读写._c
//ICC-AVR application builder : 2009-3-12 17:05:04
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC
www.eeworm.com/read/332810/12726860
txt 读写参考程序.txt
//output to D12 (write to D12)
void Output_D12(uchar Address,uchar Data)
{
//*((uchar xdata *) Address) = Data;
PORTD |=(1
www.eeworm.com/read/242302/13076048
txt 怎样读写文件.txt
VB读 写 文 件 要 用 到 以 下 语 句 :
1、 Open语 句 打 开 文 件 。
2、 读 文 件 使 用 Line Input、 Input #, ( 以 上 为 文 本 方 式 ) 和 Get( 以 上 为 二 进 制 方 式 ) 。
3、 写 文 件 使 用 Print #、 Write( 以 上 为 文 本 方 式 ) 和 Put( 以 上
www.eeworm.com/read/242302/13078288
txt 怎样读写文件.txt
VB读 写 文 件 要 用 到 以 下 语 句 :
1、 Open语 句 打 开 文 件 。
2、 读 文 件 使 用 Line Input、 Input #, ( 以 上 为 文 本 方 式 ) 和 Get( 以 上 为 二 进 制 方 式 ) 。
3、 写 文 件 使 用 Print #、 Write( 以 上 为 文 本 方 式 ) 和 Put( 以 上
www.eeworm.com/read/137034/13347243
inc eeprom读写程序.inc
i2c_faddr equ 0a0h
mcu_addres equ r0
rd_eeprom_time equ r2
wr_eeprom_time equ r2
sda bit p1.5
clk bit p1.4
;
www.eeworm.com/read/482121/6628085
exe 读写内存a.exe
www.eeworm.com/read/341401/12085938
frm 读写随机文件.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 6225
BeginProperty Fo