-
用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能:
get:取远方的一个...
用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能:
get:取远方的一个文件
put:传给远方一个文件
pwd:显示远主当前目录
dir:列出远方当前目录
cd :改变远方当前目录
? :显示你提供的命令
quit :退出返回
-Socket programming interface used to prepare the two procedures, namely client (client.c) and server (server.c), the program should be able to function to achieve the following command: get: get a file from afar put: to the distance a file pwd: display current directory far the main dir: lists the current remote directory cd: to change the current directory from afar? : Shows you the command quit: exit to return to
- 2023-02-27 03:40:03下载
- 积分:1
-
Tree
Implementation of Tree in C++ .
- 2014-02-06 15:40:47下载
- 积分:1
-
monihoutaianjian
模拟后台案件,例子中只用了 一个记事本 ,(Simulation of background cases)
- 2010-09-03 18:02:56下载
- 积分:1
-
ShareEnumSource
说明: 有时你不知道自己的计算机有多少的共享目录,通过这个程序,你可以查看使用的计算机是否有不被你知道的共享。可以增强个人计算机的使用安全性。(sometimes you do not know how many computers are shared directory, through this procedure, you can use the computer to see whether it was you know sharing. Personal computers can enhance the use of security.)
- 2005-10-30 18:33:42下载
- 积分:1
-
HttpRequestParser
Http Request Parser extends Abstract Message Parser Source Code for Andriod.
- 2014-01-03 19:45:42下载
- 积分:1
-
用VC++编写的基于windows sockets编程的聊天应用程序,分为客户端和服务端两个文件...
用VC++编写的基于windows sockets编程的聊天应用程序,分为客户端和服务端两个文件-With VC++ Prepared based on the chat windows sockets programming applications, and services into the client-side two documents
- 2023-01-09 13:10:03下载
- 积分:1
-
Accelerated C++中文版_
非常经典的一本C++教材,适合初学者入门(Accelerated C++, a very good C++ book for beginners.)
- 2020-06-19 19:00:01下载
- 积分:1
-
粒子群算法PSO
粒子群算法全代码MATLAB程序源代码,全网最全(Particle swarm algorithm full code MATLAB program source code, the whole network is the most complete)
- 2018-10-08 15:57:01下载
- 积分:1
-
code
说明: 给定一个图像,其中包含足够的信息来计算地平面消失线和垂直消失点,以及一个已知高度的物体。然后,只要他们的头部和脚都可见,就可以在场景中的任何地方测量站在地平面上的人的高度。(Given an image which contains sufficient information to compute the ground plane vanishing line and the vertical vanishing point, and also one object of known height for which the top and base are imaged. Then the height of a person standing on the ground plane can be measured anywhere in the scene provided that their head and feet are both visible.)
- 2021-02-05 22:29:57下载
- 积分:1
-
Use CSocket remote desktop functionality. Process a bit complicated, mainly the...
利用CSocket实现远程桌面功能。程序有点复杂,主要是CSocket的运用。 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-Use CSocket remote desktop functionality. Process a bit complicated, mainly the use of CSocket. To achieve the main idea is: first issued back to the local Remote Desktop Capture, and then in the dialog box shows that the local mouse and keyboard moves into a command input, and then sent to the remote host implementation (actually, this step is to simulate the mouse and keyboard operation), and finally re-captured the remote desktop back to the local, in the dialog box is displayed. This also enables the system comes with remote desktop functionality.
- 2022-08-13 07:08:03下载
- 积分:1