登录
首页 » Windows开发 » 双机并口通信程序

双机并口通信程序

于 2023-04-23 发布 文件大小:23.83 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

双机并口通信程序-Two-plane parallel port communication program

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

发表评论

0 个回复

  • 人体追踪 驱动串口
    基于nite2的人体追踪,通过nite获得人体编号,然后获取对应骨骼坐标,再转换成世界坐标,并设定再一定范围内,电机不动,否则向对应的方向运动,从而实现对人体的跟随功能。
    2022-08-24 07:04:20下载
    积分:1
  • 搜索图书和供应商
    图书搜索名单最近5个等级的产品总额评级产品顶级厂商的产品供应商的搜索最近5个等级的供应商总额等级的供应商产品列表和每个产品的供应商销售总额评级
    2022-03-10 11:49:30下载
    积分:1
  • 这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件...
    这是我很早以前用C++Builder为某电信商做的一个网管程序,用SNMP监控硬件,用自定义协议管软件(要符合接口), 从父网也可直接监控子网, 每种硬件和软件都是用DLL接口,配置保存在数据库中,这是没有提供数据库及设计文档,我现在也找不到-this is a long time ago I used the C Builder for a carrier to do a network management procedures, using SNMP monitoring hardware, with agreement from the definition of software (to comply with the interface), from the parent network can also directly monitor subnetworks, each of the hardware and software are used DLL interface, configuration stored in a database, which is no database design and documentation, I could not find
    2022-04-25 01:16:57下载
    积分:1
  • 这是个8数码问题,用于DOS界面输入和输出,采用有序搜索算法求解8数码问题。...
    这是个8数码问题,用于DOS界面输入和输出,采用有序搜索算法求解8数码问题。-This is a digital 8, DOS interface for input and output, and an orderly search algorithm used to solve the problem of digital 8.
    2023-05-22 17:05:04下载
    积分:1
  • 摄像头视频捕捉程序
    摄像头视频捕捉程序-camera video capture procedure
    2022-04-29 00:37:50下载
    积分:1
  • Messaging_System
    此程序是发送接收系统;
    2022-03-19 01:51:58下载
    积分:1
  • 商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT...
    商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT-GLOP 可以代表滑铁卢大学的电话。有时仅仅是把号码的一部分写成单词,如打 310-GINO 便可向 GINO 比萨饼店定购比萨。另一种让电话号码容易记忆的方法是将数字用一种容易记的方式组合起来,譬如 3-10-10-10 也可以代表 GINO 比萨饼店。 电话号码的标准形式是七位十进制数字,在它的第三位和第四位之间用连字符连接(例如:888-1200)。电话的键盘提供了字符于数字之间的映射关系,如下所示: 2 A、B和C 3 D、E和F 4 G、H和I 5 J、K和L 6 M、N和O 7 P、R和S 8 T、U和V 9 W、X和Y Q 和 Z 没有映射到键盘,而连字符不需要被拨打并且可以根据需要添加和删除。TUT-GLOP 的标准形式是 888-4567,310-GINO 的标准形式是310-4466,3-10-10-10的标准形式也是 310-1010。 如果两个电话号码有相同的标准形式,那么这两个电话号码是相同的。-commercial units need easy to remember telephone numbers, there are ways to allow more telephone numbers easy to remember. For example, telephone numbers can be written words or phrases, such as pseudodynamic- GLOP can represent the University of Waterloo calls. Sometimes numbers is only part of the written word. if the fight 310-GINO will be able to GINO pizza shop ordering pizza. Another phone number so easy to remember the method is to use a numbe
    2022-01-31 01:21:55下载
    积分:1
  • 中矿联的源代码,适合客户做泥用户参考
    cmud源代码,适合做MUD客户端的用户参考-cmud source code, suitable for the client to do MUD user reference
    2022-01-25 14:34:27下载
    积分:1
  • MSDN/VC6自带的VC例子程序,学习Windows编程应该先把这些例子看懂。
    MSDN/VC6自带的VC例子程序,学习Windows编程应该先把这些例子看懂。-MSDN/VC6 bring their own examples of the VC process, learning Windows programming should first understand these examples.
    2022-03-09 14:02:28下载
    积分:1
  • 2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列 1 编写采用二叉链表形式存储的二叉树...
    2 编写将一棵二叉树的所有左右子树进行交换的算法。 提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列 1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。 创建的二叉树: -2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence of a list prepared by using the binary form of a binary tree stored in the creation, the first sequence, in sequence, after the order and by level traversal algorithms. Create a binary tree:
    2023-02-11 06:00:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载