Welcome![Sign In][Sign Up]
Location:
Search - Iocomp

Search list

[Other resourcework

Description: 用delphi开发的试验系统,包括word操作,ACCESS操作,串口同信,Iocomp应用等
Platform: | Size: 3037657 | Author: lxb | Hits:

[Develop ToolsPlotPackManual212

Description: iocomp控件的强大功能一直为人么津津乐道,然而其帮助资料却不多见,此为很少有的电子资料,详细介绍了iocomp控件的使用,希望对大家有所帮助
Platform: | Size: 3121617 | Author: 苏步青 | Hits:

[Windows DevelopiExampleAllVC

Description: IOComp控件库的vc例程,有70多个源程序-IOComp vc widget library of routines, more than 70 source
Platform: | Size: 2445422 | Author: EricLu | Hits:

[Windows Developiocomp activex

Description: 解密版
Platform: | Size: 2282879 | Author: gzlixun@126.com | Hits:

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[Button controlIocompDemo演示

Description: IocompDemo演示,exe形式不需要安装-IocompDemo demonstration exe forms do not need to install
Platform: | Size: 900096 | Author: 朱会志 | Hits:

[GUI Developiocomp2

Description: 工控精美控件,自己看看就知道-exquisite Industrial Controls, to see for yourself know.
Platform: | Size: 6979584 | Author: lzh | Hits:

[Other resourceOPC_Source

Description: OPC DA 的Delphi客户端控件,带源码,是学习OPC的好例子。-OPC DA Delphi Client controls with source code, learning OPC is a good example.
Platform: | Size: 1215488 | Author: 鱛真昆 | Hits:

[Internet-NetworkIOcompletion

Description: 完美的完成端口服务器,性能稳定.可以连接上千个客户端.-perfect completed port servers, stable performance. Thousands can be connected to the client.
Platform: | Size: 243712 | Author: 阿文 | Hits:

[Delphi VCLiocomp3.04

Description: iocopm3.04源码,一套很好的工控开发工具-iocopm3.04 source, a very good Industrial Development Tools
Platform: | Size: 11331584 | Author: ypzhang | Hits:

[Printing programDELPHI7WINXP

Description: PID水量控制仿真演示系统环境:DELPHI7+IOCOMP3.02+LMD-TOOLS7.00.59+WINXP 这个系统只是起到抛砖引玉的作用,可能不是很完善,采用的是位置PID控制法-PID control of water environment simulation demo system: DELPHI7+ IOCOMP3.02+ LMD-TOOLS7.00.59+ WINXP the system just to play forward role, may not be perfect, using the location of PID control method
Platform: | Size: 641024 | Author: cheng | Hits:

[GUI DevelopIoCompV3BCB6CLXexamples

Description: 大名鼎鼎的iocomp V3.0.4 OPC控件的BCB6例子,做工控,过程控制必备。 其它版本参考: http://www.iocomp.com/Downloads/Examples.aspx-Iocomp V3.0.4 OPC famous C++ Builder 6 control examples, and industrial control, process control required. Other versions of reference: http://www.iocomp.com/Downloads/Examples.aspx
Platform: | Size: 327680 | Author: 王萧风 | Hits:

[Delphi VCLiocomp3

Description: 著名的工业控制控件一组,功能强大,带安装包-Leading a group of industrial control control
Platform: | Size: 9869312 | Author: 易万 | Hits:

[Communicationvb_OPC

Description: vb与simatic opc通讯,应用了iocomp控件,对电流进行实时画曲线-vb and simatic opc communication, application of the iocomp control, real-time picture of the current curve
Platform: | Size: 16384 | Author: lang | Hits:

[ActiveX/DCOM/ATLiocomp.v3.04.SP2

Description: 这款资料是ACTIVEX的资料,是在编写显示界面时很有用,例如仪表的显示界面和示波器界面等,资料非常全面,例程丰富。-This kind of material is that in writing when the interface is very useful, for example, the instrument interface and oscilloscope display interface, etc, material is very comprehensive, rich routines.
Platform: | Size: 21144576 | Author: 刘彪 | Hits:

[ActiveX/DCOM/ATLIO-COMP_ActiveX_3.04

Description: Iocomp Activex to develop VB,VC++ component
Platform: | Size: 2981888 | Author: boonrean | Hits:

[Com PortPsyTest

Description: 用VC编写的一个用MSCOMM写的串口通讯程序,并将其值用iocomp显示!-VC prepared a the MSCOMM write the serial communication procedures, and values ​ ​ with iocomp show!
Platform: | Size: 3563520 | Author: 姜瑜 | Hits:

[Other systemsAnalogDisplayEx

Description: Iocomp控件模拟显示程序,使用Visual Stuido 2008开发,编译,测试通过。-Iocomp control simulation shows use Visual Stuido 2008 to develop and compile, test pass.
Platform: | Size: 10240 | Author: liuhao | Hits:

[Other systemsAnalogOutputEx

Description: Iocomp控件模拟输出模块源代码,使用Visual C++编写,在Visual Studio 2008 环境下编译测试通过。-Iocomp control analog output module source code, Visual C++ write compiled test in Visual Studio 2008 environment.
Platform: | Size: 10240 | Author: liuhao | Hits:

[Other systemsAngularGaugeEx

Description: Iocomp控件角度测量仪源代码,使用Visual C++编写,在Visual Studio 2008 环境下编译测试通过。-Measuring instrument source code Iocomp control point of view, use Visual C++ write, compile tested in Visual Studio 2008 environment.
Platform: | Size: 10240 | Author: liuhao | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net