登录
首页 » Visual C++ » Prodave

Prodave

于 2015-10-14 发布 文件大小:105KB
0 222
下载积分: 1 下载次数: 69

代码说明:

  VC++上位机通过prodave与S7-300通讯进行数据监控(VC++ host computer for data monitoring via S7-300 communication with prodave)

文件列表:

Prodave
.......\MainFrm.cpp,2508,2012-06-12
.......\MainFrm.h,1581,2012-06-12
.......\Prodave.aps,46444,2012-06-21
.......\Prodave.clw,3444,2012-06-21
.......\Prodave.cpp,4227,2012-06-12
.......\Prodave.dsp,4722,2012-06-21
.......\Prodave.dsw,539,2012-06-12
.......\Prodave.h,1367,2012-06-12
.......\Prodave.ncb,99328,2012-06-21
.......\Prodave.opt,49664,2012-06-21
.......\Prodave.plg,1130,2012-06-21
.......\Prodave.rc,14416,2012-06-21
.......\Prodave6.dll,163906,2005-05-13
.......\Prodave6.h,19827,2009-11-17
.......\Prodave6.lib,12352,2005-05-13
.......\ProdaveDoc.cpp,1762,2012-06-12
.......\ProdaveDoc.h,1486,2012-06-12
.......\ProdaveView.cpp,7938,2012-06-21
.......\ProdaveView.h,2319,2012-06-12
.......\ReadMe.txt,4335,2012-06-12
.......\res

.......\...\Prodave.rc2,399,2012-06-12


.......\resource.h,1237,2012-06-12
.......\StdAfx.cpp,209,2012-06-12
.......\StdAfx.h,1075,2012-06-12
.......\新建 文本文档.txt,210,2015-09-29

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

发表评论

0 个回复

  • yingliangctrol
    最近总是遇到调音量和选择录音通道方面的程序,我从网上下载了一个音量控制类,但在不同的操作系统有时会出错,我修改了里面的错误,重新封装成dll类,并提供详细的测试程序。没什么技术只是为了方便使用。 不过这个类在某些操作系统上对录音通道选择时还是会出问题,比如明明是选择"Mono"录音通道,可他却选到其他通道了, 我用了DirectX自带的例子程序也不能正确选到想要的录音通道,不知道如何能准确地选择需要的录音通道,若有高手知道请不吝赐教,我的E-Mail:chrys@163.com,多谢!(recent encounter always stressed the volume and channel selection recording of the procedures, I downloaded from the Internet by a volume control category, but in different operating systems sometimes be wrong, I revised the inside of errors, dll encapsulation into categories, and to provide detailed test procedures. No technology is meant to facilitate use. But in the category of some systems of recording channels to choose or will be problems, For example, she choose "Mono" recording channel, but he elected to the other channel, I used the example of DirectX, bringing their procedures for the election not to want to correct audio channel, do not know how to accurately select the desired audio channel, if experts know Help us to assume my E-Mail : chrys@163.com, thank!)
    2007-04-02 15:36:24下载
    积分:1
  • link-two-program
    link to program with dde protocol , in vb6
    2015-09-15 05:44:40下载
    积分:1
  • tongy
    一个元器件管理的管理软件。主要体现在对数据增删改查方面,即对数据库的操作。使用的是ACCESS数据库,ADO方式连接。程序启动时弹出登陆界面。用户名admin,密码123456。不同的用户登陆之后界面也不一样。(An Element Manager System,Use Access Database for add,delete,update and query data.Use ado type connect Database.You can use user:admin,password:123456 login in.and different user have different functions.)
    2015-08-04 18:28:17下载
    积分:1
  • CS05_fileencodingtransform_src
    VC8源代码,VS.NET 2005 下开发,托管代码。功能:文件编码转换(VC8 source code, VS.NET 2005 under development, managed code. Function: file encoding conversion)
    2009-02-20 15:01:02下载
    积分:1
  • PMS
    本系统模拟一个计算机病员监护系统(Patient Monitoring System, PMS)。该系统随时接受并监视病人的生理信号(脉搏、体温、血压、心电图等),定时记录病人情况以形成患者日志,当某个病人的生理信号超出医生规定的安全范围时向值班护士发出警告信息。当护士需要时还可以要求系统打印出某个指定病人的病情报告。 本系统全部代码采用MFC在Visual Studio .Net环境中编写。患者所有信息保存在Access数据库(PMS.mdb)中。 (A computer simulation of the system Patient Monitoring System (Patient Monitoring System, PMS). The system is ready to accept and monitor the patient s physiological signals (pulse, temperature, blood pressure, ECG, etc.), regularly records the condition of patients to form a log of patients, when a patient s physiological signals beyond the scope of the required safety of doctors to the nurses on duty to issue a warning message . When nurses need also can ask the system print out a report of the designated patient. All the system code using MFC in Visual Studio. Net environments prepared. Patients all the information stored in the Access database (PMS.mdb) in.)
    2007-11-15 10:24:42下载
    积分:1
  • 89765456
    使MDI子框架窗口初始时最大化或最小化,VC++精选编程学习源码,很好的参考资料。(The initial MDI child frame window is maximized or minimized, VC++ select learning programming source code, a good reference.)
    2013-12-01 18:08:06下载
    积分:1
  • net
    网络编程代码,包含UDP,TCP和NET的源码,每种都保护服务器端和客户端(Network programming code, including UDP, TCP and NET source code, each protected server and client)
    2012-02-21 16:04:37下载
    积分:1
  • PWM_MotoA
    1.本示例演示PWM波形输出以控制电机,通过配置,28035的PWM1A和PWM1B将输出频率为10KHZ的方波; //2.28035有多达7个通道14路PWM波输出,在本实验中,我们使用的是PWM1的A路和B路, // 它们分别是GPIO0和GPIO1。(DSP theory and motor control applications)
    2020-10-15 14:57:29下载
    积分:1
  • 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
  • 3464875676
    VB擂台赛作品:3D空间变换源程序,有需要的就下载吧。(VB contest works: the 3 d space transform source program, has the need to download it.)
    2013-08-17 11:56:50下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载