登录
首页 » 汇编语言 » AT24C01的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....

AT24C01的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料....

于 2022-03-24 发布 文件大小:3.91 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

AT24C01的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.-The driver of AT24C01, it will bring you very big benfit if you will read it, it is very nice.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位...
    本程序用来计算matlab中两点坐标之间的距离,坐标必须是经纬度,并表明所要计算的单位-This procedure used to calculate the matlab in the distance between two coordinates, latitude and longitude coordinates must be, and show that to calculate the unit
    2022-11-18 19:30:03下载
    积分:1
  • 智能控制,安防源代码,单片51的源程序,供大家研究
    智能控制,安防源代码,单片51的汇编源程序,供大家研究-intelligent control, Security source code, a compilation of 51 single source for all research
    2023-08-22 02:50:03下载
    积分:1
  • Intel instruction set compilation
    Intel 汇编指令集-Intel instruction set compilation
    2022-03-02 07:06:55下载
    积分:1
  • DSP16 10进制转换的程序(111111111111)
    dsp16到10进制转化的程序 (111111111111)-dsp16 to 10 hex conversion program (111111111111)
    2022-03-19 09:07:14下载
    积分:1
  • this driver online circulation of different drive is used, can shift relatively...
    此驱动程序不同网上流通的驱动,是具有时用性,可移值性相当高,是真正能使用的驱动子程序!程序中宏定义很清楚-this driver online circulation of different drive is used, can shift relatively high value property, really use the driver subroutine! Acer process definition is very clear
    2023-06-20 15:05:03下载
    积分:1
  • 程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,...
    汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, open up one paragraph in the data display buffer for the storage system time. BIOS interrupt calls to return system time, and the future return of the binary time into ASCII code for the call time is displayed. Respectively, the future number of hours, minutes, seconds into the display buffer. Time by writing to memory will be displayed. As the access to the system time does not automatically refresh, so we need to refresh the way designed to keep on getting the system time, so that will be formed beating electronic o
    2022-03-14 06:09:11下载
    积分:1
  • we do Interface Technology Experiment 8255, on the need to download it
    我们接口技术做的实验8255,有需要的就下载吧-we do Interface Technology Experiment 8255, on the need to download it
    2023-06-17 05:15:03下载
    积分:1
  • 实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等...
    实现一个硬盘保护程序,可以自动恢复硬盘引导区和操作系统引导区等-an little tool to protect your harddrive by recovering important information
    2022-09-12 02:00:04下载
    积分:1
  • This file contains a summary of what you will find in each of the files that m...
    This file contains a summary of what you will find in each of the files that make up your TspSA application. TspSA.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. -This file contains a summary of what you will find in each of the files that make up your TspSA application. TspSA.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
    2022-02-14 02:44:38下载
    积分:1
  • Python对文件IO操作
    filePath="c:/test/tt.txt" #从文件中读取信息 f=open(filePath, "r")#运用读的方式打开文件, for line in f: #每次读取文件的一行内容      print(line) f.close() #向文件中写入信息 f=open(filePath, "a") #这里有两种方式:第一种是以w的形式,它写入时将会清空以前的数据然后再写入数据,第二种是以a的形式,它以追加的形式写入数据 f.write("我开始向文件中写入信息 ") f.writelines("我已经向文件写入了信息") f.close()
    2022-03-02 22:46:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载