-
调试通过了的基于89S51的LCD12864液晶显示
调试通过了的基于89S51的LCD12864液晶显示-Debugging based on the adoption of the 89S51 LCD LCD12864
- 2022-01-25 23:06:39下载
- 积分:1
-
8086单片机为基础的程序,所有类型的字符串
我写了所有基于8086的程序。所有程序都正常工作,没有错误。需要注意的重要一点是,程序是使用MASM编写的,因此使用TASM的人应该注意段的语法之间的差异,所有算法都将保持不变。要确定字符串是否是回文的,可以使用DOS中断编写用户驱动的程序。所有的程序都有数据段,用最简单的算法编写。对于数字的排序,使用了气泡排序算法。文件以.rar格式附加。虽然文件是以.asm格式保存的,但是可以使用记事本或任何类似的编辑器打开它们。&谢谢。。。
- 2022-05-15 21:28:36下载
- 积分:1
-
设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到...
设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到达高水位后再次启动马达。洗衣结束后则启动排水开关,待水位到达低水位后,则启动脱水马达,转动2min。如此重复三次,要求在每一动作之间有2s的间隔。
高水位,低水位为水位传感器,用两个开关模拟,当水位高于高水位或低于低水位时,两个开关的状态分别为0 。启动开关用一个开关表示。进水、排水、洗衣马达、脱水马达及报警分别用一个发光二极管表示。本实验只需用可编程并行接口电路的A口。其硬件接口如下图所示。也可采用可编程逻辑器件进行设计。
-Design of an automatic washing process controller, after commencement of advanced water, and so on to reach the high water mark, start laundry motor rotation 4min, such as in laundry water level lower than that found during the high water mark, then the motor stops rotating laundry and alarm, and the the water level reaches the high water mark again to start the motor. Laundry is started after the end of the drainage switch, when the water level reaches the low water level, then start the dehydration motors, rotating 2min. Repeat three times, each action requires the interval between the 2s.
High water, low water level as water level sensors, with two analog switches, when the water
- 2023-04-30 10:55:03下载
- 积分:1
-
Described in detail how to use the C language, digital signal processing in the...
详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure
- 2022-10-21 02:25:02下载
- 积分:1
-
DSP2407A头文件,以应用于自己设计的DSP最小系统,证明有效
DSP2407A头文件,以应用于自己设计的DSP最小系统,证明有效-DSP 2407 header
- 2022-07-28 16:16:00下载
- 积分:1
-
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用1...
汇编程序实现:
程序功能:用深度优先搜索法解决八皇后问题并打印结果.
列数行数分别用1-8标记.所以八皇后的位置申请了9个
调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道
哪错了.跳来跳去的,不知哪里死循环了,实在不好调试.
-Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging.
- 2022-07-23 13:48:34下载
- 积分:1
-
LED数码管制作数字钟,一键控制,多种调试,方便快捷
LED数码管制作数字钟,一键控制,多种调试,方便快捷-The production of LED digital tube digital clock, one button control, a variety of debugging, convenient and quick
- 2022-02-24 23:47:43下载
- 积分:1
-
编写一个自定义INT 79H的中断服务程序
编写一个自定义INT 79H的中断服务程序-prepared an INT 79H from the definition of a break in service procedures
- 2022-03-03 21:42:22下载
- 积分:1
-
的PPT学习汇编,很好!~
汇编学习时的PPT,非常不错!~-compilation of the PPT learning, very good! ~
- 2022-02-07 11:18:53下载
- 积分:1
-
自己做的4×4键盘扫描,加入了按下消抖动,松开输入数据的简单功能。...
自己做的4×4键盘扫描,加入了按下消抖动,松开输入数据的简单功能。-Do their own 4 × 4 keyboard scanning, joined the press extinction jitter, release a simple function of the input data.
- 2022-03-22 02:32:01下载
- 积分:1