搜索资源列表
一种增量式支持向量机文本分类模型
- 一种增量式支持向量机文本分类模型-an incremental SVM text classification model
web_Client
- 在对远程控制理论性研究的基础上,详细给出了客户端通信程序设计的指导性原则,进行了基于Winsock套接口远程控制客户机系统的设计,给出了基于C/S模型远程控制客户机的Winsock通信程序的分析设计。最后,以Visual C++6.0为工具完成了远程控制的编程,实现了一些远程控制的基本的功能,如对远程主机的屏幕抓取、文件管理和重启动等。-remote control in the theoretical study on the basis of Details are given client
was
- 以消息通知的方式实现TCP协议下的客户机服务器程序。服务器程序使用WSAAsyncSelect模型
serverclient
- TCP/IP协议是网络通信的基础性协议,通过实验深入理解和掌握基于TCP/IP协议的网络通信概念、原理以及网络客户机/服务器模型的感念,熟悉常用的Windows API函数的用法,利用C++语言实现流式套接字的网络通信编程。 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为本地127.0.0.1,客户、服务器端口为6000。服务器先运行进入等待连接状态,客户端与服务器连接后开始通信。 实验项目的实验方法概述: 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为
linux-socket
- 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。
wangluoyuanchengkongzhi
- 本论文首先介绍了网络远程控制的两种控制方式:远程监控和网络闭环控制。为 了对这两种控制方式分别进行分析与仿真,并重点分析时延对网络闭环控制系统的影 响,完成了网络远程控制系统仿真软件的设计与实现,搭建了基于真实网络的仿真平 台用以理论研究。仿真软件采用的是Clien灯serve:模型结构,在逻辑上分为客户机端 和服务器端两大部分。经过实验,证明了仿真平台的有效性并得出了仿真结果。
用WINSOCK实
- WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。本文提出了在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-WINSOCK is in the Windows communications network programming API, as well as network programming by Windows, the de facto standa
winsock
- WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。-WINSOCK is a communication network programming in the Windows API interface, is Windws de facto standard for network programming. The most commonly used in network programming
VC++Chat
- “基于TCP-面向连接的应用程序”简单的聊天室Chat网络通信,为客户机/服务器模型。- TCP-based connection-oriented applications simple chat rooms Chat network communications for client/server model.
Chat6
- 开发环境:MyEclipse 实现简单的聊天室功能,学会TCP,UDP协议,在客户机/服务器模型下用WINSOCK实现Internet中常见的聊天室软件的方案。-Development Environment: MyEclipse easy implementation of the chat room feature, Institute of TCP, UDP protocol, the client/server model using WINSOCK implementation o
SC
- 自己编写的服务器-客户机模型,是我们网络编程考试的大作业,经验证完全可用,界面友好,类似于QQ对话的功能-I have written a server- the client model, network programming is our examination of the large operations, the experience can be fully certified and friendly interface, similar to the function of d
Turing_Machine
- 计算模型,turing机问题,turning机与RAM的内部关系,东南大学算法分析与设计课程内部讲义-Computing model, turing machine problem, turning machine with the RAM' s internal relations, Southeast University, algorithm analysis and design courses within the lecture notes
TALKS
- 一个采用C/S模型简单的聊天室程序,分为客户机端程序和服务器端程序。-Using a C/S model for a simple chat room program is divided into client-side programs and server-side programs.
Winsock_IOCP
- 本文将讨论如何通过Winsock2在Windows NT? 和 Windows 2000上开发高扩展能力的Winsock应用程序。文章主要的焦点在客户机/服务器模型的服务器这一方,当然,其中的许多要点对模型的双方都适用。-This article will discuss how to Winsock2 in Windows NT? And Windows 2000 on the development of high-scalable Winsock applications. The mai
ClientServer
- 网络编程(C/S)服务器和客户机通信模型-C/S
winsocket
- 基于WinSock API 实现,以Visual C++6.0为开发平台,利用的开发协议是TCP/IP协议中面向连接的TCP协议。使用了流式套接字开发的点对点服务器/客户机通信模型,简单的调用了WinSock API的类实现了客户机和服务器程序。点到点通信是指网内工作站之问的直接通信。这将大大减少文件服务器的负荷-message senddingand reserve base on winsock
Apache_Mina_Server_2[1].0
- Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
TCP
- 用QT语言基于TCP协议的经典C-S(客户机-服务器)编程模型实现了网络聊天室的应用。-QT language programming model based on the TCP protocol of the classic CS (client- server) the application of Internet chat rooms.
talkc
- 一个简单的聊天程序,编程环境使用VisualC++6.0采用C/S模型,分为客户机端程序和服务器端程序-Create empty server port listening socket object, the program to the client through the network of exchange chat string
如何编写Linux下的客户机_服务器软件.c
- linux下服务端客户端通信模型,详细说明了linux下的网络变成和标准客户端/服务器模型的通信细节(model under linux system about the server and the client progrom)