-
串口通信
是关于mfc编程的串口程序使用C++语言编写,程序包含的显示界面的按钮有:打开文件,串口选择,发送数据可以实现上位机与下位机的串口通讯,下位机可以选择各种型号的单片机或者各种型号的arm,写好下位机程序即可使用该程序实现通讯,可以通过串口助手或者点亮下位机LCD验证通讯数据。
- 2022-03-01 13:43:04下载
- 积分:1
-
WPF流程图设计器(支持自动布线、导入、导出)
应用背景
主要实现目标以及实现效果类似Visio画图工具。
支持拖拽模板元件至画板中生成相应的设计元件,设计元件支持零至任意多个接线桩,任意两个接线桩之间可以进行连线,所有连接线通过自动布线算法进行连接。
关于自动布线的避障问题,目前只支持避开源设计元件与目标设计元件。
并支持,导入XML元件生成设计图,或导出设计图为XML文件。
模板元件与设计元件是动态加载XAML文件生成的,也就是说当用户添加新的模板元件或设计元件时不需要重新编译项目,即可支持对新模板元件与设计元件的设计支持。
关键技术
开发工具:Visual Studio 2012/2013
开发语言:C#
开发平台:WPF
运行环境:.net Framework3.0 以上
- 2022-05-31 21:49:18下载
- 积分:1
-
zigbee网关源码
zigbee server源码,基于marvell MZ100. 里面支持ZLL light、zigbee sensor等设备。主控和zigbee芯片之间通过串口命令,已经做好。只需做上层应用接口即可。内有使用文档说明和测试工具等。
- 2023-03-28 05:15:21下载
- 积分:1
-
修复ncurses-6.0报错
ncurses-6.0编译在这一行报错:../include/curses.h:1631:56: ??: in definition of macro "mouse_trafo
原因为curses.h多个一个comment,删除它修复编译报错
- 2022-01-24 09:56:54下载
- 积分:1
-
一个权限管理系统的简单Demo,可以进行角色添加、用户添加、模块添加
App_Data下面为Sql数据库文件
默认登陆页:login.aspx...
一个权限管理系统的简单Demo,可以进行角色添加、用户添加、模块添加
App_Data下面为Sql数据库文件
默认登陆页:login.aspx
默认管理员帐号/密码:51aspx/51aspx
注意:目前只有角色管理下面的角色添加、用户添加、模块添加可以使用,其他模块还在完善中-A rights management system, a simple Demo, the role can add, add users, modules, add the App_Data below the Sql database files by default landing page: login.aspx the default administrator account/password: 51aspx/51aspx Note: At present, only the role of managing the role of the following add, add users, the module can be used to add the other modules are still perfecting the ...
- 2022-02-15 18:42:13下载
- 积分:1
-
C语言编写轻量级编译器代码
C语言编写的一款轻量级编译器,代码很小。有学习价值。
- 2022-02-27 04:19:49下载
- 积分:1
-
u盘跋插检测,可以检测U盘的插拔,从而自由发挥
u盘跋插检测,可以检测U盘的插拔,从而自由发挥-u disk跋plug detection, can detect Plug U disk, thus free to play
- 2022-08-20 06:34:04下载
- 积分:1
-
Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individu...
描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。
.算法思想:
Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从该结点的下一个结点起重新自1起循环计数;如此下去,直到单循环链表空时循环过程结束。
-Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individuals sitting around a circle, each holding a positive integer code. At the beginning of a given arbitrary reported few limits on m, started from the first clockwise direction from the starting sequence reported a few, when they report back m reported few, hold out the m out from the clockwise direction in the next personal re-order starting from a newspaper; This situation continues until all people so far shown up. Asked to design a simulation of this process, and give out the number of people out sequence. . Algorithm thinking : Jeseph function is to seek to achieve the main function of the algorithm is thinking : m f
- 2023-04-25 22:10:03下载
- 积分:1
-
体现了析构函数的用法,介绍了插入结点,删除结点,删除树,
体现了析构函数的用法,介绍了插入结点,删除结点,删除树,-reflects the destructors, the usage of insert nodes, delete nodes, delete tree, etc.
- 2022-03-29 08:17:15下载
- 积分:1
-
mpu6050软件I2C读取
通过软件I2C读取mpu6050原始数据,并且是使用stm32单片机进行开发的,通过调用固件库进行,原始数据经过校零之后,通过串口程序发送到pc,通过串口调试助手可以查看数据,方便用户调试
- 2022-07-16 08:43:35下载
- 积分:1