登录
首页 » 汇编语言 » 微机原理与应用的几个简单的实例,主要有8255等的应用

微机原理与应用的几个简单的实例,主要有8255等的应用

于 2022-05-23 发布 文件大小:1.12 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

微机原理与应用的几个简单的实例,主要有8255等的应用-Microcomputer Principle and Application of a few simple examples, mainly 8255 and so the application of

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

发表评论

0 个回复

  • ST套件上0
    ST套件上0-99秒计时,比较准的!(由网友wonderfulsf提供) ST套件上0-99秒计时,比较准的! 这是我学习PIC完成的第一个程序烧在了ST套件上不错,0-99秒计时 如果用MPLAB模拟,用stopwach计时非常准 ST套件上0-99秒表程序,根据原0-99键控程序上改写的,初学练习-ST package on time 0-99 seconds, more accurate! (Wonderfulsf provided by users) ST package on time 0-99 seconds, more accurate! This is my PIC study completed the first procedure to burn in the ST package on good ,0-99 seconds time if MPLAB simulation, with very stopwach time on quasi-ST Suite 0-99 stopwatch program, according to the original 0-99 keying procedures on rewriting, and learning exercises
    2022-06-17 06:07:24下载
    积分:1
  • Tiger译器
    Tiger语言编译器-Tiger language compiler
    2022-12-11 04:20:03下载
    积分:1
  • 系转载,液晶控制器T6963的C驱动程序,T6963应用广泛,特别是240×128的液晶基本上都是用这个芯片...
    系转载,液晶控制器T6963的C语言驱动程序,T6963应用广泛,特别是240×128的液晶基本上都是用这个芯片
    2022-06-19 18:54:00下载
    积分:1
  • GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图
    GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。 Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。 -err
    2022-04-12 03:42:06下载
    积分:1
  • Win32程系列 本帮助文件由yyc个人整理后出版,内容全摘自网络。版权归实际作者所有。 为了让网友们能更好的学习Win32程,于是我为大家将网上的...
    Win32汇编编程系列 本帮助文件由yyc个人整理后出版,内容全摘自网络。版权归实际作者所有。 为了让网友们能更好的学习Win32汇编编程,于是我为大家将网上的资料整理成一个帮助文件。 本帮助文件包括:Iczelion的Win32汇编教程、Iczelion 的 ODBC 教程、Iczelion 的 VxD 教程共三部分-Win32 programming compilation series from the paper to help sort out yyc personal publishing, as extracted from the entire network. All Banquangui actual author. To allow net surfers can be a better learning Win32 compilation of programming, so I will be online for all the information to help compile a document. The help files include : Iczelion Guide to the Win32 compilation, Iczelion ODBC Guide, the VxD Iczelion Guide is divided into three parts
    2022-11-22 22:05:03下载
    积分:1
  • 6. Electronic advertising (8X8) display, digital tube display 5 words
    6.电子广告(8X8)显示屏,数码管上显示5的字样-6. Electronic advertising (8X8) display, digital tube display 5 words
    2022-11-16 13:20:03下载
    积分:1
  • 的windows显示消息框的例子
    汇编的windows显示消息框的例子-Compilation of the windows to display a message box example
    2022-02-12 14:01:23下载
    积分:1
  • assembly language compiler as a simple, the implementation of the arithmetic cal...
    用汇编语言编译的一个内容简单,可以执行加减乘除的计算器-assembly language compiler as a simple, the implementation of the arithmetic calculators
    2022-01-25 14:17:42下载
    积分:1
  • On a printer assembly language procedure, can be used, but would like to have a...
    关于打印机的一个汇编语言程序,能用,但是希望有高手能够翻译成c语言的供大家分享-On a printer assembly language procedure, can be used, but would like to have a master can be translated into the language of c for everyone to share
    2022-01-25 21:13:06下载
    积分:1
  • C中,把16进制转换成字符串,一般在对中文进行传递中用到...
    C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
    2022-03-10 17:18:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载