Welcome![Sign In][Sign Up]
Location:
Search - client and server control access

Search list

[OS program实例7

Description: 网络监控软件包括客户端与服务器端,能对远程计算机进行操作, 比如锁定远程计算机,获取屏幕图像,控制鼠标动作等。-network monitoring software, including client and server side, the remote computer can operate, such as locking remote computer, access to the screen images, such as control of the mouse movements.
Platform: | Size: 218305 | Author: 张珉 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client / server (C / S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54733 | Author: 乔峰 | Hits:

[WinSock-NDISBiYe

Description: 该系统分成客户端和服务器两部分。用于远程控制可以实现远程访问,远程技术支持等。-The system is divided into client and server in two parts. For remote control can be achieved remote access, remote technical support.
Platform: | Size: 649268 | Author: 王全明 | Hits:

[Remote Controlccams计算机活动监控系统

Description: 通过该系统,网络管理员可以通过服务器监控所在网段内包括文件存取、网络访问、邮件收发、主机CPU负荷和进程活动等在内的所有客户机行为,从而了解客户机状态,侦测网络中异常活动,进而采取相关的应对措施。-through the system, network administrators can control server located detecting including file access, network access, e-mail, mainframe CPU load and process activities of all clients, as well as through client state, the detection of abnormal network activity, which is related to adopt the response measures.
Platform: | Size: 2111488 | Author: 陈金阳 | Hits:

[Internet-NetworkBiYe

Description: 该系统分成客户端和服务器两部分。用于远程控制可以实现远程访问,远程技术支持等。-The system is divided into client and server in two parts. For remote control can be achieved remote access, remote technical support.
Platform: | Size: 649216 | Author: 王全明 | Hits:

[OS program实例7

Description: 网络监控软件包括客户端与服务器端,能对远程计算机进行操作, 比如锁定远程计算机,获取屏幕图像,控制鼠标动作等。-network monitoring software, including client and server side, the remote computer can operate, such as locking remote computer, access to the screen images, such as control of the mouse movements.
Platform: | Size: 218112 | Author: 张珉 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[OtherOPCinterface

Description: OPC 是Microsoft 公司的对象链接和嵌入OLE/COM技 术在过程控制中的应用, 为工业控制领域提供了标准的数 据访问机制。OPC 采用客户/服务器结构, 提供了两套接口 方案, 分别为COM接口和OLE 自动化接口。COM接口效 率高, 通过它客户能够发挥OPC 服务器的最佳性能, 采用 C++语言的客户一般采用此方案 -OPC is Microsoft's Object Linking and Embedding OLE/COM technology in the process control The application of the system for industrial control areas of the standard data access mechanism. OPC client/server architecture to provide two sets of interface programs, respectively COM interface and OLE Automation interface. COM Interface high efficiency, through which customers can play the best OPC server performance, C language clients generally use this program
Platform: | Size: 65536 | Author: candy | Hits:

[MPIClientServerRemoting

Description: 1)服务器控制客户端程序 2)远程访问控制 3)提供服务器端、客户端程序-1) server to control client 2) Remote Access Control 3) to provide server-side, the client program
Platform: | Size: 303104 | Author: 胡庆武 | Hits:

[Windows DevelopMessenger

Description: 网络数据通信案例——MyMessenger 代码使用说明 ============================================================== ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 [ODBC],添加 系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。 运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存款余额。 2. 客户端运行准备 将组件服务器端生成的Bankps.dll复制到客户端可执行程序ATM.EXE文件夹下, 在DOS环境下进入该目录,执行命令regsvr32 bankps.dll进行注册。 运行ATM.EXE出现登录界面,登录成功后可看到存款余额,然后进行存/取款。 -Network Data Communications Case- MyMessenger Code for use ================================================== ============ ATM folder for the DCOM client-side code. Bank folder for the DCOM server-side code. BankAccount.mdb for the DCOM server-side database. 1. Server-side ready to run Will Bank.EXE, Bankps.dll and BankAccount.mdb database files copied to the server-side. In the DOS environment to enter the directory where Bankps.dll, run regsvr32 bankps.dll to register. Set database: Open Operating System Control Panel, open Administrative Tools- Data Sources [ODBC], add System DSN, named BankAccount, select BankAccount.mdb documents as data sources. Running before the first Open Access document BankAccount.mdb add a number of accounts and passwords, and deposits. 2. Ready to run the client Will be generated server-side components Bankps.dll copy to the client ATM.EXE executable program folder, I
Platform: | Size: 3164160 | Author: 高强 | Hits:

[WEB Codesofthy145h

Description: Microsoft Chart Controls for .NET Framework支持各种丰富的图表选项,包括pie(饼图), area(区域), range(范围), point(点), circular(圆形), accumulation(累积), data distribution(数据分布), ajax interactive(AJAX交互), doughnut(甜圈图)等等。你可以在控件的声明中静态地声明图表数据,或者也可以使用数据绑定动态地填充。在运行时,该服务器控件会生成一个图片(譬如一个.PNG文件),是使用控件输出的元素在页面的客户端HTML中引用的。该服务器控件支持缓存图表图片的功能,还支持保存到硬盘上以在持久性场景中使用的功能。它不要求安装其他的服务器软件,可以用于任何标准的ASP.NET网页上。 使用 整个图形控件主要由以下几个部份组成: 1.Annotations --图形注解集合 2.ChartAreas --图表区域集合 3.Legends --图例集合 4.Series    --图表序列集合(即图表数据对象集合) 5.Titles    --图标的标题集合该示例代码可以通过设置各类参数,动态展现了三维、平面、曲线等各类Chart图及结合Ajax的应用,具体功能请查看[本地演示] 同时可以在线查看C#和Vb.net相关源码,数据库采用的是Access 运行程序前请按照源码目录下的 MSChart.exe -Microsoft Chart Controls for. NET Framework supports a variety of rich chart options, including pie (pie chart), area (regional), range (range), point (point), circular (round), accumulation (cumulative), data distribution (data distribution), ajax interactive (AJAX interaction), doughnut (donut graph) and so on. You can control the static statement to state chart data, or can also use data binding to fill dynamically. At runtime, the server control will generate a picture (for example, a. PNG file), is to use the control elements of the output of the client in HTML page is referenced. The server control to support the cache function of the chart picture, but also support in order to be saved to your hard disk in persistent use of the function of the scene. It does not require the installation of other server software, can be used in any standard ASP.NET page. Control the use of the graphics part of the main components from the following: 1.Annotations- collection of graphics comment
Platform: | Size: 5874688 | Author: power | Hits:

[Internet-NetworkNetTrafficwangluoliuliangjiankong

Description: 该程序包括客户端与服务器端,能对远程计算机进行操作,比如锁定远程计算机,获取屏幕图像,控制鼠 标动作等。感谢作者开放了全部源代码。-The program includes client and server side, can operate the remote computer, such as locking the remote computer, access to the screen image, control the mouse movements and so on. To thank all the authors open source code.
Platform: | Size: 3712000 | Author: mystery | Hits:

[Internet-NetworkClient-SDK-Manual

Description: 客户端SDK是嵌入式网络硬盘录像机、视频服务器、IP设备的配套产品,用于设备远程访问及远程控制软件的开发,适用于以下产品型号: DS-95xx、DS-96xxNVR; DS-90xx混合型硬盘录像机; DS-91xx、DS-81xx、DS-80xx、DS-70xx、DS-71xx、DS-7116、DS-72xx硬盘录像机; DS-60xx、DS-61xx视频服务器、编/解码器; IDS6002-HF/B双摄像机跟踪、IDS6101-HF/B智能设备(行为分析)、IDS52xx智能分析仪、IDS90XX、IDS91XX; DS630x_D多路解码器; IP摄像机(以下简称“IPC”):DS-2CD71xx、DS-2CD81xx、DS-2CD7xx、DS-2CD8xx、DS-2CD9xx; 其他IP设备:包含IP模块、、IP快球等。 -Client SDK is an embedded network hard disk video recorders, video servers, IP equipment, ancillary products, for equipment, remote access and remote control software for the following Product Model: DS-95xx, DS-96xxNVR DS-90xx mixed DVR DS-91xx, DS-81xx, DS-80xx, DS-70xx, DS-71xx, DS-7116, DS-72xx DVR DS-60xx, DS-61xx video server, encoder/decoder IDS6002- HF/B dual-camera tracking, IDS6101-HF/B intelligent devices (behavior analysis), IDS52xx intelligent analyzer, IDS90XX, IDS91XX DS630x_D multi-decoder IP camera (hereinafter referred to as " IPC" ): DS-2CD71xx, DS- 2CD81xx, DS-2CD7xx, DS-2CD8xx, DS-2CD9xx other IP devices: includes IP module,, IP fast ball.
Platform: | Size: 1229824 | Author: 胡成 | Hits:

[Crack Hackweixing

Description: 为了保证数字信号与所传信息的安全,防止无权用户干扰和窃密,一般应采取加密措施。数字信号比起模拟信号来易于加密,且效果也好,这是数字通信突’ 出的优点之一。国内的网间隔离安全设备(如防火墙等)产品较多,但服务器的安全和与之通信的客户的安全更为重要,服务器和客户端的软件应具有信息加解密、身份认证、访问控制、信息完整性和抗否认性验证等内容-To ensure the digital signal and the transmission of information security, right to the user interference and theft prevention, general measures should be taken to encryption. Than analog signals to digital signals easy encryption, and the results Ye Hao, digital communication is suddenly ' out of one of the advantages. A gateway to isolate the domestic security devices (firewalls, etc.) more products, but the server communicate with the security and safety is more important to customers, the server and client software should have the information encryption and decryption, authentication, access control, information Anti-denial of the integrity and authentication, etc.
Platform: | Size: 123904 | Author: rosecfr | Hits:

[Multimedia DevelopHC_sdk

Description: 海康威视客户端SDK(以下简称“客户端SDK”)是海康威视嵌入式网络硬盘录像机、视频服务器、IP设备的配套产品,用于设备远程访问及远程控制软件的开发,适用于以下产品型号: 客户端SDK主要功能: 图像预览、文件回放和下载、云台控制、布防/撤防、语音对讲、日志管理、解码卡. 远程升级、远程重启/关闭、格式化硬盘、参数配置(系统配置、通道配置、串口配置、报警配置、用户配置)等.-Hikvision client SDK (hereinafter referred to as " client SDK) Hikvision embedded network hard disk video recorders, video servers, IP devices and accessory products for device remote access and remote control software, for Product Model: DS-90xx hybrid DVR DS-80xx, the DS-70xx, the DS-71xx, DS-72xx DVR DS-60xx, DS-61xx video server, encoder/decoder, IP devices, including IP blocks, IP camera (hereinafter referred to as the " IPC" ), IP fast ball, and other client SDK main features: image preview, playback and download files, PTZ control, arm/disarm, voice intercom, log management, decoder card remote upgrade, remote reboot/off, format the hard disk parameter configuration (system configuration, channel configuration, the serial port configuration, alarm configuration, user configuration)
Platform: | Size: 5273600 | Author: a | Hits:

[Remote ControlLANremotecontrol

Description: 实现局域网内远程控制,分客户端和服务器端,只要获取了IP地址和端口号,两边都可以互相控制。-LAN remote control, sub-client and server-side, as long as access to the IP address and port number, on both sides of each other to control.
Platform: | Size: 3833856 | Author: ylxdjl | Hits:

[Software Engineeringlinux_proxyserver

Description: 客户端:读入用户输入的数据、目标端口和目标地址。 代理服务器:检测用户输入的目标地址是否合法,接受客户端发送的信息,并转发给服务端。 服务端:接受代理服务器端发送的信息,通过管道实现远程控制。 功能:数据转发,屏蔽一些服务器地址,使客户端无法访问,实现客户端和服务端的远程同步。-Client: read user input data, the destination port, and destination address. Proxy Server: detecting user input destination address is legitimate to accept the information sent by the client, and forward it to the service side. Server: accept the proxy server sends the remote control through the pipeline. Functions: data forwarding, to shield some server address, so that the client can not access the client and server remote synchronization.
Platform: | Size: 20480 | Author: potato | Hits:

[Linux-Unixafbackup-3.5.3.orig.tar

Description: 客户-服务器备份系统(服务器端) 特性: - 在客户端获取控制权之前进行认证 - 对流设备的访问限制 -> 安全性 - 客户端的每文件压缩 -> 可靠性 - 数据流分片写到磁带上 -> 快速寻找文件 - 对每个文件在磁带上位置的记录 - 使用全部磁带空间 - 完全/增量备份 - 原始分区可以被备份 - 完成客户端和服务器端对最大通量的缓冲 客户-服务器备份系统(客户端) 特性: - 在客户端获取控制权之前进行认证 - 对流设备的访问限制 -> 安全性 - 客户端的每文件压缩 -> 可靠性 - 数据流分片写到磁带上 -> 快速寻找文件 - 对每个文件在磁带上位置的记录 - 使用全部磁带空间 - 完全/增量备份 - 原始分区可以被备份 - 完成客户端和服务器端对最大通量的缓冲-Client- server backup system (server-side) features:- obtain control over the client before certification- convection device access restrictions-> Security- each client file compression-> reliability- write the data flow slice tape-> Quick Find files- each file location on the tape record- use all tape space- full/incremental backups- Raw partitions can be backed up- the completion of the client and server side for maximum throughput buffer client- server backup system (client) features:- certification- convection equipment before the client to obtain control over access restrictions-> Security- each client file compression-> reliability- Data stream fragmentation written to tape-> Quick Find file- record of the location of each file on the tape- to use all the tape space- Full/incremental backups- Raw partitions can be backed up- complete client and server-side buffer for maximum throughput
Platform: | Size: 998400 | Author: ZZH | Hits:

[Internet-NetworkCreateShareMemory

Description: 此程序功能为开辟共享内存,服务器负责开辟一块共享内存,程序中包含一个读客户端和一个写客户端,并设置了信号量控制访问-This program will function as open shared memory, the server is responsible for opening up a shared memory, the program contains a read and a write client client, and set up a semaphore to control access
Platform: | Size: 12184576 | Author: 刘源 | Hits:

[Windows DevelopkepOPC Client

Description: 本源码是基于C++开发的OPC客户端程序开发实例。 OPC(OLE for Process Control)是根据Microsoft的OLE(现在Active)、COM(部件对象模型)和DCOM(分布式部件对象模型)技术所要求的功能制定的一个开放和互用式的用户界面标准,它保证了自动化/控制应用程序和区域系统/设备之间的互用。它以OLE/COM机制作为应用程序级的通讯标准,采用CLIENT/SERVER模式。 OPC规范中提供了两套接口方案,即定制接口和自动化接口。定制接口效率高,通过该接口能够发挥OPC服务器的最佳性能,采用C++语言的客户一般采用定制接口方案;自动化接口使解释性语言和宏语言访问OPC服务器成为可能(The source code is based on C++ development OPC client program development examples. OPC (OLE for Process Control) is based on the Microsoft OLE (now Active), COM (component object model) and DCOM (Distributed Component Object Model) technology requires a functional formulation of an open and interoperable style user interface standard, it guarantees the interoperability of automation / control applications and system / region between devices. It uses the OLE/COM mechanism as the application level communication standard and adopts the CLIENT/SERVER mode. The OPC specification provides two sets of interface schemes, namely, custom interfaces and automated interfaces. Custom interface and high efficiency, the best performance can play through the interface of the OPC server, using C++ language customers generally use custom interface scheme; automation interface enables explanatory language and macro language possible to access the OPC server)
Platform: | Size: 476160 | Author: 下载来的 | Hits:
« 12 3 »

CodeBus www.codebus.net