搜索资源列表
zytjxta
- 采用Netbean开发的基于JXTA的P2P程序,实现了,GUI界面设计和建立对等组,加入对等组,以及基于JXTASOCKET的通信的Server端和Client端程序。
MailServerCSharp
- 一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e-address for one mailbox Support aliasesSupport email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox.IP access filtering SMTP AUTH,SIZE comman
ftp server gui
- 一个功能很全的ftp server 原代码。-source code of a full-function ftp server
qq
- 基于Linux的GUI局域局域网聊天系统,本系统模拟腾讯QQ的通信方式。完了注册,登录,私聊,群聊,发送文件等操作。系统是C/S结构的网络聊天系统,客户端采用QT编写,服务器端使用C语言编写。-Based on Linux GUI local LAN chat system, this system simulation tencent QQ communication mode. Finished register, login, private chat and group chat, se
NetTool.rar
- 可以在局域网内互发网络短消息; 为PING提供GUI界面 自动PING代理服务器,检查哪个服务器有效,Can be issued in the LAN inter-network short message PING provides GUI interface for automatic PING proxy server, check which server effectively
V5_InOut_Server_GUI_src
- 工业以太网EtherNet industrial protocol服务器GUI-EtherNet industrial protocol server GUI
myQQ
- 项目描述: 该项目分为两个部分:服务器端和客户端。只有当服务器开启了服务用户 能登录并使用。用户正确登录以后,可以实现多人聊天,聊天记录可以保存到本地 没有帐号的用户可以注册帐号,服务器端可以看到注册用户的信息以及在线用户的信息 运用技术: 此项目运用了J2SE所学的知识点,涉及到了文件读写、图像界面GUI的开 发、多线程与集合Hashmap的结合运用等 -Project Descr iption: The project is divided into two parts:
chat829
- chat is server client application which is written in java having good GUI
CEmbeddedWebServer
- Webem是一个Web服务器,您可以嵌入在您的C + +应用程序。它更容易执行的浏览器的GUI。Webem是基于改良版的Web服务器,并允许HTML代码来执行C + +的方法。-Webem is a web server that you can embed in your C++ application. It makes it easy to implement a browser GUI accessible from anywhere. Webem is based on a mi
tcpClient
- A TCP/IP Client program. Be able to dump packets and status. A tool for TCP/IP server programming debug. For now IP and port number has to be hard coded in source code. Will put IP and Port number selection on GUI, later.
FTPSRC
- 一个FTP SERVER的源代码,在别的地方转的,不知道好用不发用-A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing
SimpleSocket
- SimpleSocket是一个C + +库使得Socket客户机/服务器编程更容易。该文库包含类Socket和ServerSocket。这些类可以使用同样的方式作为同一名称的Java类。它使使用C++流将数据发送到驶过。 SimpleSocket进行了测试,在两Windows98和Windows NT4的一个GUI Origin200和GNU Cygwin的环境(IRIX的6.5)。图书馆工作预计将在Linux或其它Unix系统,有少量的修改。 SimpleSocket利用了SimpleExce
littleChatprogram
- 这是一个GUI聊天小程序。客户端与服务器端都可以由用户输入数据向对方发送,把接收数据部分放在线程中,它始终在后台运行,一旦对方发数据就显示,不影响自己发送-This is a GUI chat applet. Client and server-side data can be entered by the user to send to each other, some of the received data on the thread, it is always running in th
KirimObjekGui
- send GUI object using client server system
taskbar
- 基于GAE的代理服务器的本地GUI代码.Taskbar-GAE-based proxy server' s local GUI code
webem_src
- 可以嵌入到自己程序的web服务器,允许以html代码方式执行C++函数。-Webem is a web server that you can embed in your C++ application. It makes it easy to implement a browser GUI accessible from anywhere. Webem is based on a minimally modified version of the boost::asio web se
3
- TCP编程 编写图形界面的多客户端访问服务器程序 -TCP programming more than writing GUI Client Access server program
P2P-IM
- 设计一个p2p聊天软件,由多个聊天客户端和一个中心服务器组成。各个聊天客户端可以两两相互发送消息。目的在于设计GUI,多线程和套接字编程。各个客户端用IP地址和TCP/IP监听端口号进行标识。每个客户提供一个名字,方便其它客户端。 此设计由两部分组成。 部分一:p2p聊天中各个成员管理。每个成员称为一个peer,要有一个中心的服务处理peer的登记和对已经登记的peer进行更新。 步骤1:一个peer选择一个名字,通过登记界面进行登记。 步骤2:服务器拥有一个公有IP,在一
WebServer
- 实现简单的多线程web服务器,支持多文件功能,可以设置ip,端口,主目录,开启关闭服务。具有良好的GUI设计-Simple multi-threaded web server to support multi-file, you can set the ip, port, home directory, open and close the service. Has a good GUI design
Java_Chat
- A java chat server and client. Displays multithreading, socket programming, and using gui. Can support multiple chat clients at the same time along with login/logout.