-
MutilReDraw
访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
- 2019-01-10 14:46:42下载
- 积分: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
-
ServerPlus
本程序为多媒体通信的server端的源码(
VC++ 6.0 以上版本)(the procedures for multimedia communications server side of the source (VC version 6.0 and above))
- 2006-11-10 09:56:41下载
- 积分:1
-
Lissajous
Lissajous,李萨茹曲线,
Win32 API,多窗口,其中一个窗口作为
工具条(Lissajous Curves Drawing,using
Win32 API. Muti-Windows, Multi Threads.)
- 2012-05-08 19:59:01下载
- 积分:1
-
MapXLecture
用MapX组件进行GIS二次开发,实现地图的基本管理与应用(Management and application of GIS secondary development of MapX map)
- 2013-03-02 11:08:38下载
- 积分:1
-
VC6m-MFC-ODBC
在VC6中用MFC向导ACCESS2000数据可以测与数据库的连接(used in VC6 MFC Wizard ACCESS2000 data can be measured and database connectivity)
- 2020-10-30 23:00:01下载
- 积分:1
-
ADOClass
mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
- 2013-12-28 23:06:28下载
- 积分:1
-
chap3
用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
- 2020-07-04 14:20:01下载
- 积分:1
-
ippsman
intel ipp所有信号处理相关的函数与说明,函数很全,本人正在试用,一般的算法都有现成的函数.对于试验阶段的人员来说,能省不少时间.使用起来很方便.
Intel® Integrated
Performance Primitives for Intel®
Architecture(intel ipp all signal processing functions associated with that function is very wide, I is now on probation, the general algorithms are off-the-shelf function. For the pilot phase of personnel, can save a lot of time. very easy to use. Intel ? IntegratedPerformance Primitives for Intel ? Architecture)
- 2020-08-27 20:08:15下载
- 积分:1
-
smal
SMAL是short message abstract library的缩写,是由风起水流软件工作室(www.zealware.com)开发的一个支持短信网关系统开发的C++底层抽象接口库,通过对移动、联通、网通、电信等运营商使用的各种短信协议和底层通信的抽象封装,SMAL实现了一个高度自适应的短信协议栈,包括CMPP,SGIP,SMPP,SMGP,CNGP,EMPP等短信协议,同时可以很方便地在上面扩展实现新的协议和自定义的内部协议等。
SMAL目前支持的协议包括中国移动的CMPP2.0,CMPP3.0,中国联通的 SGIP1.2, SGIP1.2修订版,中国电信的SMGP2.0,SMGP3.0,中国网通的CNGP2.0,和国际标准SMPP3.3,SMPP3.4,以及企信通协议EMPP等。(SMAL is a short message abstract library acronym by wind currents from studio software (www.zealware.com) to develop a support system developed by SMS Gateway C++ Underlying abstract interface library, through the Mobile, Unicom, Netcom and telecommunications operators using a variety of messaging protocols and the bottom of the abstract communications package, SMAL achieve a highly adaptive messaging protocol stack, including the CMPP, SGIP, SMPP, SMGP, CNGP, EMPP such as SMS agreement, at the same time can be easily above the realization of the new agreement to expand and customize the internal agreement. SMAL currently supports the agreement, including China Mobile CMPP2.0, CMPP3.0, China Unicom SGIP1.2, SGIP1.2 revised edition, China Telecom SMGP2.0, SMGP3.0, China Netcom CNGP2.0, and international Standard SMPP3.3, SMPP3.4, as well as enterprises, such as ICT EMPP agreement.)
- 2009-01-05 22:45:41下载
- 积分:1