搜索资源列表
bingxingjisuan1111122
- 关于并行计算服务器客户端与服务器端,用java编写,包括文档和源程序。-parallel computing server on the client and server using java preparation, including documentation and source code.
biyesheji-qicheshouhoufuwuzhongxin
- 汽车售后服务中心网上订购系统的实现 摘要 JSP技术是当前较为热门的Web开发技术。本文主要介绍了基于JSP技术的电子商务动态网站,主要功能是实现客户端和服务器端的动态交互。共分为五个模块:客户登录模块、商品信息模块、客户信息模块、订单处理模块、技术论坛模块。具体功能的实现利用JavaBeans组件技术,Servlet 技术,JDBC与数据库技术。本文从电子商务的概况说起,就当前最热门的动态网站开发工具JSP、ASP、PHP从技术上进行了分析和比较,肯定了JSP在构建动态网站中的优势,
wuziqi
- 分为客户端和服务器端,可以在局域内进行连网操作
mail
- 里面是有关邮件传输协议的描述,对要开发邮件客户端和服务器的朋友应该会很有帮助。
Qt_Tcp
- QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。 tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。 -QTcpSocket and QTcpServer class implements Qt Tcp client and server. TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
ChatTools
- VS2008 ,MFC下基于socket的聊天系统,包括客户端和服务器,能够实现文件和文字的传输-VS2008, MFC the socket chat system, including client and server-based file and text transmission
wzq
- ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application--a 331 graduate design including algorithms, source code, papers, and ex
DCOM
- OPC DCOM 配置说明分为客户端和服务器端。-OPC DCOM configuration is divided into client and server.
CHANPINRUKUDAN
- 用K3bos画的表单及客户端和服务器端用的插件,供大家学习用。-Painting with K3bos form and client and server-side plug-ins used for learning with us.
virtualSerialCommunication
- 用于调试串口通信的软件及源代码,包括客户端和服务器端-for net communication
v0.3
- UCP客户端和服务器端测试程序,客户端完成数据报发送,服务器端完成数据报的接收-A debug process about UDP including client side and server side which send datagram from client to server
Robot
- 包含客户端和服务器端两个程序,实现了移动服务机器人人机耦合控制,主要由视频通信、OpenGL三维建模、激光雷达三维图像、环境几何地图等分模块。-Client and server-side includes two procedures, the mobile service robots human-machine coupling control, mainly by video communications, OpenGL three-dimensional modeling, three
VB-FOR-OPC-CS
- opc客户端和服务器端实例实现,百分之百源码。-opc client and server-side instance to achieve one hundred percent source.
remotecontrol-(2)
- 基于C#完成的远程控制设计,包含客户端和服务器端两个部分。-Remote control design based on C#, contains both the client and server side.
linuxSocket
- 网络程序和普通程序的最大区别就是网络程序分为两个部分:客户端和服务器端。 网络程序是服务器端先启动,等待客户端的连接。一般服务器端绑定在一个端口进行监听,直到有一个客户端发来了请求。-Network program and procedures biggest difference is the network program is divided into two parts: the client and server side. The network program is a ser
ftp_client-server_c_linux
- 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protocol, File Transfer Protocol) cli
UDP
- 基于C语言的UDP的MFC编程设计,从而实现UDP的客户端和服务器端的通信,可以进行接收数据和发送数据的功能。-Based on the C language UDP MFC programming design, enabling the UDP client and server communication, can receive data and send data.
E-mail-management-system
- 本文主要实现了基于B/S模式的一种JSP论坛的设计与实现,主要功能是实现客户端和服务器端的动态交互。短信息管理系统最基本的功能首先是发送邮件,其次是接收者根据邮件回复。此外,为了记录邮件的发送者和邮件的回复者信息,系统还需要提供用户注册和登录的功能。只有注册的用户登录后才能够发送和回复邮件。根据用户的需求及以上的分析, 短信息管理需要具备以下功能:显示邮件的主题、查看邮件的内容、查看自己发送的邮件、查看回复的邮件内容、用户注册、用户登录、发送邮件、回复邮件、草稿箱、回收站。-This paper
The-axis2-use-eclipse-plugin
- 利用eclipse的axis2插件生成客户端和服务器端java代码-The axis2 use eclipse plugin generate client and server-side java code
计算机网络课程设计
- 1.网络基础应用课程实验(6个小时) 网络基本命令 网络数据格式分析 FTP服务器搭建 Web服务器搭建 2.网络编程课程设计(10个小时) 编写一个基于Socket的UDP客户端和服务器端的程序,编程语言不限 调试课件目录下所提供的两个TCP程序,一个是TCP客户端,一个是TCP服务端 编写基于UDP协议的服务端和客户端,使得二者可以相互通讯