搜索资源列表
-
0下载:
linux下用C编写的服务器端和在WINDOWS下用VC写的客户端之间的网络通信程序-under linux prepared by the C-terminal server and Windows using VC written between the client Network Communication Program
-
-
0下载:
实现linux环境下的终端聊天室程序,分成服务器部分和客户端部分,自主开发完成。-linux environment to achieve the terminal chat room procedures, divided into some server and client, independent development completed.
-
-
0下载:
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implement
-
-
0下载:
Wsh, \"Web Shell\" - 远程控制UNIX/WIN SHELL,它基于HTTP/HTTPS协议,此软件包含两个分别对应其客户端/服务器端的PERL脚本和一个服务端C语言程序。客户端脚本与控制台终端用法相似。服务器端仅以一个CGI脚本的形式出现在目标(受控)主机上。-Wsh, "Web Shell" - remote control UNIX / WIN SHELL, which is based on HTTP / HTTPS protocol, the so
-
-
0下载:
系统要求实现的功能:
(1) 缴费系统
“移动银行”也称“手机银行”,是利用移动终端办理银行有关业务的简称。
(2) 网络模块和客户端屏幕、服务器端设计
缴费系统包括实时帐户、各类转帐、汇款、缴费、在线和离线支付、外汇买卖、银证转帐等全面服务。 实现系统网络模块设计和客户端屏幕设计(包括登录屏幕、查询屏幕、设置帐户屏幕、主屏幕等) ,数据库设计。
-System requirements to achieve the functions of: (1) payment s
-
-
0下载:
基于TCP/IP 环境下的终端仿真协议,通过 TCP 建立服务器与客户机之间的连接-Based on TCP/IP environment of the terminal emulation protocol, through the TCP server and client to establish a link between
-
-
0下载:
socket programing:
type-->file transfer
->open a terminal and compile the server file..this terminal will act like server
->open another terminal and compile the client file..this terminal will act as a client..
->the fil
-
-
0下载:
ACE网络编程,简单的Client终端,定是发送数据,端口,ACE库文件。server-ACE network programming, a simple Client terminal is scheduled to send data, port, ACE library file. server
-
-
0下载:
TCP套接字的文件传输客户服务器程序设计
包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
-
-
2下载:
终端聊天程序:服务端+客户端,可以实现群聊和私聊功能-Terminal chat program: server+ client, you can group chat and private chat capabilities to achieve
-
-
0下载:
c/s服务器客户/服务器模式
(1)编译client.c 和server.c
gcc client.c –o client
gcc server.c –o server
(2)打开一个终端,运行server 程序
./server
(3)打开另外一个终端,运行client 程序
client 程序的运行需要提供hostname 参数,所以我们要用hostname 命令查看机器的名
字,然后再运行client 程序;
(4)运行结果
-c/s server,
-
-
0下载:
远程控制客户终端编程源程序,需与服务器端结合。-Remote control client terminal programming source program, combined with server-side requirements.
-
-
0下载:
文章关于C#—socket网络编程,涉及到服务器端和客户端的终端编程,还包含网络协议等程序源码~对学习C#网络编程很有用处~-Article on C#-socket network programming, related to the terminal server and client programming, also includes the source of network protocols and other procedures- useful for learning C#
-
-
0下载:
rdesktop is an open source client -rdesktop is an open source client for Windows NT Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user s NT desktop. Unlike Citrix ICA, no server extensions are
-
-
0下载:
远程终端管理系统,有服务端和客户端,实现客户端向服务端登录,并进行一些命令的实现。-Remote terminal management systems, services and client, and the client to login to the server, and the realization of some commands.
-
-
0下载:
用linux C语言写的一个bbs小系统,运行在linux命令行端,一个客户端,一个服务器端,之间的通信原理是TCP/IP-The linux C language to write a bbs system, running on the linux command line terminal, a client, a server-side, communication between the principle of the TCP/IP
-
-
0下载:
linux下终端实现服务器端和客户端文件传输的客户端程序,用linux下的网络socket编程实现-achieved under linux terminal server and client file transfer client program, using linux network socket programming
-
-
0下载:
linux终端下聊天工具,要求安装sqlite3.6.20,server/bin下输入./server开启服务器, client/bin/输入./client 127.0.0.1连接服务器,然后根据提示可以开始聊天,基于socket,使用多线程-chat tool under linux terminal, require the installation of sqlite3.6.20, server/bin, enter./server on the server, client/bin/i
-
-
0下载:
client server in linux terminal
-
-
1下载:
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。
首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。
程序实现的关键步骤:
以TCP协议为例
服务器端:
1.创建套接字;2.绑定端口;3.进
-