登录
首页 » c » 串口高速接收命令

串口高速接收命令

于 2022-07-12 发布 文件大小:1.92 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

1. //加入以下代码,支持printf函数,而不需要选择use MicroLIB   #if 1 #pragma import(__use_no_semihosting)              //标准库需要的支持函数                  struct __FILE  {  int handle;  };  FILE __stdout;        //定义_sys_exit()以避免使用半主机模式     void _sys_exit(int x)  {  x = x;  }  //重定义fputc函数  int fputc(int ch, FILE *f) {  while((USART1->SR&0X40)==0);//循环发送,直到发送完毕    USART1->DR = (u8) ch;       return ch;

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

发表评论

0 个回复

  • OTSUMultiThre
    1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割 2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是 很必要的,通过改进得到OTSU的多值分割方法 3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。(1. This procedure shows the histogram feature, OTSU single segmentation, OTSU binary segmentation, OTSU three segmentation 2. OTSU segmentation, it is usually the case we are through the between-cluster variance by a partition threshold , but sometimes we need to be the gray level of the target, then the multi-segmentation is necessary, through improved access to multi-OTSU segmentation methods 3. This procedure in addition to show the histogram to calculate run time, treatment the results of a new window display the details of this part of MFC for beginners.)
    2009-02-06 14:55:41下载
    积分:1
  • hhh
    说明:  关于图像处理技术在冬小麦测试中的应用,用VC编的软件能对小麦进行二值化处理,中值滤波和灰度变换。(On image processing technology in the winter wheat test the application of the software made by VC on wheat binarization processing, median filtering and gray-scale transformation.)
    2008-10-23 22:42:29下载
    积分:1
  • fractual-diff-in-matlab
    实现一个序列的分数差分的matlab程序,能够提取序列的长相关信息。(the process of fratual diff in the matlab and it can know the LRD of the sequnce)
    2013-03-16 20:54:54下载
    积分:1
  • Supervised
    说明:  遥感信息工程学院遥感原理与应用课程实习监督分类(Supervised of Remote Sensing Principle and Application Course Practice)
    2019-05-24 08:43:58下载
    积分:1
  • vof
    说明:  FLUENT软件,定义速度入口中,不同位置的相分数(Define the phase fractions at different positions in the velocity inlet)
    2020-07-28 11:58:40下载
    积分:1
  • 实现图元及属性的算法
    ¨6.1画线算法 ¨6.2并行画线算法 ¨6.3帧缓存值的装载 ¨6.4圆生成算法 ¨6.5椭圆生成算法 ¨6.6其他曲线 ¨6.7并行曲线算法 ¨6.8像素编址和对象的几何要素 ¨6.9直线段和曲线属性的实现 ¨6.10通用扫描线填充算法 ¨6.11凸多边
    2022-03-02 19:30:34下载
    积分:1
  • RT Thread 源码
    改 代码是经过移植后的 RT Thread 代码 可以直接运行 有LED显示, 
    2022-12-02 06:10:04下载
    积分:1
  • 101n
    101规约程序代码说明,较为详细的101标准电力通讯规约代码。(101 protocol)
    2020-08-18 14:38:21下载
    积分:1
  • Naomi
    串口与NANDflash的应用与设计希望代码对你们有帮助(UART NANDFLASH)
    2011-10-25 10:53:37下载
    积分:1
  • C
    说明:  基于单片机的学习资料,适合初学者使用,很简单,内容很全(Microcontroller-based learning materials, suitable for beginners to use, very simple, as is all)
    2013-03-24 19:37:30下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载