登录
首页 » Visual C++ » SCommTest

SCommTest

于 2018-05-08 发布 文件大小:5574KB
0 200
下载积分: 1 下载次数: 3

代码说明:

  用MFC(C++语言)实现了一个串口调试助手的功能。(Using MFC (C++ language) to achieve a serial debugging assistant function.)

文件列表:

SCommTest, 0 , 2015-09-01
SCommTest\SCommTest, 0 , 2015-09-17
SCommTest\SCommTest\comm.cpp, 8179 , 2015-09-15
SCommTest\SCommTest\comm.h, 726 , 2015-09-10
SCommTest\SCommTest\Debug, 0 , 2015-09-17
SCommTest\SCommTest\Debug\comm.obj, 21566 , 2015-09-17
SCommTest\SCommTest\Debug\comm.sbr, 0 , 2015-09-17
SCommTest\SCommTest\Debug\MyButton.obj, 25182 , 2015-09-12
SCommTest\SCommTest\Debug\MyButton.sbr, 0 , 2015-09-12
SCommTest\SCommTest\Debug\SCommTest.bsc, 5374976 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTest.exe, 139347 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTest.ilk, 398992 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTest.obj, 17338 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTest.pch, 6934608 , 2015-09-10
SCommTest\SCommTest\Debug\SCommTest.pdb, 517120 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTest.res, 5744 , 2015-09-16
SCommTest\SCommTest\Debug\SCommTest.sbr, 0 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTestDlg.obj, 74948 , 2015-09-17
SCommTest\SCommTest\Debug\SCommTestDlg.sbr, 0 , 2015-09-17
SCommTest\SCommTest\Debug\StdAfx.obj, 105768 , 2015-09-10
SCommTest\SCommTest\Debug\StdAfx.sbr, 1375010 , 2015-09-10
SCommTest\SCommTest\Debug\vc60.idb, 214016 , 2015-09-17
SCommTest\SCommTest\Debug\vc60.pdb, 372736 , 2015-09-17
SCommTest\SCommTest\MyButton.cpp, 7006 , 2015-09-12
SCommTest\SCommTest\MyButton.h, 1971 , 2015-09-10
SCommTest\SCommTest\ReadMe.txt, 3633 , 2015-09-01
SCommTest\SCommTest\res, 0 , 2015-09-10
SCommTest\SCommTest\resource.h, 1650 , 2015-09-12
SCommTest\SCommTest\res\ico00001.ico, 766 , 2015-09-07
SCommTest\SCommTest\res\icon1.ico, 766 , 2015-09-10
SCommTest\SCommTest\res\SCommTest.ico, 1078 , 2015-09-01
SCommTest\SCommTest\res\SCommTest.rc2, 401 , 2015-09-01
SCommTest\SCommTest\SCommTest.aps, 40768 , 2015-09-17
SCommTest\SCommTest\SCommTest.clw, 2486 , 2015-09-17
SCommTest\SCommTest\SCommTest.cpp, 2105 , 2015-09-01
SCommTest\SCommTest\SCommTest.dsp, 4731 , 2015-09-11
SCommTest\SCommTest\SCommTest.dsw, 526 , 2015-09-01
SCommTest\SCommTest\SCommTest.h, 1375 , 2015-09-10
SCommTest\SCommTest\SCommTest.ncb, 345088 , 2015-09-17
SCommTest\SCommTest\SCommTest.opt, 52736 , 2015-09-17
SCommTest\SCommTest\SCommTest.plg, 1421 , 2015-09-17
SCommTest\SCommTest\SCommTest.rc, 9434 , 2015-09-17
SCommTest\SCommTest\SCommTestDlg.cpp, 20788 , 2015-09-17
SCommTest\SCommTest\SCommTestDlg.h, 2373 , 2015-09-17
SCommTest\SCommTest\StdAfx.cpp, 211 , 2015-09-01
SCommTest\SCommTest\StdAfx.h, 1076 , 2015-09-10

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

发表评论

0 个回复

  • errorRate
    用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。(With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.)
    2011-12-19 10:23:37下载
    积分:1
  • MapX
    技术论坛精华文章资料索引,紧供业内人士参考(Forum essence of the article information index, the industry reference for tight)
    2011-11-02 00:37:18下载
    积分:1
  • SEVER
    多人在线的网络聊天室—服务器,简化实用 可以修改后添加其他功能(Multiplayer online chat rooms- server, simplifying practical Other functions can be modified to add)
    2013-10-05 19:42:35下载
    积分:1
  • MFC-read-bmp
    MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用(MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome)
    2014-02-12 22:36:05下载
    积分:1
  • 可压缩非结构网格
    说明:  可直接在Linux下编译,同时支持Windows下完成,亲测可用(It can be compiled directly under Linux and supported under Windows. It is available for personal testing.)
    2020-06-25 10:20:01下载
    积分:1
  • 真二叉树重构
    说明:  但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
    2019-04-21 16:54:36下载
    积分:1
  • juzhenjianpan
    实现单片机矩阵键盘的功能的程序,通过实验,程序功能比较完整,可以方便移植(MCU function matrix keyboard program)
    2014-01-02 11:08:05下载
    积分:1
  • ISQLADO_src
    使用DAO的交互式输入执行SQL语句,并显示结果的程序(The example of excuting SQL alternatively by DAO and displaying the result )
    2001-01-01 00:00:00下载
    积分:1
  • xinxinlun
    信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件(信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件信息论编程文件)
    2010-12-21 17:26:08下载
    积分:1
  • bardemo
    一个类似于vc的界面源码,让vc界面开发变得简单多了.(Vc interface similar to the one source, so that vc interface development becomes much simpler.)
    2007-08-22 11:30:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载