在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 最完整的工业组态软源代码

最完整的工业组态软源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.95M
  • 下载次数:46
  • 浏览次数:268
  • 发布时间:2021-11-11
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
一款最完整的工业组态软源代码,包括了组态界面,脚本语言,设备驱动等,拿来就可以作为自己的组态产品,吐血奉献
【实例截图】
【核心代码】
16359647350446871458.rar
└── source
├── 3rdParty
│   ├── dbghelp
│   │   └── bin
│   │   └── dbghelp.dll
│   ├── FreeImage
│   │   ├── CacheFile.h
│   │   ├── DeprecationManager
│   │   │   ├── DeprecationMgr.cpp
│   │   │   └── DeprecationMgr.h
│   │   ├── FreeImage
│   │   │   ├── BitmapAccess.cpp
│   │   │   ├── CacheFile.cpp
│   │   │   ├── ColorLookup.cpp
│   │   │   ├── Conversion16_555.cpp
│   │   │   ├── Conversion16_565.cpp
│   │   │   ├── Conversion24.cpp
│   │   │   ├── Conversion32.cpp
│   │   │   ├── Conversion4.cpp
│   │   │   ├── Conversion8.cpp
│   │   │   ├── Conversion.cpp
│   │   │   ├── ConversionType.cpp
│   │   │   ├── FreeImageC.c
│   │   │   ├── FreeImage.cpp
│   │   │   ├── FreeImageIO.cpp
│   │   │   ├── GetType.cpp
│   │   │   ├── Halftoning.cpp
│   │   │   ├── MemoryIO.cpp
│   │   │   ├── MultiPage.cpp
│   │   │   ├── NNQuantizer.cpp
│   │   │   ├── PixelAccess.cpp
│   │   │   ├── PluginBMP.cpp
│   │   │   ├── Plugin.cpp
│   │   │   ├── PluginCUT.cpp
│   │   │   ├── PluginDDS.cpp
│   │   │   ├── PluginGIF.cpp
│   │   │   ├── PluginICO.cpp
│   │   │   ├── PluginIFF.cpp
│   │   │   ├── PluginJPEG.cpp
│   │   │   ├── PluginKOALA.cpp
│   │   │   ├── PluginMNG.cpp
│   │   │   ├── PluginPCD.cpp
│   │   │   ├── PluginPCX.cpp
│   │   │   ├── PluginPNG.cpp
│   │   │   ├── PluginPNM.cpp
│   │   │   ├── PluginPSD.cpp
│   │   │   ├── PluginRAS.cpp
│   │   │   ├── PluginTARGA.cpp
│   │   │   ├── PluginTIFF.cpp
│   │   │   ├── PluginWBMP.cpp
│   │   │   ├── PluginXBM.cpp
│   │   │   ├── PluginXPM.cpp
│   │   │   ├── WuQuantizer.cpp
│   │   │   └── ZLibInterface.cpp
│   │   ├── FreeImage.h
│   │   ├── FreeImageIO.h
│   │   ├── FreeImageLib
│   │   │   ├── FreeImageLib.dsp
│   │   │   ├── FreeImageLib.sln
│   │   │   ├── FreeImageLib.vcproj
│   │   │   └── FreeImageLib.vcproj.bak
│   │   ├── FreeImageToolkit
│   │   │   ├── BSplineRotate.cpp
│   │   │   ├── Channels.cpp
│   │   │   ├── ClassicRotate.cpp
│   │   │   ├── Colors.cpp
│   │   │   ├── CopyPaste.cpp
│   │   │   ├── Display.cpp
│   │   │   ├── Filters.h
│   │   │   ├── Flip.cpp
│   │   │   ├── Rescale.cpp
│   │   │   ├── Resize.cpp
│   │   │   └── Resize.h
│   │   ├── LibGIF
│   │   │   ├── dev2gif.c
│   │   │   ├── dgif_lib.c
│   │   │   ├── egif_lib.c
│   │   │   ├── getarg.c
│   │   │   ├── getarg.h
│   │   │   ├── gifalloc.c
│   │   │   ├── gif_err.c
│   │   │   ├── gif_font.c
│   │   │   ├── gif_lib.h
│   │   │   ├── gif_lib_private.h
│   │   │   ├── LibGIF.dsp
│   │   │   ├── LibGIF.sln
│   │   │   ├── LibGIF.vcproj
│   │   │   ├── LibGIF.vcproj.bak
│   │   │   ├── qprintf.c
│   │   │   └── quantize.c
│   │   ├── LibJPEG
│   │   │   ├── ansi2knr.c
│   │   │   ├── cderror.h
│   │   │   ├── cdjpeg.c
│   │   │   ├── cdjpeg.h
│   │   │   ├── change.log
│   │   │   ├── cjpeg.c
│   │   │   ├── ckconfig.c
│   │   │   ├── djpeg.c
│   │   │   ├── example.c
│   │   │   ├── jcapimin.c
│   │   │   ├── jcapistd.c
│   │   │   ├── jccoefct.c
│   │   │   ├── jccolor.c
│   │   │   ├── jcdctmgr.c
│   │   │   ├── jchuff.c
│   │   │   ├── jchuff.h
│   │   │   ├── jcinit.c
│   │   │   ├── jcmainct.c
│   │   │   ├── jcmarker.c
│   │   │   ├── jcmaster.c
│   │   │   ├── jcomapi.c
│   │   │   ├── jconfig.h
│   │   │   ├── jcparam.c
│   │   │   ├── jcphuff.c
│   │   │   ├── jcprepct.c
│   │   │   ├── jcsample.c
│   │   │   ├── jctrans.c
│   │   │   ├── jdapimin.c
│   │   │   ├── jdapistd.c
│   │   │   ├── jdatadst.c
│   │   │   ├── jdatasrc.c
│   │   │   ├── jdcoefct.c
│   │   │   ├── jdcolor.c
│   │   │   ├── jdct.h
│   │   │   ├── jddctmgr.c
│   │   │   ├── jdhuff.c
│   │   │   ├── jdhuff.h
│   │   │   ├── jdinput.c
│   │   │   ├── jdmainct.c
│   │   │   ├── jdmarker.c
│   │   │   ├── jdmaster.c
│   │   │   ├── jdmerge.c
│   │   │   ├── jdphuff.c
│   │   │   ├── jdpostct.c
│   │   │   ├── jdsample.c
│   │   │   ├── jdtrans.c
│   │   │   ├── jerror.c
│   │   │   ├── jerror.h
│   │   │   ├── jfdctflt.c
│   │   │   ├── jfdctfst.c
│   │   │   ├── jfdctint.c
│   │   │   ├── jidctflt.c
│   │   │   ├── jidctfst.c
│   │   │   ├── jidctint.c
│   │   │   ├── jidctred.c
│   │   │   ├── jinclude.h
│   │   │   ├── jmemansi.c
│   │   │   ├── jmemdosa.asm
│   │   │   ├── jmemdos.c
│   │   │   ├── jmemmac.c
│   │   │   ├── jmemmgr.c
│   │   │   ├── jmemname.c
│   │   │   ├── jmemnobs.c
│   │   │   ├── jmemsys.h
│   │   │   ├── jmorecfg.h
│   │   │   ├── jpegint.h
│   │   │   ├── jpeglib.h
│   │   │   ├── jpegtran.c
│   │   │   ├── jquant1.c
│   │   │   ├── jquant2.c
│   │   │   ├── jutils.c
│   │   │   ├── jversion.h
│   │   │   ├── LibJPEG.dsp
│   │   │   ├── LibJPEG.sln
│   │   │   ├── LibJPEG.vcproj
│   │   │   ├── LibJPEG.vcproj.bak
│   │   │   ├── rdbmp.c
│   │   │   ├── rdcolmap.c
│   │   │   ├── rdgif.c
│   │   │   ├── rdjpgcom.c
│   │   │   ├── rdppm.c
│   │   │   ├── rdrle.c
│   │   │   ├── rdswitch.c
│   │   │   ├── rdtarga.c
│   │   │   ├── transupp.c
│   │   │   ├── transupp.h
│   │   │   ├── wrbmp.c
│   │   │   ├── wrgif.c
│   │   │   ├── wrjpgcom.c
│   │   │   ├── wrppm.c
│   │   │   ├── wrrle.c
│   │   │   └── wrtarga.c
│   │   ├── LibMNG
│   │   │   ├── autogen.sh
│   │   │   ├── Changes
│   │   │   ├── libmng_callback_xs.c
│   │   │   ├── libmng_chunk_io.c
│   │   │   ├── libmng_chunk_io.h
│   │   │   ├── libmng_chunk_prc.c
│   │   │   ├── libmng_chunk_prc.h
│   │   │   ├── libmng_chunks.h
│   │   │   ├── libmng_chunk_xs.c
│   │   │   ├── libmng_cms.c
│   │   │   ├── libmng_cms.h
│   │   │   ├── libmng_conf.h
│   │   │   ├── libmng_data.h
│   │   │   ├── libmng_display.c
│   │   │   ├── libmng_display.h
│   │   │   ├── libmng_dither.c
│   │   │   ├── libmng_dither.h
│   │   │   ├── LibMNG.dsp
│   │   │   ├── libmng_error.c
│   │   │   ├── libmng_error.h
│   │   │   ├── libmng_filter.c
│   │   │   ├── libmng_filter.h
│   │   │   ├── libmng.h
│   │   │   ├── libmng_hlapi.c
│   │   │   ├── libmng_jpeg.c
│   │   │   ├── libmng_jpeg.h
│   │   │   ├── libmng_memory.h
│   │   │   ├── libmng_object_prc.c
│   │   │   ├── libmng_object_prc.h
│   │   │   ├── libmng_objects.h
│   │   │   ├── libmng_pixels.c
│   │   │   ├── libmng_pixels.h
│   │   │   ├── libmng_prop_xs.c
│   │   │   ├── libmng_read.c
│   │   │   ├── libmng_read.h
│   │   │   ├── LibMNG.sln
│   │   │   ├── libmng_trace.c
│   │   │   ├── libmng_trace.h
│   │   │   ├── libmng_types.h
│   │   │   ├── LibMNG.vcproj
│   │   │   ├── LibMNG.vcproj.bak
│   │   │   ├── libmng_write.c
│   │   │   ├── libmng_write.h
│   │   │   ├── libmng_zlib.c
│   │   │   ├── libmng_zlib.h
│   │   │   ├── LICENSE
│   │   │   ├── README
│   │   │   ├── README.autoconf
│   │   │   ├── README.config
│   │   │   ├── README.contrib
│   │   │   ├── README.examples
│   │   │   ├── README.footprint
│   │   │   └── README.packaging
│   │   ├── LibPNG
│   │   │   ├── ANNOUNCE
│   │   │   ├── CHANGES
│   │   │   ├── configure
│   │   │   ├── INSTALL
│   │   │   ├── KNOWNBUG
│   │   │   ├── libpng.3
│   │   │   ├── LibPNG.dsp
│   │   │   ├── libpngpf.3
│   │   │   ├── LibPNG.sln
│   │   │   ├── libpng.txt
│   │   │   ├── LibPNG.vcproj
│   │   │   ├── LibPNG.vcproj.bak
│   │   │   ├── LICENSE
│   │   │   ├── png.5
│   │   │   ├── png.c
│   │   │   ├── pngconf.h
│   │   │   ├── pngerror.c
│   │   │   ├── pnggccrd.c
│   │   │   ├── pngget.c
│   │   │   ├── png.h
│   │   │   ├── pngmem.c
│   │   │   ├── pngpread.c
│   │   │   ├── pngread.c
│   │   │   ├── pngrio.c
│   │   │   ├── pngrtran.c
│   │   │   ├── pngrutil.c
│   │   │   ├── pngset.c
│   │   │   ├── pngtest.c
│   │   │   ├── pngtrans.c
│   │   │   ├── pngvcrd.c
│   │   │   ├── pngwio.c
│   │   │   ├── pngwrite.c
│   │   │   ├── pngwtran.c
│   │   │   ├── pngwutil.c
│   │   │   ├── README
│   │   │   ├── TODO
│   │   │   └── Y2KINFO
│   │   ├── LibTIFF
│   │   │   ├── files.lst
│   │   │   ├── libtiff.def
│   │   │   ├── LibTIFF.dsp
│   │   │   ├── LibTIFF.sln
│   │   │   ├── LibTIFF.vcproj
│   │   │   ├── LibTIFF.vcproj.bak
│   │   │   ├── Makefile
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── makefile.vc
│   │   │   ├── mkg3states.c
│   │   │   ├── t4.h
│   │   │   ├── tif_acorn.c
│   │   │   ├── tif_apple.c
│   │   │   ├── tif_atari.c
│   │   │   ├── tif_aux.c
│   │   │   ├── tif_close.c
│   │   │   ├── tif_codec.c
│   │   │   ├── tif_color.c
│   │   │   ├── tif_compress.c
│   │   │   ├── tif_config.h
│   │   │   ├── tif_config.h.in
│   │   │   ├── tif_config.h.vc
│   │   │   ├── tif_dir.c
│   │   │   ├── tif_dir.h
│   │   │   ├── tif_dirinfo.c
│   │   │   ├── tif_dirread.c
│   │   │   ├── tif_dirwrite.c
│   │   │   ├── tif_dumpmode.c
│   │   │   ├── tif_error.c
│   │   │   ├── tif_extension.c
│   │   │   ├── tif_fax3.c
│   │   │   ├── tif_fax3.h
│   │   │   ├── tif_fax3sm.c
│   │   │   ├── tiffconf.h.in
│   │   │   ├── tiffconf.h.vc
│   │   │   ├── tiff.h
│   │   │   ├── tiffio.h
│   │   │   ├── tiffiop.h
│   │   │   ├── tif_flush.c
│   │   │   ├── tiffvers.h
│   │   │   ├── tif_getimage.c
│   │   │   ├── tif_jpeg.c
│   │   │   ├── tif_luv.c
│   │   │   ├── tif_lzw.c
│   │   │   ├── tif_msdos.c
│   │   │   ├── tif_next.c
│   │   │   ├── tif_ojpeg.c
│   │   │   ├── tif_open.c
│   │   │   ├── tif_packbits.c
│   │   │   ├── tif_pixarlog.c
│   │   │   ├── tif_predict.c
│   │   │   ├── tif_predict.h
│   │   │   ├── tif_print.c
│   │   │   ├── tif_read.c
│   │   │   ├── tif_strip.c
│   │   │   ├── tif_swab.c
│   │   │   ├── tif_thunder.c
│   │   │   ├── tif_tile.c
│   │   │   ├── tif_unix.c
│   │   │   ├── tif_version.c
│   │   │   ├── tif_warning.c
│   │   │   ├── tif_win32.c
│   │   │   ├── tif_win3.c
│   │   │   ├── tif_write.c
│   │   │   ├── tif_zip.c
│   │   │   └── uvcode.h
│   │   ├── Metadata
│   │   │   ├── Exif.cpp
│   │   │   ├── FIRational.cpp
│   │   │   ├── FIRational.h
│   │   │   ├── FreeImageTag.cpp
│   │   │   ├── FreeImageTag.h
│   │   │   ├── IPTC.cpp
│   │   │   ├── TagConversion.cpp
│   │   │   ├── TagLib.cpp
│   │   │   └── XTIFF.cpp
│   │   ├── Plugin.h
│   │   ├── Quantizers.h
│   │   ├── Utilities.h
│   │   └── ZLib
│   │   ├── adler32.c
│   │   ├── algorithm.txt
│   │   ├── ChangeLog
│   │   ├── compress.c
│   │   ├── configure
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── example.c
│   │   ├── FAQ
│   │   ├── gzio.c
│   │   ├── INDEX
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── Makefile
│   │   ├── Makefile.in
│   │   ├── minigzip.c
│   │   ├── README
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zlib.3
│   │   ├── ZLib.dsp
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   ├── opc
│   │   ├── opccomn.h
│   │   ├── opccomn_i.c
│   │   ├── opccomn.idl
│   │   ├── opcda.h
│   │   ├── opcda_i.c
│   │   ├── opcda.idl
│   │   ├── OpcEnum.h
│   │   ├── OpcEnum_i.c
│   │   ├── OpcEnum.idl
│   │   ├── opcerror.h
│   │   ├── opcquality.h
│   │   └── opc_types.h
│   ├── WTL
│   │   ├── AdvCtrls
│   │   │   ├── atl3comtime.h
│   │   │   ├── dtpicker.h
│   │   │   ├── fldlg.h
│   │   │   ├── inplacett.h
│   │   │   ├── MiniCalendarCtrl.cpp
│   │   │   ├── MiniCalendarCtrl.h
│   │   │   ├── rolloutctrl.cpp
│   │   │   └── RollOutCtrl.h
│   │   ├── atlapp.h
│   │   ├── atlcrack.h
│   │   ├── atlctrls.h
│   │   ├── atlctrlw.h
│   │   ├── atlctrlx.h
│   │   ├── atlddx.h
│   │   ├── atldlgs.h
│   │   ├── atlframe.h
│   │   ├── atlgdi.h
│   │   ├── atlmisc.h
│   │   ├── atlprint.h
│   │   ├── atlresce.h
│   │   ├── atlres.h
│   │   ├── atlscrl.h
│   │   ├── atlsplit.h
│   │   ├── atltheme.h
│   │   ├── atluser.h
│   │   ├── atlwince.h
│   │   ├── atlwinx.h
│   │   ├── Docking
│   │   │   ├── dbstate.h
│   │   │   ├── DDTracker.h
│   │   │   ├── DockImpl.cpp
│   │   │   ├── DockingBox.h
│   │   │   ├── DockingFocus.h
│   │   │   ├── DockingFrame.h
│   │   │   ├── DockingWindow.h
│   │   │   ├── DockMisc.h
│   │   │   ├── DWAutoHide.h
│   │   │   ├── dwstate.h
│   │   │   ├── ExtDockingWindow.h
│   │   │   ├── FlyingTabs.h
│   │   │   ├── PackageWindow.h
│   │   │   ├── readme.txt
│   │   │   ├── SimpleSplitterBar.h
│   │   │   ├── ssec.h
│   │   │   ├── sstate.h
│   │   │   ├── TabDockingBox.h
│   │   │   ├── VC7LikeCaption.h
│   │   │   └── WndFrmPkg.h
│   │   ├── PropertyList
│   │   │   ├── PropertyItemEditors.h
│   │   │   ├── PropertyItem.h
│   │   │   ├── PropertyItemImpl.h
│   │   │   └── PropertyList.h
│   │   ├── Tabframework
│   │   │   ├── atlgdix.h
│   │   │   ├── CustomTabCtrl.h
│   │   │   ├── DotNetTabCtrl.h
│   │   │   ├── DynamicDialogTemplate.h
│   │   │   ├── ListViewNoFlicker.h
│   │   │   ├── PlainTextView.h
│   │   │   ├── SimpleDlgTabCtrls.h
│   │   │   ├── SimpleTabCtrls.h
│   │   │   ├── TabbedDockingWindow.h
│   │   │   ├── TabbedFrame.h
│   │   │   ├── TabbedMDI.h
│   │   │   ├── TabbedMDISave.cpp
│   │   │   └── TabbedMDISave.h
│   │   └── viksoe
│   │   ├── atlctrlxp2.h
│   │   ├── atlctrlxp.h
│   │   ├── atldock2.h
│   │   ├── atldock.h
│   │   ├── AutoHide.h
│   │   ├── AutoHideXP.h
│   │   ├── CoolTabCtrls.h
│   │   └── DlgTabCtrl.h
│   ├── ZipArchive
│   │   ├── Appnote.txt
│   │   ├── ChangeLog.txt
│   │   ├── _copy_from_Linux-STL.sh
│   │   ├── _copy_from_Win-MFC.bat
│   │   ├── _copy_from_Win-STL.bat
│   │   ├── faq.txt
│   │   ├── gpl.txt
│   │   ├── License.txt
│   │   ├── Linux
│   │   │   ├── Makefile
│   │   │   ├── ZipFileMapping.h
│   │   │   ├── ZipPathComponent.cpp
│   │   │   └── ZipPlatform.cpp
│   │   ├── mfc
│   │   │   ├── stdafx.h
│   │   │   ├── ZipBaseException.h
│   │   │   ├── ZipCollections.h
│   │   │   ├── ZipFile.cpp
│   │   │   ├── ZipFile.h
│   │   │   └── ZipString.h
│   │   ├── Readme.txt
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── stl
│   │   │   ├── stdafx.h
│   │   │   ├── ZipBaseException.h
│   │   │   ├── ZipCollections.h
│   │   │   ├── ZipFile.cpp
│   │   │   ├── ZipFile.h
│   │   │   ├── zippie
│   │   │   │   ├── CmdLine.cpp
│   │   │   │   ├── CmdLine.h
│   │   │   │   ├── zippie.cpp
│   │   │   │   ├── zippie_DLL.dsp
│   │   │   │   ├── zippie_DLL.dsw
│   │   │   │   ├── zippie.dsp
│   │   │   │   └── zippie.dsw
│   │   │   └── ZipString.h
│   │   ├── _version.txt
│   │   ├── Windows
│   │   │   ├── ZipFileMapping.h
│   │   │   ├── ZipPathComponent.cpp
│   │   │   └── ZipPlatform.cpp
│   │   ├── __Windows_STL.zcfg
│   │   ├── ZipAbstractFile.h
│   │   ├── ZipArchive.cpp
│   │   ├── ZipArchive_DLL.dsp
│   │   ├── ZipArchive_DLL.dsw
│   │   ├── ZipArchive.dox
│   │   ├── ZipArchive.dsp
│   │   ├── ZipArchive.dsw
│   │   ├── ZipArchive.h
│   │   ├── ZipArchive.rc
│   │   ├── ZipArchive_STL_DLL.dsp
│   │   ├── ZipArchive_STL_DLL.dsw
│   │   ├── ZipArchive_STL.dsp
│   │   ├── ZipArchive_STL.dsw
│   │   ├── ZipArchive_STL.sln
│   │   ├── ZipArchive_STL.vcproj
│   │   ├── ZipArchive_STL.vcproj.bak
│   │   ├── ZipAutoBuffer.cpp
│   │   ├── ZipAutoBuffer.h
│   │   ├── ZipBaseException.h
│   │   ├── ZipCentralDir.cpp
│   │   ├── ZipCentralDir.h
│   │   ├── ZipCollections.h
│   │   ├── ZipCompatibility.cpp
│   │   ├── ZipCompatibility.h
│   │   ├── ZipException.cpp
│   │   ├── ZipException.h
│   │   ├── ZipExport.h
│   │   ├── ZipFile.cpp
│   │   ├── ZipFile.h
│   │   ├── ZipFileHeader.cpp
│   │   ├── ZipFileHeader.h
│   │   ├── ZipFileMapping.h
│   │   ├── ZipMemFile.cpp
│   │   ├── ZipMemFile.h
│   │   ├── ZipPathComponent.cpp
│   │   ├── ZipPathComponent.h
│   │   ├── ZipPlatformComm.cpp
│   │   ├── ZipPlatform.cpp
│   │   ├── ZipPlatform.h
│   │   ├── ZipStorage.cpp
│   │   ├── ZipStorage.h
│   │   ├── ZipString.cpp
│   │   ├── ZipString.h
│   │   └── zlib
│   │   ├── adler32.c
│   │   ├── compress.c
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── gzio.c
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── Makefile
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zlib.def
│   │   ├── zlib.dsp
│   │   ├── zlib.dsw
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   └── zlib
│   ├── bin
│   │   └── zlib.dll
│   ├── include
│   │   ├── zconf.h
│   │   ├── zip.h
│   │   └── zlib.h
│   └── lib
│   └── zlib.lib
├── 3rdParty.sln
├── AllProjects.sln
├── ArchiverService
│   ├── ApplicationSettings.cpp
│   ├── ApplicationSettings.h
│   ├── ArchiverService.cpp
│   ├── ArchiverService.h
│   ├── ArchiverService_i.c
│   ├── ArchiverService.idl
│   ├── ArchiverServiceps.def
│   ├── ArchiverServicePS.vcproj
│   ├── ArchiverServicePS.vcproj.vspscc
│   ├── ArchiverService.rc
│   ├── ArchiverService.rc2
│   ├── ArchiverService.rgs
│   ├── ArchiverService.vcproj
│   ├── ArchiverService.vcproj.bak
│   ├── ArchiverService.vcproj.vspscc
│   ├── Connections.cpp
│   ├── Connections.h
│   ├── DataCallback.cpp
│   ├── DataCallback.h
│   ├── DataLayer.cpp
│   ├── DataLayer.h
│   ├── DataProcessors.cpp
│   ├── DataProcessors.h
│   ├── dlldata.c
│   ├── Engine.cpp
│   ├── Engine.h
│   ├── EventLogger.cpp
│   ├── EventLogger.h
│   ├── Messages.h
│   ├── Messages.mc
│   ├── Messages.rc
│   ├── MSG0419.bin
│   ├── ReadMe.txt
│   ├── resource.h
│   ├── stdafx.cpp
│   └── stdafx.h
├── Common
│   └── versions.h
├── CrashReporter
│   ├── CrashHandler.cpp
│   ├── CrashHandler.h
│   ├── CrashReporter.cpp
│   ├── CrashReporter.h
│   ├── CrashReporter.vcproj
│   ├── exports.h
│   ├── RCa05168
│   ├── RCb05168
│   ├── ReportInfo.cpp
│   ├── ReportInfo.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Utility.cpp
│   ├── Utility.h
│   ├── zlibcpp.cpp
│   └── zlibcpp.h
├── Designer
│   ├── AboutDlg.cpp
│   ├── AboutDlg.h
│   ├── ActionsView.cpp
│   ├── ActionsView.h
│   ├── DeleteSchemaDialog.cpp
│   ├── DeleteSchemaDialog.h
│   ├── Designer.cpp
│   ├── Designer.h
│   ├── Designer.rc
│   ├── Designer.rc2
│   ├── Designer.sln
│   ├── Designer.vcproj
│   ├── Designer.vcproj.bak
│   ├── DesignerView.cpp
│   ├── DesignerView.h
│   ├── Doc.cpp
│   ├── Doc.h
│   ├── ImportOPCChannelsDlg.cpp
│   ├── ImportOPCChannelsDlg.h
│   ├── InputBox.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ObjectsDialog.cpp
│   ├── ObjectsDialog.h
│   ├── OPCVariableDialog.cpp
│   ├── OPCVariableDialog.h
│   ├── Primitives
│   │   ├── BaseObject.cpp
│   │   ├── BaseObject.h
│   │   ├── Button.cpp
│   │   ├── Button.h
│   │   ├── Ellipse.cpp
│   │   ├── Ellipse.h
│   │   ├── Graph.cpp
│   │   ├── Graph.h
│   │   ├── Image.cpp
│   │   ├── Image.h
│   │   ├── Input.cpp
│   │   ├── Input.h
│   │   ├── Manipulator.cpp
│   │   ├── Manipulator.h
│   │   ├── ManipulatorMover.cpp
│   │   ├── ManipulatorMover.h
│   │   ├── ManipulatorRotate.cpp
│   │   ├── ManipulatorRotate.h
│   │   ├── ManipulatorSizeBottom.cpp
│   │   ├── ManipulatorSizeBottom.h
│   │   ├── ManipulatorSizeLeft.cpp
│   │   ├── ManipulatorSizeLeft.h
│   │   ├── ManipulatorSizeRight.cpp
│   │   ├── ManipulatorSizeRight.h
│   │   ├── ManipulatorSizeTop.cpp
│   │   ├── ManipulatorSizeTop.h
│   │   ├── ManipulatorVertex.cpp
│   │   ├── ManipulatorVertex.h
│   │   ├── Param.h
│   │   ├── Polyline.cpp
│   │   ├── Polyline.h
│   │   ├── Primitives.h
│   │   ├── Rectangle.cpp
│   │   ├── Rectangle.h
│   │   ├── Select.cpp
│   │   ├── Select.h
│   │   ├── Sound.cpp
│   │   ├── Sound.h
│   │   ├── Text.cpp
│   │   └── Text.h
│   ├── ProjectImageDlg.cpp
│   ├── ProjectImageDlg.h
│   ├── ProjectSettingsDialog.cpp
│   ├── ProjectSettingsDialog.h
│   ├── ProjectSoundsDlg.cpp
│   ├── ProjectSoundsDlg.h
│   ├── PropertyWindow
│   │   ├── ColorPropertyItem.h
│   │   ├── ObjectPropertyWindow.cpp
│   │   ├── ObjectPropertyWindow.h
│   │   ├── PropertyListView.cpp
│   │   ├── PropertyListView.h
│   │   └── Prop.h
│   ├── res
│   │   ├── actions.bmp
│   │   ├── bitmap1.bmp
│   │   ├── bitmap2.bmp
│   │   ├── bmp00001.bmp
│   │   ├── bmp00002.bmp
│   │   ├── Designer.exe.manifest
│   │   ├── Designer.ico
│   │   ├── toolbar1.bmp
│   │   └── toolbar.bmp
│   ├── resource.h
│   ├── SchemaDialog.cpp
│   ├── SchemaDialog.h
│   ├── SelectChannelDialog.cpp
│   ├── SelectChannelDialog.h
│   ├── SelectServerDialog.cpp
│   ├── SelectServerDialog.h
│   ├── SimpleVariableDialog.cpp
│   ├── SimpleVariableDialog.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── stdafx.h.bak
│   ├── VariableDialog.cpp
│   ├── VariableDialog.h
│   └── Version.h
├── free-scada.sln
├── HelpersLib
│   ├── atlx.h
│   ├── CfgIni.cpp
│   ├── CfgIni.cpp.bak
│   ├── CfgIni.h
│   ├── CfgIni.h.bak
│   ├── CfgReg.cpp
│   ├── CfgReg.cpp.bak
│   ├── CfgReg.h
│   ├── CfgReg.h.bak
│   ├── DB
│   │   ├── ado.cpp
│   │   ├── ado.cpp.bak
│   │   ├── ado.h
│   │   └── ado.h.bak
│   ├── DocView
│   │   ├── BaseDocument.hpp
│   │   └── BaseView.hpp
│   ├── EventLogger.h
│   ├── EventLogger.h.bak
│   ├── FileOut
│   │   ├── DebugOut.h
│   │   └── DebugOut.h.bak
│   ├── Global.h
│   ├── Global.h.bak
│   ├── Helpers.cpp
│   ├── Helpers.cpp.bak
│   ├── Helpers.h
│   ├── Helpers.h.bak
│   ├── HelpersLib.h
│   ├── HelpersLib.h.bak
│   ├── HelpersLib.sln
│   ├── HelpersLib.vcproj
│   ├── HelpersLib.vcproj.bak
│   ├── math
│   │   ├── Iterp.hpp
│   │   ├── MatrixFunc.hpp
│   │   └── Matrix.hpp
│   ├── ReadMe.txt
│   ├── Singleton.hpp
│   ├── Singleton.hpp.bak
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Stl.h
│   ├── StrConv.cpp
│   ├── StrConv.h
│   ├── Test
│   │   ├── TestModule.cpp
│   │   ├── TestModule.cpp.bak
│   │   └── TestModule.h
│   ├── Timer.cpp
│   └── Timer.h
├── Library
│   ├── ActionChangeImage.cpp
│   ├── ActionChangeImage.h
│   ├── ActionColor.cpp
│   ├── ActionColor.h
│   ├── Action.cpp
│   ├── ActionCurve.cpp
│   ├── ActionCurve.h
│   ├── Action.h
│   ├── ActionMenager.cpp
│   ├── ActionMenager.h
│   ├── ActionMover.cpp
│   ├── ActionMover.h
│   ├── ActionPlaySound.cpp
│   ├── ActionPlaySound.h
│   ├── ActionRotate.cpp
│   ├── ActionRotate.h
│   ├── ActionSizer.cpp
│   ├── ActionSizer.h
│   ├── ActionVisual.cpp
│   ├── ActionVisual.h
│   ├── ArchiveManager.cpp
│   ├── ArchiveManager.h
│   ├── Common.cpp
│   ├── Common.cpp.bak
│   ├── Common.h
│   ├── Equation.cpp
│   ├── Equation.h
│   ├── FileManager.cpp
│   ├── FileManager.h
│   ├── graph
│   │   ├── BarLine.h
│   │   ├── Graphics.cpp
│   │   ├── Graphics.cpp.bak
│   │   ├── graphics.h
│   │   ├── Pie.h
│   │   └── Scatter.h
│   ├── Graphic.cpp
│   ├── Graphic.h
│   ├── Image.cpp
│   ├── Image.h
│   ├── InputDialog.h
│   ├── Library.h
│   ├── Library.rc
│   ├── Library.vcproj
│   ├── Library.vcproj.bak
│   ├── MemFile.cpp
│   ├── MemFile.h
│   ├── ObjButton.cpp
│   ├── ObjButton.h
│   ├── Object.cpp
│   ├── Object.h
│   ├── ObjectMenager.cpp
│   ├── ObjectMenager.h
│   ├── ObjEllipse.cpp
│   ├── ObjEllipse.h
│   ├── ObjGraph.cpp
│   ├── ObjGraph.h
│   ├── ObjImage.cpp
│   ├── ObjImage.h
│   ├── ObjInput.cpp
│   ├── ObjInput.h
│   ├── ObjPolyline.cpp
│   ├── ObjPolyline.h
│   ├── ObjRectangle.cpp
│   ├── ObjRectangle.h
│   ├── ObjSound.cpp
│   ├── ObjSound.h
│   ├── ObjText.cpp
│   ├── ObjText.h
│   ├── ReadMe.txt
│   ├── resource.h
│   ├── Selection.cpp
│   ├── Selection.h
│   ├── Sound.cpp
│   ├── Sound.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Track.cpp
│   ├── Track.h
│   ├── VariableMenager.cpp
│   ├── VariableMenager.h
│   └── Version.h
├── MPriborDBAccessor
│   ├── ApplicationSettings.cpp
│   ├── ApplicationSettings.h
│   ├── Channel.rgs
│   ├── Channels.cpp
│   ├── Channels.h
│   ├── Dataset.cpp
│   ├── DataSetEx.cpp
│   ├── DataSetEx.h
│   ├── DataSetEx.rgs
│   ├── Dataset.h
│   ├── Dataset.rgs
│   ├── DBConnection.cpp
│   ├── DBConnection.h
│   ├── DBConnection.rgs
│   ├── dlldata.c
│   ├── Events.cpp
│   ├── Events.h
│   ├── Events.rgs
│   ├── EventTypes.cpp
│   ├── EventTypes.h
│   ├── EventTypes.rgs
│   ├── Helpers.cpp
│   ├── Helpers.h
│   ├── Maintainer.cpp
│   ├── Maintainer.cpp.bak
│   ├── Maintainer.h
│   ├── Maintainer.rgs
│   ├── MPriborDBAccessor.cpp
│   ├── MPriborDBAccessor.h
│   ├── MPriborDBAccessor_i.c
│   ├── MPriborDBAccessor.idl
│   ├── MPriborDBAccessor_p.c
│   ├── MPriborDBAccessorps.def
│   ├── MPriborDBAccessorPS.vcproj
│   ├── MPriborDBAccessorPS.vcproj.bak
│   ├── MPriborDBAccessorPS.vcproj.vspscc
│   ├── MPriborDBAccessor.rc
│   ├── MPriborDBAccessor.rc2
│   ├── MPriborDBAccessor.rgs
│   ├── MPriborDBAccessor.vcproj
│   ├── MPriborDBAccessor.vcproj.bak
│   ├── MPriborDBAccessor.vcproj.vspscc
│   ├── ReadMe.txt
│   ├── resource.h
│   ├── sql
│   │   ├── CreateDB_access.sql
│   │   └── CreateDB_mysql.sql
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── sUsers.cpp
│   ├── Users.cpp
│   ├── Users.h
│   ├── Users.rgs
│   ├── VariantEnumerator.h
│   └── VariantEnumerator.rgs
├── MultiConfigurator
│   ├── AboutDlg.cpp
│   ├── AboutDlg.h
│   ├── ApplicationSettings.cpp
│   ├── ApplicationSettings.h
│   ├── BaseModule.h
│   ├── ChannelSettingsView.cpp
│   ├── ChannelSettingsView.h
│   ├── ChannelsView.cpp
│   ├── ChannelsView.h
│   ├── ComboTree
│   │   ├── ComboTreeButton.cpp
│   │   ├── ComboTreeButton.h
│   │   ├── ComboTreeCtrl.cpp
│   │   ├── ComboTreeCtrl.h
│   │   ├── ComboTreeDropDown.cpp
│   │   ├── ComboTreeDropDown.h
│   │   ├── ComboTreeEdit.cpp
│   │   └── ComboTreeEdit.h
│   ├── DBSettingsView.cpp
│   ├── DBSettingsView.h
│   ├── EnterUserDlg.cpp
│   ├── EnterUserDlgEx.cpp
│   ├── EnterUserDlgEx.h
│   ├── EnterUserDlg.h
│   ├── ErrorReporter.cpp
│   ├── ErrorReporter.h
│   ├── EventsView.cpp
│   ├── EventsView.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ModuleArchive.cpp
│   ├── ModuleArchive.h
│   ├── ModuleManager.cpp
│   ├── ModuleManager.h
│   ├── ModuleServices.cpp
│   ├── ModuleServices.h
│   ├── ModuleTreeView.cpp
│   ├── ModuleTreeView.h
│   ├── MultyConfigurator.cpp
│   ├── MultyConfigurator.h
│   ├── MultyConfigurator.rc
│   ├── MultyConfigurator.rc2
│   ├── MultyConfigurator.vcproj
│   ├── MultyConfigurator.vcproj.bak
│   ├── MultyConfiguratorView.h
│   ├── Prop.h
│   ├── res
│   │   ├── bitmap1.bmp
│   │   ├── bitmap2.bmp
│   │   ├── bmp00001.bmp
│   │   ├── bmp00002.bmp
│   │   ├── MultyConfigurator.exe.manifest
│   │   ├── MultyConfigurator.ico
│   │   ├── toolbar1.bmp
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── ServicesView.cpp
│   ├── ServicesView.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── stdafx.h.bak
│   ├── UsersSettingsView.cpp
│   ├── UsersSettingsView.h
│   └── Version.h
├── ReportGenerator
│   ├── AboutDlg.cpp
│   ├── AboutDlg.h
│   ├── ChannelsView.cpp
│   ├── ChannelsView.h
│   ├── DataSource.cpp
│   ├── DataSource.h
│   ├── Document.cpp
│   ├── Document.h
│   ├── ErrorReporter.cpp
│   ├── ErrorReporter.h
│   ├── EventsView.cpp
│   ├── EventsView.h
│   ├── ExportThreadDlg.cpp
│   ├── ExportThreadDlg.h
│   ├── ExportToExcelDlg.cpp
│   ├── ExportToExcelDlg.h
│   ├── Graph.cpp
│   ├── Graph.h
│   ├── GraphicParamDlg.cpp
│   ├── GraphicParamDlg.h
│   ├── GraphicView.cpp
│   ├── GraphicView.h
│   ├── Helpers.cpp
│   ├── Helpers.h
│   ├── LimitsView.cpp
│   ├── LimitsView.h
│   ├── LoginDlg.cpp
│   ├── LoginDlg.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReportGenerator.cpp
│   ├── ReportGenerator.h
│   ├── ReportGenerator.rc
│   ├── ReportGenerator.rc2
│   ├── ReportGenerator.vcproj
│   ├── ReportGenerator.vcproj.bak
│   ├── Reports
│   │   ├── Channel.rep
│   │   └── Events.rep
│   ├── res
│   │   ├── bmp00001.bmp
│   │   ├── GRAPH01.ICO
│   │   ├── preview1.bmp
│   │   ├── ReportGenerator.exe.manifest
│   │   ├── ReportGenerator.ico
│   │   ├── toolbar1.bmp
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── ScriptReport.cpp
│   ├── ScriptReport.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── stdafx.h.bak
│   ├── TableView.cpp
│   ├── TableView.h
│   ├── TagDB.cpp
│   └── TagDB.h
├── ScriptParser
│   ├── ParserBand.cpp
│   ├── ParserBand.cpp.bak
│   ├── ParserBand.h
│   ├── ParserBand.h.bak
│   ├── Parser.cpp
│   ├── Parser.cpp.bak
│   ├── ParserReport.cpp
│   ├── ParserReport.cpp.bak
│   ├── ParserReport.h
│   ├── ParserReport.h.bak
│   ├── ReadMe.txt
│   ├── ScriptParser.h
│   ├── ScriptParser.h.bak
│   ├── ScriptParser.vcproj
│   ├── ScriptParser.vcproj.bak
│   ├── stdafx.cpp
│   ├── stdafx.h
│   └── stdafx.h.bak
└── Visualizator
├── AboutDlg.cpp
├── AboutDlg.h
├── ArrayOfOPCConnection.cpp
├── ArrayOfOPCConnection.h
├── dlldata.c
├── Doc.cpp
├── Doc.h
├── InputBox.h
├── Input.h
├── MainFrm.cpp
├── MainFrm.h
├── OPCConnection.cpp
├── OPCConnection.cpp.bak
├── OPCConnection.h
├── OPCDataCallback.cpp
├── OPCDataCallback.cpp.bak
├── OPCDataCallback.h
├── res
│   ├── toolbar.bmp
│   ├── Visualizator.exe.manifest
│   └── Visualizator.ico
├── resource.h
├── SettingsDlg.cpp
├── SettingsDlg.h
├── stdafx.cpp
├── stdafx.h
├── stdafx.h.bak
├── Visualizator.cpp
├── Visualizator.h
├── Visualizatorps.def
├── Visualizatorps.mk
├── Visualizator.rc
├── Visualizator.rc2
├── Visualizator.vcproj
├── Visualizator.vcproj.bak
├── VisualizatorView.cpp
└── VisualizatorView.h

60 directories, 1084 files

标签:

实例下载地址

最完整的工业组态软源代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警