-
EcHmi(容易控制的人
EcHmi(Easy Control Human-Machine Interaction )是一个通用的工控软件人机介面组态软件。作者十多年从事工控行业软件的开发,深知工控组态软件的可靠性、易用性、灵活性的重要性。随着应用需求和技术的发展,一个典型的工控软件包括RTDB、HDB、HMI、REPORT、WEB五大部分,我们不可能将每一部分都做到国外产品如iFix的水平,为何不选取其中一部分作为重点把它做好呢?EcHmi从HMI入手,从2001年的1.0版开始,到目前的8.1版,历经5年时间,通过不断的应用、改进,相信能给您带来惊喜。-EcHmi (Easy Control Human-Machine Intera ction) is a generic industrial control software configuration man-machine interface software. Author of more than 10 years engaged in the industrial development of the software industry, well aware Configuration software reliability, ease of use, the importance of flexibility. With the application demands and technological development, a typical industrial control software including RTDB, mule, HMI, REPORT, WEB five majority, it is impossible for us to do each and every part of foreign products, such as the iFix level, Why not selected as a key part of it better? EcHmi HMI from the start, from the 2001 version 1.0, the current version 8.1. After five years, through continuous use,
- 2022-02-15 14:55:33下载
- 积分:1
-
Go as a science, it can maximize the development of intellect, enlightenment tho...
围棋作为一门科学,它可以最大限度地开发智力,启迪思维,锻炼头脑,陶冶情操.这篇就是围棋入门-Go as a science, it can maximize the development of intellect, enlightenment thought, exercise the mind, cultivate character. This is the entry-Go
- 2022-01-26 06:36:16下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1
-
realmedia解压源码,我还没研究透,传上和大家一起分析
realmedia解压源码,我还没研究透,传上和大家一起分析-realmedia extract source code, I have not yet thoroughly studied, Chuan and to analyze the U.S.
- 2022-03-17 19:32:27下载
- 积分:1
-
C# 取消磁盘共享功能的实例
Visual C# 取消Windows 磁盘共享源代码,在Widnwos7也可设置某一磁盘共享和不共享,本程序只是模拟实现的功能,可取消已被共享的磁盘,在文本框中输入盘符即可取消该盘的共享属性。编写思路,单击一个按钮,创建一个事件,将整个需要实现的功能都写进按钮事件中,事件的代码如下:
System.Diagnostics.Process myProcess = new System.Diagnostics.Process();
myProcess.StartInfo.FileName = "cmd.exe";//启动cmd命令
myProcess.StartInfo.UseShellExecute = false;//是否使用系统外壳程序启动进程
myProcess.StartInfo.RedirectStandardInput = true;//是否从流中读取
myProcess.StartInfo.RedirectStandardOutput = true;//是否写入流
myProcess.StartInfo.RedirectStandardError = true;//是否将错误信息写入流
myProcess.StartInfo.CreateNoWindow = true;//是否在新窗口中启动进程
myProcess.Start();//启动进程
//执行取消磁盘共享命令
myProcess.StandardInput.WriteLine("NET SHARE " + textBox1.Text + "$ /DEL");
MessageBox.Show("执行成功", "信息", MessageBoxButtons.OK, MessageBoxIcon.Information);
- 2023-05-13 16:00:03下载
- 积分:1
-
这个C语言程序用于复制字符串,同时可以连接字符串。两个功能是连载一起的...
这个C语言程序用于复制字符串,同时可以连接字符串。两个功能是连载一起的-The C language program used to copy the string at the same time can connect string. Two features are serialized together
- 2022-11-02 08:10:03下载
- 积分:1
-
测试UDPTCP数据包,用于调试数据,及大容量数据测试
测试UDPTCP数据包,用于调试数据,及大容量数据测试-UDPTCP test packets of data for debugging, and testing high-capacity data
- 2023-04-30 22:00:04下载
- 积分:1
-
一套用于生成各种图形验证码的库(Java),
一套用于生成各种图形验证码的库(Java),-A minimalist CAPTCHA generation framework for Java/J2EE, with example implementations provided for J2EE (see sc.war) and Grails.
- 2023-05-08 09:30:03下载
- 积分:1
-
使用一辆写java初学者和手机游戏用游戏…
用java写的一个开车游戏,适合初学java者及手机游戏的使用!-use of a car to write games for beginners java and the use of mobile phone games!
- 2022-06-14 22:11:36下载
- 积分:1
-
可以精确计算地图的椭球面积,是根据国土局的文件用C#编程出来的,对搞测绘的人有帮助哦...
可以精确计算地图的椭球面积,是根据国土局的文件用C#编程出来的,对搞测绘的人有帮助哦-Can be precisely calculated ellipsoid area of the map is based on the Land Bureau of the documents C# Programming out of people who engage in surveying and mapping has helped Oh
- 2022-07-26 14:05:03下载
- 积分:1