-
汇编语言实现两台微机之间通过RS
汇编语言实现两台微机之间通过RS-232C电缆连接实现串行通信。
1、异步方式全双工通信,每次传送单个字符,能连续发送和接收。
2、通信双方采用程序查询方式。
-Microcomputer assembly language to achieve between the two RS-232C serial communication cable connection. 1, full-duplex asynchronous communications, each transmission of a single character can send and receive continuous. 2, communications procedures for both the use of inquiry methods.
- 2022-03-16 06:09:27下载
- 积分:1
-
foreign experts participating in the programming contest
国外高手参加世界编程大赛-foreign experts participating in the programming contest
- 2022-04-24 22:18:59下载
- 积分:1
-
很好的文件,球类著名实验
很好的文件,球类著名实验-good document, the famous ball experiment
- 2022-08-06 22:19:27下载
- 积分:1
-
Mcf5307 development board based on the liquid crystal display sed1335 control pr...
基于mcf5307开发板的sed1335控制液晶屏显示的程序-Mcf5307 development board based on the liquid crystal display sed1335 control procedures
- 2023-01-14 21:40:04下载
- 积分:1
-
这个程序真的很有用,它可以告诉你怎样来运用单片机,不仅仅是写一个程序而已,相信你看了之后一定收获不小!...
这个程序真的很有用,它可以告诉你怎样来运用单片机,不仅仅是写一个程序而已,相信你看了之后一定收获不小!-this procedure is really useful, it can tell you how to use the microcontroller, is not just a procedure adopted, I believe you will certainly learned a lot after reading!
- 2022-09-25 07:25:03下载
- 积分:1
-
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。...
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。-the source code is compiled using the language editor, is running the source code, using Masm611 version of the programming environment can be run.
- 2022-02-20 15:59:18下载
- 积分:1
-
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲...
建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲
-documents establishing songs by singers, in order of search procedures can receive a concert, and exported all of its songs
- 2022-04-10 04:26:01下载
- 积分:1
-
数字钟程序 数字钟程序数字钟序数字钟程序
数字钟程序 数字钟程序数字钟序数字钟程序-Digital Clock Digital Clock procedure procedure sequence digital clock digital clock procedures
- 2022-07-15 10:40:36下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD...
用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD-Audio播放程序,专截320*200的截画程序,V86模式切换程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,-assembly language prepared by the program"s source code, cases : DOS6.0 source of hard disk boot record source FDBOOT.ASM, mouse control CD-Audio player, a cut of 320* 200 closed painting procedures, V86 mode switching procedures, FASTREBOOT V1.0 , the Game Faster V1.0 and V1.0 Mixer Volume Ctrler.
- 2022-04-17 10:15:47下载
- 积分:1