搜索资源列表
toolkit_4_4
- 可以在Windows 平台和Linux 平台上编译,提供有关syncml开发的一系列API,包含一个综合 C 库,用于创建、发送、接收和解析 SyncML 消息。它支持 XML 和 WBXML 编码,还支持 HTTP(用于 Web 上的同步)、WSP(在 WAP 上使用)和 OBEX(在 IrDA 或蓝牙上使用)传输。-in the Windows platform and Linux compiler, the SyncML development of a series of API, in
display_usb_vc
- 基于Visual C++ 的USB代码(转自http://www.lvr.com/usb.htm)-based on the USB Visual C code (decanted from http : / / www.lvr.com / usb.htm)
winmtr_src
- About WinMTR: WinMTR is a windows clone of popular Matt s traceroute Linux program. Original mtr can be found at http://www.bitwizard.nl/mtr/ Installation: Binary: Unzip winmtr_bin.zip. You will have in unzip directory two files:
mhttpd-2.0.1.tar
- 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
high-performance-server_demo
- a http server program demo basis on c++.
WM6DownloadFile
- C++ Dll to dwonload file from internet to windows mobile like : DownloadFile("http://www.song.com/so.mp3","temp\\so.mp3") -C++ Dll to dwonload file from internet to windows mobile like : DownloadFile("http://www.song.com/so.mp3","temp\\so.mp3")
NetMeeting_VideoCapture1
- 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 j
VisaUSB
- 使用devcpp开发的纯C语言程序,使用该程序可以扫描电脑上所连接的USB仪器,并返回仪器清单和名称。(使用时,电脑上需要安装Visa驱动,如果不知道哪里有VISA驱动,请上NI官网:http://www.ni.com/下载)-Pure C-language program using devcpp developed to use the program can scan the computer connected USB devices, and return to the instrum
SharpIM
- 由C#开发的IM软件,类似QQ的即时通讯功能,有聊天窗,好友列表,群聊窗口等,语音,视频,P2P文件传输,好友列表,表情,图文发送等。功能全面。代码是使用PRTX的IM开发包所开发,所以要先安装PRTX SDK http://www.webim.cn/download/PRTX_530.rar 在这上面改一下就可以改为自己的IM。-The IM software developed by C#, similar QQ instant messaging, chat window, buddy l
httpservr
- This source code describes how to establish a http server through MFC(visual c++).
HTTPUpIm
- 基于C++开发的一个HTTP上传图片的程序,还有一个福利功能-Based C++ developed an HTTP upload pictures of the procedure, there is a welfare function
UploadFiles-CPP
- C++封装的上传文件类,可以实现HTTP方式上传下载文件。-C++ package upload file types, you can achieve HTTP upload download files.
put-1.1.tar
- HTTP put methos implemented in C code for keil compiler, shall be required for mcu wed developmwnt
HTTP--communication-on-Web-Server
- This is a simple c++ code and data about HTTP communication on Web server.
wince_Email
- 基于C#的wince邮件发送功能,转自http://xian827991006.blog.163.com/blog/static/11103982720126413912218/-Based on C# wince mail sending function switched http://xian827991006.blog.163.com/blog/static/11103982720126413912218/ in
TCP_API_Server2.0
- 实现TCP,HTTP,SMTP协议的框架,Data里对MySQL接口封装,XML里对DOM标准的实现。我目前主要是做C++网络编程,曾经尝试接触ACE库,但觉得太复杂难理解,而且也没有条件用于项目,后来发现了Poco,不仅简单易用,而且也包含《C++ Networking Programming》中提到的各种模式和框架,更难得的是文档注释丰富,看起源码来相当舒-class Net_API TCPServer: public Poco::Runnable class Net_API TCPSe
libsigcPP-2.8.0---src
- 信号槽库sigc++2.8.0库的源码,libsigc++是实现类型安全回调的一个C++模板库,官方地址http://libsigc.sourceforge.net/-Signal groove library sigc++2.8.0 library source code, libsigc++ is to achieve a type-safe callback C++ template library, official address http://libsigc.sourceforge.
libsigcPP280
- 信号槽库sigc++2.8.0已经编译好的库文件,libsigc++是实现类型安全回调的一个C++模板库,官方地址http://libsigc.sourceforge.net/-Sigc++2.8.0 signal slot library already compiled library files, libsigc++ is to achieve a type-safe callback C++ template library, official address http://libsig
网络通讯程序
- c++语言编写,实现客户端和服务器之间的数据通讯,基于HTTP请求应答协议。