登录
首页 » c# » 串口调试助手

串口调试助手

于 2023-06-10 发布 文件大小:5.05 MB
0 379
下载积分: 2 下载次数: 1

代码说明:

  串口调试助手源码,用Visual Stusio为平台编写的,对新手学习C#帮助挺大                                                                                                                                                                                                                                                                           &

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

发表评论

0 个回复

  • errormodeling
    轨迹误差建模的多轴联动机床轮廓误差补偿技术(Contour Error Compensation Technology for Multi- Axis Linkage Machine Based on Trajectory Error Modeling.)
    2017-05-28 15:39:27下载
    积分:1
  • 比美图秀秀好用的磨皮代码
    磨皮算法的核心: 磨皮可以看成是去噪算法的应用。典型的去噪算法,比如均值模糊、高斯模糊、中值滤波都有很好的去噪效果,但是视觉效果太差。能有效的用于磨皮算法的去噪方式主要是那些能够边缘的算法,典型的比如双边滤波、Non-Local以及BM3D之类的。BM3D据说去噪效果最好。但是后两者到目前为止未看到具有实质意义的快速实现算法,反而是双边滤波,有多篇论文已经提出了可行的加速方案。其实Photoshop中的表面模糊也可以看成是一种双边滤波,因此不少用PS磨皮的过程也大量使用了表面模糊算法的。
    2022-06-12 22:43:19下载
    积分:1
  • art_subclass_demo
    本程序演示如何通过子类化创建自己的窗口类。(Demonstrates how to create your own window class by subclassing.)
    2013-04-27 10:43:06下载
    积分:1
  • Visual C#创建两个基本的线程(多线程)实例
    Visual C#创建两个基本的线程(多线程)实例,为了演示方便,这里把本实例 写成了一个控制台程序,创建两个线程后,通过控制台输出线程信息,演示了两个线程同时工作,下面来看具体代码:   创建两个基本的线程:   Thread thread1 = new Thread(new ThreadStart(Thread1)); //使用自定义方法Thread1声明线程   thread1.Priority = ThreadPriority.Lowest;//设置线程的调度优先级   Thread thread2 = new Thread(new ThreadStart(Thread2)); //使用自定义方法Thread2声明线程   thread1.Start();//开启线程一   thread2.Start();//开启线程二   定义函数向控制台输出线程:   static void Thread1()   {    Console.WriteLine("线程一");   }   输出线程二则可按照上面再创建一个函数,不再列举源码了。
    2022-03-18 18:55:49下载
    积分:1
  • traffic
    车辆检测: 1 识别车辆轮廓,并标识车辆轮廓 2 给出车辆的相对速度(Vehicle Detection: one to identify the vehicle contours, and marking the outline of 2 vehicles given the relative speed of vehicles)
    2007-09-30 11:33:37下载
    积分:1
  • TPParticleh
    本文描述的是关于粒子滤波的源代码,,用MATLAB运行,会有很好的效果。 (This article describes the source code on the particle filter, using MATLAB running, there will be good results.)
    2012-09-15 14:21:13下载
    积分:1
  • DSP-AGC
    基于ADSP 音频AGC算法C语言程序详解(Based on the ADSP audio AGC algorithm C language program Detailed)
    2012-06-10 10:42:23下载
    积分:1
  • Barcode
    一维条码,包括code128,code39,等编码规则(One-dimensional bar codes, including code128, code39, and other coding rules)
    2013-07-04 13:31:25下载
    积分:1
  • tcmenc
    3/4码率的TCM-16PAM编码程序,已在VISUAL DSP++环境下优化(3/4 rate of the TCM-16PAM coding process has been VISUAL DSP++ environment, optimizing)
    2009-11-10 00:06:06下载
    积分:1
  • h.264-cuda-master
    This project seeks to implement H.264 (the standard x264 is based on) to run on CUDA. Specifically we attempt to write the motion estimation module in CUDA. Motion estimation is currently the most computationally intensive portion of the H.264 encoding process. Previous attempts to parallelize this algorithm in CUDA showed sizeable speedups but sacrificed quality by ignoring the motion vector prediction (MVp). We demonstrate the viability of a hierarchical (pyramid) motion estimation algorithm in CUDA. This solution addresses the MVp problem while still taking advantage of the CUDA framework.
    2014-10-15 07:32:32下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载