搜索资源列表
VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
- 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。
com
- 本程序为java接口,是视频文件通过ftp上传到磁盘阵列的通道,使用socket技术-This program is java interface, ftp upload video files to the disk array through a channel, using socket technology
comet
- 实现http长连接,有源码,可直接运行,熟悉java语言,很快掌握socket编程-Achieve long http connection, there is source code, can be directly run
javaQQ
- java多线程聊天程序GUI界面socket实现-java chat program GUI multi-threaded socket interface to achieve
SOCKET-Send-Photo
- 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
CommWizard
- 调试串口的程序--A socket configuration program.
DLL_SRC
- 一些通用的编程技术,例如DLL,COM,Socket,多线程等等。这些技术的特点就是使用广泛,但是误解很多;网上教程很多,但是几乎没有什么优质良品。本资源对通用的DLL技术做了一个总结,并提供了源代码。-Some common programming techniques such as DLL, COM, Socket, multi-threaded and so on. The characteristics of these technologies is widely used, but
qiu_networksecurity_project1
- 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com
JavaSocket
- │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java
MapSerwerInterface
- COM component with full Socket communication support for external sevice. Works as a componet under ASP on a WIndows 2003-2008 server platform
IMC
- 一个即使聊天软件,类似与QQ,通过SOCKET实现的-1 Even though chat software, similar to QQ, achieved through the SOCKET
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
TCP_Socket_1.5
- A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
SelectSocket
- 套接字I/O模型中的select模型,欢迎大家和我讨论socket编程中的问题。 QQ:1499770571 E-mail:zeliangzhang@sina.com-Socket I/O model in select models, and I welcome discussion of socket programming problems. QQ: 1499770571 E-mail: zeliangzhang@sina.com
AMySocket
- atl 多线程 SOCKET COM ACTIVEX-SOCKET multithreaded atl COM
mfc_source_code
- Visual C++高级编程技术与实例源代码 内含 socket 通讯、com组件使用、dll开发实例-Visual C++ advanced programming techniques and examples of source code Containing socket communication, com component uses, dll development instance
ASP-COM-
- 实现了在网页中点用visual c++所写的COM组件 并当用户点击网页时 自动向服务器发送SOCKET数据-Achieve the midpoint of the page written with visual c++ COM component and when the user clicks on a Web page data automatically sent to the server SOCKET
Socket-TCP-COM
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 测试使用说明: 1、先启动TcpServer下Bin/Bebug里的TCPServer.exe,启动命令为 start ,当看到 Server is listen... 说明启动成功 2、再启动TcpClien
MyLinuxThread_veryhuo.com
- C++多线程socket的服务器源代码,多线程池动态分配,处理多任务的服务器!用于大数据的处理。当任务量大于线程池中的线程量,此时,开辟新的线程,加入线程池!-Server source code of C++ multi-threaded socket, multi-thread pool dynamically allocate server handle multi-tasking! For the processing of large data. When the task is gr
com.Tcp
- 利用socket接口,实现客户端服务端通信,包括一对一和一对多。(Client server communication.)