CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - application
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - application - List
[
Remote Control
]
IEC60870-5-101-LL
DL : 0
此文件为电力通信101规约链路层源码,应用层代码视不同应用而定所以无需上载-this document to the Statute 101 power communication link layer source, the application layer, depending on application code which there is no need to upload
Date
: 2008-10-13
Size
: 5.39kb
User
:
阿牛
[
Remote Control
]
RemoteControl
DL : 0
该源码的思想是通过socket和应用程序的消息机制,监控程序的客户端与被监控程序的服务器端进行数据交换,达到监控和被监控的目的-thinking through the socket and application of information mechanism and monitoring procedures client and surveillance procedures server for data exchange, to monitor and control the
Date
: 2008-10-13
Size
: 101.52kb
User
:
李强
[
Remote Control
]
Aglaia_CLIENT
DL : 0
手机监控系统中,用J2ME实现的手机访问端应用程序-phone monitoring system, and use J2ME visit to the handset-application procedures
Date
: 2008-10-13
Size
: 115.5kb
User
:
王硕
[
Remote Control
]
jsp_wl
DL : 0
JSP网络应用开发例学与实践.rarbookshop应用程序目录-JSP Web application development with science and practice. Rarbookshop application directory
Date
: 2008-10-13
Size
: 385.95kb
User
:
mm
[
Remote Control
]
Remote_C++
DL : 0
一个用C++实现的远程控制的例子,本程序是利用套接字和应用程序的伪消息机制,对控制客户端与被控制服务器端进行数据交换,从而达到监控与被监控的目的-achieve a C Remote Control example, the procedure is the use of socket and application of pseudo-news mechanisms, Control of the client with the server control for data exchange, and thereby achieve control with the purpose of monitoring
Date
: 2008-10-13
Size
: 147.12kb
User
:
陈雨恬
[
Remote Control
]
rasdialx
DL : 0
DameWare DBtnMap ActiveX component is a 32-bit custom control for use with Visual Basic, Visual C++ and Web pages or any environment that can host ActiveX controls. DBtnMap will allow any picture file (.JPG, .GIF, .BMP, TIFF, etc.) type supported, to be used as an Image Map. This functionality works identically to an Image Map created for a Web page. DBtnMap supports RECT, CIRCLE and POLY types for the Image Map. DBtnMap utilizes unique animation characteristics with fly-by/hover and click features for each object type specified within the Image Map. Another distinguishing feature available within DBtnMap is sound support. DBtnMap has several properties including PictureFile, SoundClick and SoundHover. Each of these sound properties can be customized from within your application, or Web page to point to your own sound file(s) (.WAV).
Date
: 2008-10-13
Size
: 92.94kb
User
:
fwh
[
Remote Control
]
amazon
DL : 0
利用amazon提供的api,进行的rest应用-use the api for the rest Application
Date
: 2008-10-13
Size
: 1.46kb
User
:
wei
[
Remote Control
]
实时通信程序
DL : 0
它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。-its characteristics : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not consider the communications details.
Date
: 2008-10-13
Size
: 151.46kb
User
:
里平
[
Remote Control
]
xremote-2[1].0.tar
DL : 0
是一款用Java编写的远程控制软件,可以通过本地的鼠标和键盘控制对方的桌面和应用程序-is a Java prepared by remote control software, through the local mouse and keyboard to control the other's desktop and application procedures
Date
: 2008-10-13
Size
: 34.74kb
User
:
sky
[
Remote Control
]
ns-allinone-2.27-cygwin-binaries
DL : 0
一个很不错的网络模拟仿真环境-a very good network simulation environment
Date
: 2026-01-18
Size
: 13.57mb
User
:
杀牛
[
Remote Control
]
RemoteControl
DL : 0
该源码的思想是通过socket和应用程序的消息机制,监控程序的客户端与被监控程序的服务器端进行数据交换,达到监控和被监控的目的-thinking through the socket and application of information mechanism and monitoring procedures client and surveillance procedures server for data exchange, to monitor and control the
Date
: 2026-01-18
Size
: 118kb
User
:
李强
[
Remote Control
]
amazon
DL : 0
利用amazon提供的api,进行的rest应用-use the api for the rest Application
Date
: 2026-01-18
Size
: 1kb
User
:
wei
[
Remote Control
]
实时通信程序
DL : 0
它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的情况下,可以实现远程控制所需的任何功能,并且不需要考虑通信细节。-its characteristics : 1. All data packet format own definition. All the definition and communication in all core categories COMM folder. 2. Can handle a large number of client communications in the same time, customer-service and sharing the same communications targets, and can interoperate Chuan. 3. Details of all communications package in a few general categories, interactive communications hidden handle all the details, such as broken packet processing, heavy overtime, among other functions. 4. Data communications and specific application data separation, scalability good, in this case they should only upload documents example, you can not change the core of communication, remote control can be achieved for any function, and need not consider the communications details.
Date
: 2026-01-18
Size
: 151kb
User
:
里平
[
Remote Control
]
xremote-2[1].0.tar
DL : 0
是一款用Java编写的远程控制软件,可以通过本地的鼠标和键盘控制对方的桌面和应用程序-is a Java prepared by remote control software, through the local mouse and keyboard to control the other's desktop and application procedures
Date
: 2026-01-18
Size
: 35kb
User
:
sky
[
Remote Control
]
IEC60870-5-101-LL
DL : 0
此文件为电力通信101规约链路层源码,应用层代码视不同应用而定所以无需上载-this document to the Statute 101 power communication link layer source, the application layer, depending on application code which there is no need to upload
Date
: 2026-01-18
Size
: 5kb
User
:
阿牛
[
Remote Control
]
Aglaia_CLIENT
DL : 0
手机监控系统中,用J2ME实现的手机访问端应用程序-phone monitoring system, and use J2ME visit to the handset-application procedures
Date
: 2026-01-18
Size
: 115kb
User
:
王硕
[
Remote Control
]
jsp_wl
DL : 0
JSP网络应用开发例学与实践.rarbookshop应用程序目录-JSP Web application development with science and practice. Rarbookshop application directory
Date
: 2026-01-18
Size
: 386kb
User
:
mm
[
Remote Control
]
Remote_C++
DL : 0
一个用C++实现的远程控制的例子,本程序是利用套接字和应用程序的伪消息机制,对控制客户端与被控制服务器端进行数据交换,从而达到监控与被监控的目的-achieve a C Remote Control example, the procedure is the use of socket and application of pseudo-news mechanisms, Control of the client with the server control for data exchange, and thereby achieve control with the purpose of monitoring
Date
: 2026-01-18
Size
: 164kb
User
:
陈雨恬
[
Remote Control
]
rasdialx
DL : 0
DameWare DBtnMap ActiveX component is a 32-bit custom control for use with Visual Basic, Visual C++ and Web pages or any environment that can host ActiveX controls. DBtnMap will allow any picture file (.JPG, .GIF, .BMP, TIFF, etc.) type supported, to be used as an Image Map. This functionality works identically to an Image Map created for a Web page. DBtnMap supports RECT, CIRCLE and POLY types for the Image Map. DBtnMap utilizes unique animation characteristics with fly-by/hover and click features for each object type specified within the Image Map. Another distinguishing feature available within DBtnMap is sound support. DBtnMap has several properties including PictureFile, SoundClick and SoundHover. Each of these sound properties can be customized from within your application, or Web page to point to your own sound file(s) (.WAV).
Date
: 2026-01-18
Size
: 93kb
User
:
fwh
[
Remote Control
]
Socket
DL : 0
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-Network-related knowledge, procedures for the preparation of the network, Socket is connected applications and network bridge driver, Socket in your application to create, bind with the driver through the establishment of relations. Thereafter, the application data to the Socket, the Socket to the driver sent to the network. Computer from the network with the Socket Receive binding IP+ Port-related data, by the driver to the Socket, the application can be extracted from the Socket received data. Web applications is one such data through the socket send and receive. TCP and UDP and the preparation of the working principle of the process, how to link libraries in the proceedings document. A character interface chat program.
Date
: 2026-01-18
Size
: 4.48mb
User
:
jiangyang520
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.