登录
首页 » Visual C++ » errorRate

errorRate

于 2011-12-19 发布 文件大小:6771KB
0 299
下载积分: 1 下载次数: 137

代码说明:

  用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。(With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.)

文件列表:

误码率
......\AnimateDlgIcon.cpp,1833,1998-12-23
......\AnimateDlgIcon.h,980,1998-12-23
......\Debug
......\.....\AnimateDlgIcon.obj,5284,2011-07-16
......\.....\PushPin.obj,20690,2011-07-16
......\.....\SerialP.exe,2256953,2011-07-24
......\.....\SerialP.ilk,2585948,2011-07-24
......\.....\SerialP.obj,32747,2011-07-18
......\.....\SerialP.pch,5453916,2011-07-16
......\.....\SerialP.pdb,4260864,2011-07-24
......\.....\SerialP.res,21468,2011-07-24
......\.....\SerialPDlg.obj,223280,2011-07-24
......\.....\SerialPort.obj,27030,2011-07-16
......\.....\StdAfx.obj,105334,2011-07-16
......\.....\vc60.idb,230400,2011-07-24
......\.....\vc60.pdb,479232,2011-07-24
......\Prop1.cpp,1765,2011-06-29
......\Prop1.h,1421,2011-06-29
......\Prop2.cpp,1258,2011-06-30
......\Prop2.h,1297,2011-06-30
......\propSheet.cpp,1070,2011-06-29
......\propSheet.h,1441,2011-06-29
......\PushPin.cpp,5893,2001-06-23
......\PushPin.h,1310,2001-06-23
......\ReadMe.txt,3597,2011-06-27
......\Release
......\.......\AnimateDlgIcon.obj,2314,2011-07-09
......\.......\PushPin.obj,16631,2011-07-09
......\.......\SerialP.exe,81920,2011-07-24
......\.......\SerialP.obj,21171,2011-07-09
......\.......\SerialP.pch,5691588,2011-07-09
......\.......\SerialP.res,15456,2011-07-24
......\.......\SerialP.zip,26843,2011-07-22
......\.......\SerialPDlg.obj,128191,2011-07-24
......\.......\SerialPort.obj,12089,2011-07-09
......\.......\StdAfx.obj,768,2011-07-09
......\.......\vc60.idb,58368,2011-10-12
......\res
......\...\bitmap1.bmp
......\...\icon1.ico



......\...\icon_on.ico,766,2011-07-01
......\...\Pinned.bmp,238,2011-07-01
......\...\SerialP.ico,1078,2011-07-01
......\...\SerialP.rc2,399,2011-06-27
......\...\UNPINNED.BMP,238,2011-07-01
......\resource.h,5553,2011-07-18
......\SerialP.aps,40636,2011-10-12
......\SerialP.clw,8574,2011-11-04
......\SerialP.cpp,2077,2011-06-27
......\SerialP.dsp,5113,2011-07-09
......\SerialP.dsw,539,2011-06-27
......\SerialP.h,1392,2011-07-01
......\SerialP.ncb,304128,2011-11-04
......\SerialP.opt,54784,2011-11-04
......\SerialP.plg,250,2011-07-24
......\SerialP.rc,23879,2011-07-24
......\SerialPDlg.cpp,103279,2011-07-24
......\SerialPDlg.h,7712,2011-07-18
......\SerialPort.cpp,19287,2004-02-20
......\SerialPort.h,2747,2004-02-20
......\StdAfx.cpp,209,2011-06-27
......\StdAfx.h,1054,2011-06-27
......\软件操作说明.doc,173056,2011-07-25

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

发表评论

0 个回复

  • lpc2368-CAN
    带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
    2020-07-03 08:40:01下载
    积分:1
  • VB_RS232C
    VB开发的串口通信源码。对端口速度、奇偶校验、停止位等都可以设置。用于串口通信的开发(VB source of serial communications. The port speed, parity, stop-can all be set up. Serial Communication for Development)
    2020-06-26 06:00:02下载
    积分:1
  • RS232
    串口通信程序,MSComm方式实现,有参考价值(Serial communication program, MSComm ways, have reference value)
    2013-11-28 08:45:23下载
    积分:1
  • SerialPort
    基于VC实现的串口通信,可以实现串口的数据读取。(Based on the VC serial communications)
    2013-11-25 10:57:22下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • vc serial port communication
    串口编程源程序全集(Complete Works)
    2020-06-26 10:00:02下载
    积分:1
  • serial_test_Programs
    几种常用的串口调试软件,注意:那个sscom32不能使用奇偶校验(several serial test programs)
    2014-05-29 14:34:16下载
    积分:1
  • comm_source11
    Visual c++实践与提高——串口通信与工程应用篇10源代码(Visual c++ practice and improve- serial communication and project source code (Application) 10)
    2011-10-02 21:01:16下载
    积分:1
  • comElves
    基于VC++的串口调试程序可以发送接收数据,非常实用于初学者研究学习(Serial debugger based on VC++ can send and receive data, very useful for beginners learning)
    2013-03-16 22:26:29下载
    积分:1
  • Test
    ARQ信道一到六实现通信源代码,配有模拟仿真信道(ARQ one to six channels for communication source code, with the channel simulation)
    2011-05-09 18:07:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载