登录
首页 » Visual C++ » RTDemo

RTDemo

于 2012-11-29 发布 文件大小:169KB
0 374
下载积分: 1 下载次数: 20

代码说明:

  经典VC++环境下从串口读取数据并实时绘制曲线图(Read data from the serial port classical VC++ environment and real-time rendering graph)

文件列表:

读取串口数据并画实时曲线的VC%2B%2B程序源码
......................................\ChildFrm.cpp,4087,2001-12-08
......................................\ChildFrm.h,1815,2000-03-10
......................................\ClassArr.h,8550,2000-03-13
......................................\ColorBtn.cpp,916,2000-03-15
......................................\ColorBtn.h,1253,2000-06-18
......................................\Graphics.cpp,19267,2000-05-10
......................................\Graphics.h,4934,2000-05-09
......................................\MainFrm.cpp,2381,2000-04-25
......................................\MainFrm.h,1401,2000-03-08
......................................\mscomm.cpp,8569,2008-04-17
......................................\mscomm.h,3221,2008-04-17
......................................\mscomm1.cpp,8570,2008-04-18
......................................\mscomm1.h,3224,2008-04-18
......................................\msflexgrid.cpp,29151,2000-03-09
......................................\msflexgrid.h,7388,2000-03-09
......................................\OwnList.cpp,2386,2000-04-25
......................................\OwnList.h,1035,2000-03-10
......................................\Random.cpp,1648,2008-04-23
......................................\Random.h,512,2000-05-02
......................................\ReadMe.txt,4766,2000-04-25
......................................\RealTime.cpp,15618,2000-06-18
......................................\RealTime.h,5017,2000-05-25
......................................\RES

......................................\...\RTDemo.rc2,398,2000-04-25


......................................\resource.h,3084,2008-04-18
......................................\RTDemo.aps,41136,2012-11-29
......................................\RTDemo.clw,13467,2012-11-29
......................................\RTDemo.cpp,4525,2008-04-19
......................................\RTDemo.dsp,7564,2008-05-11
......................................\RTDemo.dsw,625,2008-04-18
......................................\RTDemo.h,1356,2000-04-25
......................................\RTDemo.ncb,590848,2012-11-29
......................................\RTDemo.opt,62976,2012-11-29
......................................\RTDemo.plg,3977,2012-11-29
......................................\RTDemo.rc,24264,2008-04-23
......................................\RTDemoDoc.cpp,3325,2000-04-27
......................................\RTDemoDoc.h,1917,2000-04-27
......................................\RTDemoView.cpp,14185,2008-05-11
......................................\RTDemoView.h,3478,2008-04-19
......................................\RTDlg.cpp,14264,2000-06-18
......................................\RTDLG.H,4285,2000-03-16
......................................\RTForm.cpp,5083,2008-04-23
......................................\RTForm.h,1858,2008-04-19
......................................\RTSlider.cpp,1655,2000-04-25
......................................\RTSlider.h,1237,2000-03-08
......................................\StdAfx.cpp,316,2008-04-23
......................................\StdAfx.h,1211,2008-04-23
......................................\Str.cpp,7661,2008-04-23
......................................\Str.h,2900,2000-05-16
......................................\TimerSpeed.cpp,2034,2000-04-25
......................................\TimerSpeed.h,1336,2000-03-22

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

发表评论

0 个回复

  • COOM
    Visual c++串口通信工程开发实例导航,该书采用C++编写,里面包含5个综合实例,适合有一定基础的C++人员学习(Visual c++ serial communication engineering development instance navigation, using c++, the book contains five examples of comprehensive, is suitable for the staff to learn c++ has certain foundation)
    2013-10-22 01:00:12下载
    积分:1
  • Serial_Communication
    一个用Visual C++编写的串口通信的例程,实现了一些串口属性的设置。(A use of Visual C++, prepared by serial communication routines to achieve a number of serial port property settings.)
    2009-03-21 19:18:06下载
    积分:1
  • Serial
    串口通信,一个简单的例程,对学习WINCE很有帮助,尤其是串口编程.希望大家喜欢(Serial communication, a simple routine, learning WINCE helpful, especially the serial programming. I hope everyone likes)
    2008-02-28 20:06:04下载
    积分:1
  • PTZ-camera-control-system
    使用vc++开发的云台镜头控制系统,主要通过串口实现控制,已编译通过,可学习使用(PTZ camera control system)
    2013-09-24 22:31:17下载
    积分:1
  • Com_N
    本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。(Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx control and registration method, the procedure is used in the static link library, for the in the absence of vc for the machine can also run, giving the larger point.)
    2005-07-31 09:50:35下载
    积分:1
  • CSharpSerial-programming-steps-detailed
    用C#语言编写串口通信程序详解,有代码有步骤(c#Serial programming steps detailed)
    2012-04-18 10:36:49下载
    积分:1
  • CVCOMMPortTool
    COM口设置 串口设定 端口号 波特率 数据位 停止位 校验位 串口数据接收 串口收据发送(COM port settings Serial data receiving Serial receipt)
    2015-10-13 10:12:44下载
    积分:1
  • CommClient
    使用MSCOMM控件,实现两台电脑通过串口进行通信的功能。(Use MSCOMM control, to achieve two computers to communicate through the serial port function.)
    2011-07-21 10:58:17下载
    积分:1
  • serialPort
    调试串口的程序,本程序运行于PC机,是开发串口电路的好帮手。(Debug serial procedures, the program runs on PC, is to develop a good helper serial circuit.)
    2007-09-17 13:27:21下载
    积分:1
  • RTDemo
    经典VC++环境下从串口读取数据并实时绘制曲线图(Read data from the serial port classical VC++ environment and real-time rendering graph)
    2012-11-29 11:44:36下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载