登录
首页 » Visual C++ » VCPP

VCPP

于 2013-03-15 发布 文件大小:3814KB
0 284
下载积分: 1 下载次数: 4

代码说明:

  实验了界面组态和串口通信,完成了界面显示,通过串口变化功能(Experimental interface configuration and serial communication, completed through the serial interface display change function)

文件列表:

216
...\BdzView.cpp,2466,2011-02-19
...\BdzView.h,1638,2011-02-19
...\DcView.cpp,1328,2011-02-21
...\DcView.h,1587,2011-02-21
...\Debug
...\.....\BdzView.obj,18318,2011-02-19
...\.....\BdzView.sbr,0,2011-02-17
...\.....\DcView.obj,16115,2011-02-21
...\.....\Dw.bsc,4875264,2011-02-17
...\.....\Dw.exe,7266382,2011-02-21
...\.....\Dw.ilk,467796,2011-02-21
...\.....\Dw.obj,22727,2011-02-21
...\.....\Dw.pch,5515968,2011-02-19
...\.....\Dw.pdb,541696,2011-02-21
...\.....\Dw.res,5914152,2011-02-21
...\.....\Dw.sbr,0,2011-02-17
...\.....\DwDoc.obj,16690,2011-02-19
...\.....\DwDoc.sbr,0,2011-02-17
...\.....\DxView.obj,16102,2011-02-21
...\.....\GyView.obj,16102,2011-02-21
...\.....\Led.obj,22322,2011-02-19
...\.....\Led.sbr,0,2011-02-17
...\.....\MainFrm.obj,23836,2011-02-21
...\.....\MainFrm.sbr,0,2011-02-17
...\.....\PaneView.obj,66509,2011-02-21
...\.....\PaneView.sbr,12595,2011-02-17
...\.....\Settings.obj,13722,2011-02-19
...\.....\Settings.sbr,0,2011-02-17
...\.....\StdAfx.obj,105568,2011-02-19
...\.....\StdAfx.sbr,1369935,2011-02-17
...\.....\vc60.idb,230400,2011-02-21
...\.....\vc60.pdb,372736,2011-02-21
...\.....\XL1View.obj,15756,2011-02-13
...\.....\ZXD52.obj,10698,2011-02-19
...\.....\ZXD52.sbr,0,2011-02-17
...\Dw.aps,5953456,2011-02-21
...\Dw.clw,5941,2011-02-21
...\Dw.cpp,5066,2011-02-21
...\Dw.dsp,5031,2011-02-14
...\Dw.dsw,527,2011-02-09
...\Dw.h,1312,2011-02-09
...\Dw.ncb,189440,2011-02-21
...\Dw.opt,391168,2011-02-21
...\Dw.plg,1012,2011-02-21
...\Dw.rc,18027,2011-02-21
...\DwDoc.cpp,1662,2011-02-09
...\DwDoc.h,1534,2011-02-19
...\dxView.cpp,1308,2011-02-21
...\DxView.h,2724,2011-02-21
...\GyView.cpp,1308,2011-02-21
...\GyView.h,1587,2011-02-21
...\Led.cpp,7202,2011-02-14
...\Led.h,2583,2011-02-19
...\MainFrm.cpp,3989,2011-02-21
...\MainFrm.h,1805,2011-02-21
...\PaneView.cpp,16730,2011-02-21
...\PaneView.h,2615,2011-02-21
...\ReadMe.txt,4223,2011-02-09
...\res

...\...\Dw.rc2,394,2011-02-09




...\...\Toolbar.bmp,1078,2011-02-09
...\...\东长线.bmp,1365054,2011-02-21
...\...\北郊发电.bmp,1342554,2011-02-21
...\...\德兴线.bmp,1467046,2011-02-21
...\...\果园线.bmp,1706946,2011-02-21
...\resource.h,1911,2011-02-21

...\Settings.cpp,1281,2011-02-11
...\Settings.h,1239,2011-02-11
...\StdAfx.cpp,204,2011-02-09
...\StdAfx.h,1072,2011-02-10
...\ZXD52.cpp,7030,2011-02-19
...\ZXD52.h,758,2011-01-28

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

发表评论

0 个回复

  • DS-CDMAsystem
    DS-CDMA系统的,直扩通信系统里基于不同扩频码不同,系统的误码率比较。其中基于多相正交序列的误码率最低。(DS-CDMA system)
    2013-05-15 15:31:49下载
    积分:1
  • tongxun
    用winsock实现两机通讯的一个小软件 特别简单 不再具体介绍(Winsock implementation to use two planes, a small communications software in particular is no longer easy introduction of specific)
    2009-03-06 09:33:16下载
    积分:1
  • 串口加调试助手加串口模拟
    自己整合的,可直接下载调试使用,傻瓜式文件一体包。(Integration of their own, can be downloaded directly debugging use, fool file integrated package.)
    2017-10-16 17:28:33下载
    积分:1
  • Whuaawei-WCDMC
    WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典 (WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
    2012-08-05 11:42:44下载
    积分:1
  • jiugongwenti
    (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。((Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which the cell house, as shown in Figure 1-1. Now required to achieve this issue: the squares adjustment for the right as shown in Figure 1-1 form. Adjustment of the rules: each can only be with the spaces (upper and lower, or left, right) adjacent to a digital flat space. Test Programming to solve this problem.)
    2008-12-25 22:07:50下载
    积分:1
  • OFDM103
    基于深度限幅的OFDM峰均比抑制器的设计(限幅法是最简单直接的一种,以降低误码率性能 频谱畸变和计算复杂度为主要代价。)(matlab OFDM)
    2014-09-22 06:23:37下载
    积分:1
  • modbus_RS232_RS485_COL
    串口通过modbaus协议控制继电器,读取开关输入的PC上位机源程序(Serial control relay through modbaus agreement, read the PC host computer switch input source)
    2011-11-21 11:48:16下载
    积分:1
  • VCMatlab
    VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。 文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance. This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
    2018-12-01 15:31:19下载
    积分:1
  • JYTJQL
    这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润(This is one of the foreign exchange activities that can be profited from the exchange rate differences of multiple currencies.)
    2019-01-01 05:37:39下载
    积分:1
  • Modbus-for-Field-Technicians
    Modbus for Field Technicians 介绍modbus的相当好的资料,包括原理和编程和协议介绍(Modbus for Field Technicians introduction modbus fairly good information, including schematics and programming and protocol description)
    2013-07-13 22:47:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载