搜索资源列表
VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
- 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。
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
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
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
socket
- 在linux下使用socket编译,实现client调试用服务器的端的函数,实现了一个小型的COM架构,可以很好的适用于跨进程函数调用-Use socket compiled under linux, achieve client debugging server-side function to achieve a small COM architecture, can be well applied to cross-process function calls
CSocket-com
- socket多线程技术,实现计算机通信-socket multi-threading technology, computer communication
hp-socket-3.1.2
- 通过iocp完成端口实现的高性能COM server组件以及异步通信的客户端组件-iocp server and client
Com
- C++ 简易Socket实例分别是socket的客户端和服务端。(在windows系统vc6.0编译) -C++ Socket
Socket_lts
- Socket实现粗略的聊天室功能是一个演示Android简单Socket聊天室的例子源码,只可以安卓发消息PC客户接收,不能反方向发送消息,消息会由PC端转发给所有在线的安卓客户端,接着客户端(包括自己)都会收到某个客户端输入的信息。在安卓端的MainActivity.java中配置好PC服务端IP,环境运行com.socket.androidServer中的SimpleServer服务器。然后运行Android客户端就可以发送消息了-Socket to achieve roughly the
com
- 电脑串口接收DS18B20温度测试程序 1、程序说明: 该例程演示了单片机采集温度,并将温度值 发送到电脑的测试程序, 2、实验操作 1、将跳线插座J11的跳线帽调至TDQ端。 2、将跳线插座J28的跳线帽跳到TxD1和RxD1。 打开STC-ISP下载软件中的串口助手,选择相应串口号, 选择波特率9600,8位数据位,1位停止位,无校验。 点打开串口 接收缓冲区选择“文本模式” 发送缓冲区选择“文本模式”
com.Tcp
- 利用socket接口,实现客户端服务端通信,包括一对一和一对多。(Client server communication.)