登录
首页 » 汇编语言 » EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入...

EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入...

于 2022-05-31 发布 文件大小:1.96 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

EEPROM的驱动程序,可以实现连续读出,单个输入,希望高手能帮忙改进以下,使其实现连续输入-EEPROM driver, you can realize continuous read out, a single input, I hope you can help improve the following to achieve the continuous input

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

发表评论

0 个回复

  • 字典排序单词表中插入单词文件操作和字符串操作
    字典排序单词表中插入单词汇编语言文件操作和字符串操作-word dictionary ranking table, insert the word assembly language file manipulation and string manipulation
    2022-08-14 22:13:36下载
    积分:1
  • 水波效果公用子程序。
    水波效果公用子程序。-wave effect common subroutine.
    2022-07-05 14:24:43下载
    积分:1
  • 在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,...
    在集成电路中,通常采用T型解码网络实现数字量往模拟的转换,再利用运算放大器完成模拟电流变为模拟电压的转换。所以,要把一个数字量变为模拟电压,实际上需要两个环节,先把数字量变为模拟电流,这是由D/A转换器完成的;再将模拟电流变成模拟电压,这是由运算放大器完成的。有时D/A转换器芯片只包含前一个环节,有些D/A转换器则包含两个环节,用前一种芯片时,需要外接运算放大器才能得到模拟电压。-In integrated circuits, the usual T-decode digital networks to analog conversion, and then complete the simulation of the use of op-amp current into the analog voltage conversion. Therefore, it is necessary to become a digital simulation of voltage, in fact, need two links, first into a digital simulation of currents, this is determined by D/A converters completed then simulate current into the analog voltage, this is determined by computing completed amplifier. Sometimes D/A converter chip contains only a part before, some D/A converter includes two aspects, before a chip, the need for external op-amp voltage can be simulated.
    2022-03-04 04:10:59下载
    积分:1
  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分:1
  • 12864的数字时钟,驱动芯片KS0108
    12864 数字钟,驱动芯片KS0108-12864 Digital Clock, Driver IC KS0108
    2022-03-19 15:06:06下载
    积分:1
  • 虚拟的Win32 API的BSD Unix,在UNIX译器直接调用Win32 API和# 39…
    Virtual Win32 API For BSD UNIX, 可在UNIX下直接编译呼叫标准Win32 API之C/C++原始码, 单一原始码可跨平台, 可在Windows下使用Visual C++对于目标UNIX的程序除错 , 确定没问题后可直接移植至UNIX完全不用修改-Virtual Win32 API For BSD UNIX, in the UNIX compiler directly call Win32 API"s standard C/C source code. a single source for cross-platform, in Windows using Visual C goals for the UNIX debugging procedures, After determining no problem can be transplanted directly to UNIX entirely without changes
    2023-06-27 07:35:03下载
    积分:1
  • 中断TSR时间程序(int 1ch)
    汇编语言中断TSR时间程序(int 1ch)-assembly language TSR interruption time (int 1ch)
    2022-03-10 02:13:58下载
    积分:1
  • 这是我想从别人的一个非常好的系统…
    这是我从别人那要来的一非常不错的购物系统源代码,喜欢大家喜欢-This is what I want to come from others that one of the very good to the system source code, like everyone likes
    2022-03-14 01:50:04下载
    积分:1
  • Written in assembly code using random number generation algorithm: program mainl...
    用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
    2022-08-13 21:17:06下载
    积分:1
  • Smart Tuner, 255 Channel storage, 3010 remote control, automatic resumption of T...
    智能选台器,255个频道存储,3010遥控器,全自动收台-Smart Tuner, 255 Channel storage, 3010 remote control, automatic resumption of Taiwan
    2022-01-30 12:42:45下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载