搜索资源列表
http_client_2.0
- 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is
vc_and_linux_socket
- linux下用C编写的服务器端和在WINDOWS下用VC写的客户端之间的网络通信程序-under linux prepared by the C-terminal server and Windows using VC written between the client Network Communication Program
laishengqiansever
- 这是我编写的用c#语言在sql和.net环境编写的基于c/s的题库系统这里的sql库的文件我没加上去(太简单了就没留底表)主要是完成对题库的修改查询删除和设定用户权限如果想做这方面的毕业设计可以看看这是服务器修改端-prepared by the use of the c # language and sql. Net environment for the preparation of the c / s questions in this system Lane sql of the doc
wsh-2.2.1.tar
- 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
socket_programing_file_transfer
- 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
socket_programing-msg_transfer
- socket programing: type-->message 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
TCP_socket_client_server_file_transfer_program_des
- 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
bscs
- 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,
psyrat-2-source-psyb(1)
- psyrat2 的源代码,文件管理,等等其它功能。控制端D,服务端C -psyrat2 source code, document management, etc. Other functions. Control terminal D, the server C
OPC-client-designed-by-CPP-
- C++设计OPC客户端,可以实现对opc协议终端的各种控制-C++ Design OPC client, the terminal can be achieved for various control protocol opc
CSharp_SocketNETbianchen
- 文章关于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#
p2p
- 一个C实现的Client-Server模式的P2P。-a client-server software using c in linux terminal.
Tserver_sample
- 远程终端管理系统,c/s架构,开辟指令通道!-Remote terminal management system, c/s architecture, open up the instruction the channel!
bbs
- 用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
linux
- 远程终端管理系统实现了一个mini 执行远程命令 的功能。该系统采用C/S架构,需要分别编写服务端与客户端程序。-Remote terminal management system realized the function of a mini remote command execution. The system USES C/S architecture, it is necessary to write the client and the server program, respect
rongliangfenpei
- 星形网络设计环境要求:Windows2000/XP/7 功能要求: 设有n个节点(依次编号为1、2、……,n)和一个中心,每个节点都有ni个终端,每个终端至节点的报文达到率都相等为λ,报文长度都相等为1/μ,确定该网络设计的总容量为C,编写一个程序,对于输入节点数n、ni、λ、μ,算出网络的最佳容量分配及相应的延时。注意,一条链路的平均延时时间计算参考公式T=1 /(μC-λ),其中1/μ是以比特为单位的报文分组平均长度;C是以该链路的容量,单位是比特/秒;λ是平均流量,单位是分组/秒
ls
- 这个是自己写的用c语言实现类似linux的命令ls显示当前目录下的文件详细信息列表,主要是对目录的操作,以及怎样显出在终端的布局。-This is written in their own C language used to achieve similar to the Linux LS command to display a list of the current directory files with information, is mainly to the directory op
cku302.tar
- Kermit is a computer file transfer/management protocol and a set of communications software tools primarily used in the early years of personal computing in the 1980s it provides a consistent approach to file transfer, terminal emulation, scr ipt pro
OffloadTest
- 用于服务端和手机端通信,此为服务端代码,服务端用C++ socket编写-For server communications and mobile terminal, server-side code written for this, the server with C++ socket
APICloud_raspiberry
- APICLoud云控制系统是一个基于APICloud云平台的远程控制和监控系统,主要功能是通过移动终端轻易的查看远程实时视频图像,获取各种传感器状态,发送控制设备命令等。该系统的底层设计以每一个树莓派作为一个监控单元,完成了对各类传感器、视频、图像等数据的采集,通过GPIO引脚控制电机、继电器等外接硬件设备,中间层以APICloud云平台作为数据服务端,为底层和终端提供数据服务。该系统的主要特点是“云端一体”,基于APICloud提供的“云API”和“端API”,开发者甚至可以忘记繁杂的服务端编
