登录
首页 » Visual C++ » zutaijiankong

zutaijiankong

于 2015-01-21 发布 文件大小:21678KB
0 378
下载积分: 1 下载次数: 19

代码说明:

  一个组态监控的界面源码,原来网上下的有BUG,这个是修正后的还是挺实用的(A source interface configuration monitoring, the original BUG online, this is corrected quite useful)

文件列表:

zutaijiankong
.............\AppFace.h,6376,2004-11-25
.............\Debug
.............\.....\AppFace.dll,240798,2004-11-25
.............\.....\BluePinna.urf,62061,2004-11-25
.............\.....\CL.read.1.tlog,28894,2013-07-08
.............\.....\CL.write.1.tlog,3264,2013-07-08
.............\.....\GtBase.urf,41669,2004-11-24
.............\.....\GtClassic.urf,60466,2004-11-25
.............\.....\MainFrm.obj,54200,2013-07-08
.............\.....\StdAfx.obj,552168,2013-07-08
.............\.....\vc100.idb,1043456,2013-07-08
.............\.....\vc100.pdb,2306048,2013-07-08
.............\.....\YbkDemo.exe,2490455,2005-02-25
.............\.....\YbkDemo.lastbuildstate,101,2013-07-08
.............\.....\YbkDemo.log,6221,2013-07-08
.............\.....\YbkDemo.obj,52194,2013-07-08
.............\.....\YbkDemo.pch,20316160,2013-07-08
.............\.....\YbkDemo.unsuccessfulbuild,0,2013-07-08
.............\.....\YbkDemoDoc.obj,51634,2013-07-08
.............\.....\YbkDemoView.obj,30212,2013-07-08
.............\MainFrm.cpp,6099,2005-02-25
.............\MainFrm.h,1751,2005-02-25
.............\ReadMe.txt,4335,2005-02-25
.............\res




.............\...\YbkDemo.rc2,399,2005-02-25

.............\...\主接线图.bmp,1930746,2005-02-25
.............\Resource.h,1998,2005-02-25
.............\StdAfx.cpp,209,2005-02-25
.............\StdAfx.h,1078,2005-02-25
.............\WindowAnima.cpp,66735,2003-06-30
.............\WindowAnima.h,7026,2002-09-27
.............\YbkDemo.aps,1966256,2013-07-08
.............\YbkDemo.cpp,4739,2005-02-25
.............\YbkDemo.dsp,4918,2005-02-25
.............\YbkDemo.dsw,539,2005-02-25
.............\YbkDemo.h,1420,2005-02-25
.............\YbkDemo.plg,758,2005-02-25
.............\YbkDemo.rc,12863,2005-02-25
.............\YbkDemo.sdf,51335168,2013-07-08
.............\YbkDemo.sln,880,2013-07-08
.............\YbkDemo.vcxproj,8239,2013-07-08
.............\YbkDemo.vcxproj.filters,3015,2013-07-08
.............\YbkDemo.vcxproj.user,143,2013-07-08
.............\YbkDemoDoc.cpp,1762,2005-02-25
.............\YbkDemoDoc.h,1486,2005-02-25
.............\YbkDemoView.cpp,2905,2005-02-25
.............\YbkDemoView.h,1791,2005-02-25

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

发表评论

0 个回复

  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • BntST_sound
    一个有声音控件的Visual C++程序,主要用于个性化的界面设计!(Voice control of a Visual C procedures, mainly used for personalized interface design!)
    2008-01-13 16:27:24下载
    积分:1
  • 1-1
    渐变背景,在窗体中从上至下依次绘制多个矩形,使它们的填充色从蓝变化到黑,就能很好地模拟出渐变效果(graded background, in which top-down windows were drawing more than rectangular, filling their color changes from blue to black. it will be able to simulate effects of graded)
    2006-11-21 09:35:45下载
    积分:1
  • VSFlexGrid
    VSFlexGrid 控件使用常见问题及解决方法对策(VSFlexGrid use questions)
    2013-10-08 15:41:53下载
    积分:1
  • TransparentWindow
    仿Win7半透明窗口效果,vc++实现,使用的是分层窗口的方法,用算法实现阴影效果(Imitation Win7 translucent window effect vc++ to achieve using a layered window algorithm to achieve the shadow effect)
    2012-08-02 16:16:34下载
    积分:1
  • zutaijiankong
    一个组态监控的界面源码,原来网上下的有BUG,这个是修正后的还是挺实用的(A source interface configuration monitoring, the original BUG online, this is corrected quite useful)
    2015-01-21 22:01:35下载
    积分:1
  • IPEidtDemo
    vc ——使用IP地址控件显示和设置IP地址IPEidtDemo(vc- use the IP address control to display and set the IP address IPEidtDemo)
    2011-07-24 20:46:05下载
    积分:1
  • DXF_read_display_wxwidgets
    编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅(Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page)
    2010-07-11 21:08:48下载
    积分:1
  • vbyinyue
    vb调用背景音乐,无音乐文件,实现调用内存来播放音乐(vb call background music, no music files)
    2011-09-28 16:38:02下载
    积分:1
  • calculator
    科学计算器的实现,包括常用的sin、cos、指数等,界面简单大方,代码亲自写的,很有交流学习的价值(Scientific calculator, including the commonly used sin, cos, index, the interface simple and generous, code to write, it is the exchange of learning the value of )
    2014-05-21 22:59:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载