登录
首页 » 汇编语言 » Micro

Micro

于 2022-02-11 发布 文件大小:1.68 MB
0 145
下载积分: 2 下载次数: 1

代码说明:

微型计算机与接口原理实验全部代码合集; 包含8259、8237、8251、8255等功能实现代码。-Micro-computer interface, all the code Collection principle experiment includes features such as 8259,8237,8251,8255 implementation code.

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

发表评论

0 个回复

  • 通过用写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空....
    通过用汇编语言编写液晶屏幕显示程序,连接左右液晶地址口和数据口,通过开关来来控制点亮和点灭.点亮开关则显示欢度佳节4个字样,点灭则屏幕是空.-Through the use of assembly language procedures for the preparation of liquid crystal display, LCD address to connect around the mouth and data port, through the switch to control light and point out. Lit switches show to celebrate the festive season four words, point out the screen is empty.
    2022-05-24 08:23:55下载
    积分:1
  • 程源代码
    汇编语言编程源代码- Assembly language programming source code
    2022-06-19 18:40:22下载
    积分:1
  • Test program to loop on Successive Approxi mation A
    Test program to loop on Successive Approximation A-to-D conversion. Allows digital codes and resulting DAC output to be viewed on scope.-Test program to loop on Successive Approxi mation A-to-D conversion. Allows digital code "s and resulting DAC output to be viewed on scope.
    2022-05-19 11:06:26下载
    积分:1
  • "assembly language curriculum design case intensive series" source cod...
    《汇编语言课程设计案例精编》源代码-"assembly language curriculum design case intensive series" source code
    2022-03-23 23:24:14下载
    积分:1
  • 这个运用了win32中的一些内容 由原来的单一的颜色不断换成不同颜色...
    这个运用了win32中的一些内容 由原来的单一的颜色不断换成不同颜色-win32 the use of some elements of the original single color constantly replaced by the different colors
    2022-03-16 01:10:54下载
    积分:1
  • 是一些 程序的源代码,需要的话,大家可以下载看看啊
    是一些 程序的汇编源代码,需要的话,大家可以下载看看啊 -Is a compilation of some procedural source code, if necessary, you can download to see ah
    2022-04-12 07:38:12下载
    积分:1
  • 第九届飞思卡尔电磁车源代码
    应用背景详细的第九届电磁组程序,可以直接用关键技术采用5个电感检测赛道,归一化算法,可以参考一下电感的排布,以及处理的算法
    2023-08-05 00:50:06下载
    积分:1
  • 实现与windows记事本类似的界面与功能,在masm32下运行,注释详细。...
    实现与windows记事本类似的界面与功能,在masm32下汇编运行,注释详细。-Implementation and windows Notepad like interface and functions under the masm32 assembly operation, detailed comments.
    2022-04-15 19:48:51下载
    积分:1
  • 基于ds18b20温度传感器的程序设计要求:第一…
    基于DS18B20温度传感器的设计程序 要求为:第一,由DS18B20获得外部温度信息然后通过数码管显示,显示值为三位,两位整数,一位小数。第二,判断温度是否大于 50℃,若温度在50℃以上,显示红色发光二极管发光;若温度在50℃以下,显示绿色发光二极管发光。-DS18B20 temperature sensor based on the design of procedural requirements: first, by DS18B20 access to external temperature information through a digital display, showing a value of 3, two integer, a decimal. Second, to determine whether the temperature is greater than 50 ℃, if the temperature at 50 ℃, which indicates that the red light-emitting light-emitting diodes if the temperature below 50 ℃, showing a green light-emitting diode LED.
    2022-10-25 17:30:03下载
    积分: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
  • 696518资源总数
  • 105885会员总数
  • 31今日下载