-
DX Project 44
一个DX的小程序(a small program)
- 2005-02-04 13:56:41下载
- 积分:1
-
mofang
利用计算机证明任意组合的魔方均可以在20步之内还原(Using computer proof can be any combination of cube reduction in 20 steps
)
- 2014-02-09 12:53:55下载
- 积分:1
-
深入浅出MFC
说明: 分析的很深入,学过了第一本后,可以通过这本来进阶,当年我通过这本书获得了许多"原来还可以设计成这样"的感悟(The analysis is very in-depth. After learning the first book, I can advance through this book. At that time, I got a lot of insights from this book that "I could have designed it like this")
- 2020-06-15 18:52:25下载
- 积分:1
-
zdy-WriteReadHdf
用Visual C++编写的实现HDF文件的源代码,根据该代码可实现hdf遥感图像的读取和保存(Using Visual C++ implementation of the HDF file to prepare the source code, according to the code of the implementation of remote sensing image hdf read and save)
- 2009-04-03 14:39:17下载
- 积分:1
-
libcpp
驱动开发,实现运行时支持,支持异常处理,支持标准模版库(rtti surport in driver)
- 2012-08-28 12:04:30下载
- 积分:1
-
Visual-CPP-Note
零基础学Visual C++的课件,可以帮助读者快速提高Visual C++编程能力(Zero-based Visual C++ courseware, fast to improve Visual C++ programming ability can help readers)
- 2012-09-12 11:04:28下载
- 积分:1
-
client-server
多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。
首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。
程序实现的关键步骤:
以TCP协议为例
服务器端:
1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。
客户端:
1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。
(Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate.
First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission.
The key step program implementation:
In TCP protocol as an example
Service-Terminal:
1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response.
Clients:
1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
- 2016-07-11 10:19:07下载
- 积分:1
-
Desktop
读入10个整数放在数组中,找出并输出10个数中的最大者和它在数组中的序号。(Read 10 integers in an array, to identify and output the maximum number of 10 and its serial number in the array.)
- 2011-08-22 15:53:25下载
- 积分:1
-
JPEG_DEMO
c++的jpeg 源码(c++ the jpeg source)
- 2008-07-15 10:35:12下载
- 积分:1
-
GPS数据处理源代码
采集GPS数据,对数据进行解析并显示。在visual c++下面开发。(Collect GPS data, parse and display the data.Development under visual c++.)
- 2017-10-21 15:40:16下载
- 积分:1