搜索资源列表
client-server
- 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C / S applications. Which side of the GUI Client procedures used to provide inpu
ActionScript编程实例
- Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
FlashGameServer
- flash socket c# 服务器端-flash socket c# server-side
JavaSocketCS
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端。-Socket provided by the use of Java language technologies, the establishment of a C/S mode of application, allowing the client user to enter two integers, the server-si
Socket
- 用socket实现的c/s模式的通信。一个服务器程序,一个客户端程序。-With the socket implementation c/s mode of communication. A server program, a client program.
socket
- 简单的C/S模式通信程序代码。客户端输入IP地址连接服务器,便可获取连接进行通信-A simple C/S mode communication code. Enter the IP address of the client connect to the server, are able to obtain connection to communicate
cpp-flex
- 以c++为服务器,flex为客户端建立socket利用json通信可多人通信,是学习的好例子-To c++ for the server, flex client can establish communication over socket communication using json is a good example of learning
PHP_Socket
- 使用php实现的socket通信;包含客户端和服务器端;可与c共同实现通信;-Achieved using the php socket communication includes client and server side together to achieve communication with c
music
- 一个基于socket编程的C/S模式的音乐播放器的客户端和服务器程序-A socket-based programming, C/S mode music player client and server programs
QJ-JSwebgame
- 作者: 天秤座 OICQ: 56559574 演示: http://socket.qjblog.net =================================== 此版本仅为演示版本,所写的html,js,php文件均未完善与整理,可读性很差 此版本可能没有下一版本或最终版本,不要期待 =================================== 安装方法(服务器必须支持PHP): 1. 用记事本打开 ma
server
- 用PHP SOCKET做QQ服务器。这里仅写了服务器端,客户端可以用FLASH、AIR或C++程序。-To do with PHP SOCKET QQ server. Here only to write the server side, the client can use the FLASH, AIR, or C++ program.
123
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端-Socket using the Java language provides technology to build a C/S mode application that allows client users to input 2 integers, the server receives these two integers
javaSE_IM_source_code
- 企业即时通讯工具,采用C/S架构 + TCP/UDP协议 + Socket + 多线程技术实现。客户端支持:用户上下线,单聊,群聊,自定义消息字体样式,表情、图片发送,文件发送,语音聊天,修改状态,修改头像,修改密码等。服务端支持:服务器管理、用户管理、服务配置管理、日志管理等。 -Enterprise instant messaging tool, using the C/S architecture+ TCP/UDP protocol+ the Socket+ multithreadin
FileNetJavaClient-ServerCpp
- C++编写的服务器与java编写的客户端通过socket通信的源码,-The C++ server with java socket communication problems, engineering integrity, you can run
Socket
- C#编写的socket通信 (服务端/客户端)-Written in C# socket communication (server/client)
javaqq
- 本系统采用C/S结构,开发中利用了TCP/IP协议,多线程,Socket编程等技术。在服务器监听多个客户端中使用多线程。系统中信息的发送和读取采用自定义的对象来传递。对于用户信息等内容利用MySql数据库进行存储。系统的主要模块为,用户注册模块,用户登录模块,用户添加好友和删除好友模块,好友聊天模块。当前系统是通过服务器转发实现好友聊天。-The system uses C/S structure, the development of the use of the TCP/IP protoco
socket_communication
- TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
java
- 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端-Socket Java language provides the use of technology, the establishment of the application of a C/S mode, which allows the client user input two integers, the server rec
ordermeal
- Java课程设计,一个基于socket套接字编程的局域网订餐系统,C/S结构,客户端可以查看菜单,下订单,服务器端接受订单。-Java curriculum design, a socket-based ordering system LAN socket programming, C/S structure, the client can view the menu, order, the server taking orders.
socket
- 1.设计程序,分别构建通信的两端:服务器端和客户端应用程序,套接字类型为面向连接的Socket,自己构建双方的应答模式,实现双方的数据的发送和接收(S发给C,C发给S)。 2.服务端程序能响应单个或任意多个客户端连接请求;服务端能向单个客户发送消息,支持*消息给所有客户端; 通信的双方具备异常响应功能,包括对方异常退出的处理。如果客户端退出,服务器有响应;反之亦然。-1. Design program, were constructed at both ends of the comm