登录
首页 » Visual C++ » MONG

MONG

于 2020-06-18 发布 文件大小:2952KB
0 381
下载积分: 1 下载次数: 0

代码说明:

  mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)

文件列表:

MONG, 0 , 2019-08-06
MONG\Debug, 0 , 2019-08-06
MONG\Debug\MONG.bsc, 3458048 , 2019-08-06
MONG\Debug\MONG.exp, 528 , 2019-08-08
MONG\Debug\MONG.lib, 1876 , 2019-08-08
MONG\Debug\MONG.pch, 3799172 , 2019-08-08
MONG\Debug\MONG.pdb, 525312 , 2019-08-08
MONG\Debug\mongoose.obj, 454950 , 2019-08-06
MONG\Debug\mongoose.sbr, 0 , 2019-08-06
MONG\Debug\multithreaded.obj, 19897 , 2019-08-08
MONG\Debug\multithreaded.sbr, 0 , 2019-08-06
MONG\Debug\vc60.idb, 181248 , 2019-08-08
MONG\Debug\vc60.pdb, 102400 , 2019-08-08
MONG\HTTP server example.docx, 16897 , 2019-08-08
MONG\MONG.dsp, 4391 , 2019-08-06
MONG\MONG.dsw, 531 , 2019-08-06
MONG\MONG.ncb, 164864 , 2019-08-08
MONG\MONG.opt, 49664 , 2019-08-06
MONG\MONG.plg, 4908 , 2019-08-08
MONG\mongoose.cpp, 508920 , 2019-08-06
MONG\mongoose.h, 204464 , 2019-08-06
MONG\multithreaded.cpp, 3575 , 2019-08-08
MONG\~VCBAA6.tmp, 512 , 2019-08-08
MONG\~VCBAA7.tmp, 0 , 2019-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vb2005
    使用VB2005编写的关于winsock控件通信例程,适合新手使用(Written using VB2005 winsock control communication routines for the novice)
    2012-07-16 18:13:26下载
    积分:1
  • Mysipphonevs2005
    我这段代码是一个名为Youtoo的sipphone工程改编而来。(www.pudn.com 上有) 原工程是在vc 6.0下开发,而我是在vs 2005 把代码重新改写了一边,同时稍微改了一下界面。 我用来测试客户端(ua)的服务器是 Brekeke SIP Server(安装完后可以注册)。 在程序运行前应该在vs2005重新设置lib和头文件的位置。 库放在lib目录下 头文件放在include目录下。(I have this code is a Youtoo adapted from the sipphone works. (Www.pudn.com have) the original project is developed in vc 6.0, while I was in vs 2005 to rewrite the code aside, at the same time slightly changed about the interface. I used to test the client (ua) of the server is Brekeke SIP Server (can be registered after installation). Before the program runs in VS2005 should be re-instated in the lib and header file location. Treasury on the lib directory下头document include directory.)
    2020-07-02 00:40:01下载
    积分: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
  • WifiControl
    用来控制网卡的源码,可以列出机器中所有的网卡,并可实现禁用和启用网卡(card used to control the source, a list of all the machines card and can achieve banned and the opening of NIC)
    2020-07-29 16:48:38下载
    积分:1
  • SPEI
    SPEI计算SPEI的R语言版与可执行版(含下载网址).rar(SPEI calculated SPEI R-language version of the executable version (with download link). Rar)
    2020-10-17 14:37:27下载
    积分:1
  • cfdamapb
    卫星网络仿真,在opnet环境下开发调试通过 (Satellite network simulation, in the OPNET environment through the development of debugging)
    2021-03-08 22:29:28下载
    积分:1
  • 3-2
    获取计算机IP地址。可以试试看。源码用C++实现(C++)
    2009-12-19 10:09:17下载
    积分:1
  • lesson-14
    孙鑫VC++教学课程lesson14:网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。(Sun Xin VC++ tutorial lesson14: the knowledge of the network, network program, Socket is connected applications and network drivers bridges, Socket application to create, build relationships bind driver. Thereafter, the data of the application to give socket, by the Socket handed driver and sent out on the network. After binding with the Socket IP+Port related data is received by the computer from the network, by the driver to the socket, the application can extract the data received from the Socket. Network application is sending and receiving data through the socket. TCP and UDP works and the writing process, how to link library files in the program. A character interface chat program.)
    2013-04-02 10:19:34下载
    积分:1
  • TCPIP_Code
    在VS2010平台下使用MFC开发的TCP/IP通信应用,里面拥有详细的代码注释,并且支持16进制接受和发送,支持TCP/UCP通信,以及服务器server和客户端client模式选择(TCP/IP communication applications developed using MFC in VS2010 platform, which has a detailed code comments, and support for hexadecimal to receive and send, support TCP/UCP communication, as well as server server and client client mode selection)
    2013-01-16 14:01:12下载
    积分:1
  • tes
    对于网络开发包的详细解释,包括了libcap和libnid等(For a detailed explanation of the network development kit, including the libcap and libnid of)
    2012-10-23 10:24:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载