登录
首页 » Visual C++ » PLC-VC

PLC-VC

于 2015-11-18 发布 文件大小:731KB
0 345
下载积分: 1 下载次数: 8

代码说明:

  使用VC开发的很好的PLC学习平台,能将PLC梯形图编译为指令集。(Desinged by VC for PLC.)

文件列表:

PLC上位机编程软件源代码
.......................\AreSet.cpp,1878,2000-11-07
.......................\AreSet.h,1418,2000-11-03
.......................\ChildFrm.cpp,1555,2000-11-09
.......................\ChildFrm.h,1397,2000-11-01
.......................\Debug
.......................\.....\PLCEDIT.exe,2637824,2012-02-11
.......................\IOPOINT.cpp,27313,2010-04-15
.......................\IOPOINT.h,5372,2010-04-15
.......................\LADDoc.cpp,10325,2010-04-15
.......................\LADDoc.h,1900,2006-07-17
.......................\LADView.cpp,14439,2006-07-17
.......................\LADView.h,2814,2000-11-09
.......................\MainFrm.cpp,3702,2007-05-29
.......................\MainFrm.h,1652,2006-07-17
.......................\MUL.APS,135840,2014-07-12
.......................\MUL.clw,7536,2014-07-12
.......................\MUL.cpp,5332,2006-07-17
.......................\MUL.dsp,6704,2010-11-03
.......................\MUL.dsw,531,2000-11-01
.......................\MUL.h,1429,2000-11-20
.......................\MUL.ncb,1639424,2014-07-12
.......................\MUL.opt,60928,2014-07-12
.......................\MUL.plg,1444,2010-11-03
.......................\MUL.rc,22305,2007-05-29
.......................\MULDoc.cpp,16820,2010-04-13
.......................\MULDoc.h,1943,2000-11-24
.......................\MULView.cpp,2697,2000-11-01
.......................\MULView.h,1847,2000-11-01
.......................\PointSet.cpp,2415,2010-04-13
.......................\PointSet.h,1356,2000-11-03
.......................\RCa05083,40474,2002-10-23
.......................\ReadMe.txt,4685,2000-11-01
.......................\res


.......................\...\cur00001.cur,766,2000-11-01
.......................\...\cur00002.cur,766,2000-11-01
.......................\...\cur00003.cur,766,2000-11-01
.......................\...\cur00004.cur,766,2000-11-01
.......................\...\cur00005.cur,766,2000-11-01
.......................\...\cursor1.cur,766,2000-11-01
.......................\...\ico00001.ico
.......................\...\ico00002.ico

.......................\...\icon1.ico,766,2000-11-01
.......................\...\MUL.ico,1078,2000-11-01
.......................\...\MUL.rc2,395,2000-11-01
.......................\...\MULDoc.ico,1078,2000-11-01
.......................\...\newDoc.ico,1078,2000-11-01
.......................\...\Toolbar.bmp,1910,2007-05-29
.......................\...\toolbar1.bmp,1270,2000-11-01
.......................\resource.h,5432,2006-07-17
.......................\Sample
.......................\......\1.lad,493,2014-07-12
.......................\......\1.plc,62,2014-07-12
.......................\Splash.cpp,3202,2000-11-24
.......................\Splash.h,1159,2000-11-14

.......................\StdAfx.cpp,205,2000-11-01
.......................\StdAfx.h,1075,2000-11-20
.......................\Syntax.cpp,1095,2000-11-03
.......................\Syntax.h,1225,2000-11-03
.......................\测试代码.lad,733,2014-07-12

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

发表评论

0 个回复

  • WordTestFirst
    说明:  mfc操作word文档 创建 存盘 设置字体(颜色 大小 字体类型) 添加表格 添加图片 设置行间距等 (mfc Operation Save word document creation set the font (color size font type) Add a form to add picture set line spacing, etc.)
    2008-09-22 16:00:31下载
    积分:1
  • videocompressionpaper
    本论文首先系统地介绍了视频压缩编码的基本原理和方法,以及各国际标准 化组织提出的压缩标准;其次分析了JPEG和MPEG-4的主要技术,据此提出 MPEG-4简单框架编码器的软件实现方案,给出流程图,在VC++环境下用C语言 程序实现了JPEG压缩及MPEG-4简单框架的视频压缩功能,采用测试序列验证 无误,并对两种标准的压缩比进行试验对比,突出压缩的关键技术为DCT和运动 估计算法;接着深入研究了DCT变换、运动估计和补偿算法并进行了优化改进, 给出了用于快速匹配块的自适应十字模式搜索算法,并给出了对各种块匹配估计 算法的仿真结果。然后详细介绍了TI公司TMS320C6711DSP的软硬件特性,并 在此基础上提出系统的硬件实现方案。接着介绍了基于系统软硬件环境的移植问 题和优化方法,并针对算法移植和仿真过程中的问题进行了说明。 最后就课题设计过程中研究的结果予以总结,并阐述了以后课题研究的要点。(In this thesis,an introduction to video compression principal,methods and central international video coding standards is done firstly.Then analyzing the core techniques of JPEG and MPEG-4 and proposing a scheme of MPEG-4 SP encoder,the coding function of JPEG and MPEG-4 is achieved in C successfully with test sequence Then compare the compressed ratio of two standards,point out the key of compression is DCT and Motion Estimation algorithm.Afterwards,studying the DCT/Motion Estimation/Motion Compensation algorithm in detail and giving an adaptive rood pattern search for fast Block-Matching motion estimation.Then the simulation of several motion estimation algorithms based block-matching is given.Accordingly,a scheme of a DSP-based video compression system is put forward,with the features of TI’s TMS320C6711 DSP.At last,the transplant and optimization are considered on the basis of soft and hard environments,also the simulation process. In the end,the summarization about the)
    2009-09-18 10:40:44下载
    积分:1
  • register
    c语言实现的PUF注册代码,可在VS上测试(puf register)
    2021-04-15 11:18:54下载
    积分:1
  • an_dian
    说明:  着是VC++的一写辕马 希望他对你有用 谢谢光临 哈哈哈哈 (with the VC is a Shaft-horse he was useful to you to thank you for looking Ha Ha Ha Ha)
    2006-03-22 17:01:12下载
    积分:1
  • 3
    说明:  Visual C++范例开发大全第3章源代码(Visual C++ example development Daquan Chapter 3 source code)
    2012-05-24 17:03:12下载
    积分:1
  • source
    说明:  这是书上的代码,visual C++编的,基于ObjectARX2004的任意复杂窗口裁剪技术,供大家参考(This is the book code, visual C++ Series, based on arbitrary ObjectARX2004 complex window cutting technology, for your reference)
    2008-11-09 15:51:52下载
    积分:1
  • MatlabVC
    Matlab和VC混合编程用例,可供大家编程时参考。(Matlab and VC++)
    2010-01-06 16:24:23下载
    积分:1
  • c
    说明:  关于C++基础知识,献给刚开始接触程序编辑,以及计算机编程(C++ based on the knowledge, access to programs dedicated to the beginning of editing, and computer programming)
    2010-07-05 00:05:40下载
    积分:1
  • MFC
    学习MFC的好资料,初学者和中级者适合的学习东东。(Good resource for learning MFC,suited for freshers and the Middle-class learners.)
    2013-04-30 13:18:16下载
    积分:1
  • Depth-anatomy-of-C-language
    c语言深度解刨,学习c语言必备,讲述程序员面试常见错误(c language planing depth solution, necessary to learn c language, programmers interview about common errors)
    2016-03-15 16:52:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载