-
RS485通讯_DMA收发数据
基于STM32F407 MCU,对RS485进行通讯测试,DMA收发数据,经测试数据稳定,功能正常(Based on STM32F407 MCU, RS485 was tested for communication,DMA data receiving and receiving, the tested data was stable and the function was normal)
- 2020-12-28 21:09:01下载
- 积分:1
-
Demo_0527
NEC-0525 0526 0527
- 2009-09-03 11:16:59下载
- 积分:1
-
dhxy
大话西游战斗模拟代码大话西游战斗模拟代码(Westward Journey combat simulation code)
- 2012-05-30 12:29:52下载
- 积分:1
-
INS-Debug
基于VC++的INS数值解算显示程序,可以用来参考使用(The INS VC++ numerical solutions based on the VC++ ,and the program can be used to refer to direct use.)
- 2015-10-21 22:58:39下载
- 积分:1
-
tqjyidc
非常好的界面程序!可以实现类似于windows任务栏一样停靠在桌面上,能够自动隐藏!(Very good interface program! Can achieve similar to the windows taskbar docked on the desktop, can automatically hide!)
- 2018-12-03 00:02:36下载
- 积分:1
-
xjhn
VS2010做完用户、角色、权限后的代码,SQL数据库。界面挺漂亮。BS三层架构(The VS2010 finished code, SQL database users, roles, permissions. Interface pretty)
- 2012-10-30 18:20:57下载
- 积分:1
-
计算器
用C语言写的关于计算器的实现方式,用栈方法能够实现基本的错误判断与加减乘粗#include #include #include using namespace std; #define MAX 1000 struct zhan1 { float n[MAX]; int top; }stack1; struct zhan2 { char n[MAX]; int top; }stack2; /* stack1用来存储数字 stack2用来存储运算符号. */bool stackempty(zhan1 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } bool stackempty2(zhan2 s)//判断是否为空 { if (s.top== -1) return 1; else return 0; } void push(zhan1 &s,float x)// 入栈 { if(s.top==MAX-1) { printf("
");
- 2022-07-08 12:40:11下载
- 积分:1
-
DrawCurveDemo
根据心电波形数据.ecg文件,在标准距离的网格下绘制绘制心电图,达到检测心电数据是否正常的结果(Drawing ECG according to ECG waveform data)
- 2019-06-01 11:40:46下载
- 积分:1
-
jiaobingbu
集合的运算:交、并、补(难度系数:1.1)
全集:大写字母 ‘A’~’Z’
要求实现以下功能:
1、集合的输入:自动去掉重复和非法的字符
2、集合的显示:输出集合的全部元素
3、输出一个给定集合的补集
4、输出两个给定集合的交集和并集
(jiao bing bu)
- 2013-11-29 20:49:25下载
- 积分:1
-
Muson_Mega32_cv
player mega32 music play
- 2013-07-24 16:27:45下载
- 积分:1