搜索资源列表
Supermarket
- 连锁超市管理系统:包含客户端,分店服务器,总店服务器,运用Access数据库,网络部分Socket编程-Supermarket chain management system: including client, server server stores, store, use the Access database, the network portion of the Socket programming
demobase
- 采用了socket 通信机制,利用UDP协议客户/服务器模型来实现软件的模拟,完成了基站和终端之间信令通信模拟的基本功能.包括了基站,终端,跟踪三方。-Using socket communication mechanism, using UDP protocol client/server model to implement the software simulation, the completion of the signaling traffic between base statio
client_serveur
- client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct so
lixiaokang_final
- 提供界面交互的图书管理系统!利用SOCKET实现远程登陆服务器请求-Provides an interface to interact with library management system! The use of remote login server requests SOCKET
Bank-savings-system
- 个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits
ac
- 条形码系统 socket MFC 认证客户端 服务器-Bar code system socket MFC client authentication server
qiyegongziguanlixitong3
- 程序三:支持远程访问的非诚勿扰管理程序(25分,抄袭或被抄袭为0分) 描述:你的程序帮了节目组的大忙,节目组非常满意!参与节目的年轻朋友越来越多,他们已经不满足于每周的2次节目,希望能有更多机会找到自己的“另一半”。因此,节目组决定将嘉宾信息开放出来,以便网上的朋友能够方便地查看每期节目男女嘉宾的信息。节目组再次请你实现一个程序,完成他们的想法。但愿,这是节目组的最后一次请求...... 必须在程序二的代码基础上来修改完成; 完成程序一和程序二
source
- C++ Chinese checkers with socket and server
Chating_Socket_Code
- In this Chating Socket Code, a server client is made for chat through socket. You can use it over the network by providing an IP.
DMS
- 基于UC的电信计费DMS数据挖掘系统,是通过对C/C++、多线程、Socket等的开发、QT等相关技术的综合运用,针对电信运营商推出的Linux/Unix服务器出租业务,设计的用以作为收费依据的数据采集系统。-UC-based telecom billing DMS data mining system, is developed through the integrated use of the C/C++, multi-threading, Socket, etc., QT and othe
DelightClientS
- Java Program to Demonstrate Socket Server
DelightServer
- Java Program to Demonstrate Socket Server
Greenhouse
- Automated and Intelligent Greenhouse system used to monitor and control the greenhouse control system via serial port. The system also allow remote access via client/server mode through TCP/IP network socket connection.
SocketServer
- socket的线程服务端,可以接收处理服务器两端用户收发信息-socket server ,can receive server information by two or more user
cjear
- 一个socket实现的pop3服务器的源代码,代码简洁,结构清晰-A socket realized pop3 server source code, the code is concise, clear structure
Chat
- This course is going to teach you how to write client-server applications in Java using socket programming. It will also teach you how to write a multi-user/group chat application in Java with chat logging functionality