资源列表
server1
- 一个使用TCP/IP的服务器,可以发送视频文件,同时在编辑框中播放该文件,不过文件的格式是mpeg1。-One using TCP/IP server, you can send video files, and play the file in the edit box, but that the file is mpeg1.
Socket编程
- VC实现UDP和TCP
ryeolhttpclient_src
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
autoUpdate
- 完整文件下载程序(可以断点续传..),可以直接用于程序的远程自动在线升级。
tcp_wcf
- 通过此代码可以学习到wcf服务以tcp方式进行传输。-This code can learn to tcp wcf service for transmission.
TCP-LAN--based-on-MFC
- 局域网聊天程序的实现主要为局域网内的计算机提供交流的平台。完成一个基于服务器和客户端的局域网通讯软件,类似于聊天室,可进行注册、登录、系统信息记录、聊天等功能。用户容易使用,便于管理。-LAN chat program implemented for the computer within the LAN to provide a platform for the exchange. Complete a LAN-based server and client communications so
async.net
- opc ASNC 通信,使用OPCRCW DA 组件实现了对OPC PLC的实时通信。-opc ASNC communication using OPCRCW DA components to achieve real-time communication of the OPC PLC.
li_tcp
- TCP-IP协议族中TCP协议的C语言实现-TCP-IP protocol TCP tribe, the C Language
udp
- udp的一个简单的传输程序,很好用的,很方便,为刚刚接触编程的同学提供了方便。-udp transfer of a simple procedure
MultiThreadServer
- 使用TCP/IP协议写的一个服务器端应用程序,使用线程池技术,实施对端口进行监听。-Using the TCP/IP protocol write a server-side application, using the thread pool technology to monitor the implementation of the port.
ping
- 使用VC6.0编写的ping程序,基于ICMP高级开发。很好的实现了ping的大部分功能。很实用。
CPUTemperature
- 使用wmi对象查询usb口 另外也可以使用GetDriveType()这个传统的api来实现Int32 cpuTemp = GetCPUTemperature() Console.WriteLine("CPU Temperature: {0}C/{1:F0}F", cpuTemp, Fahrenheit(cpuTemp)) Int32 mbTemp = GetMBTemperature() Console.WriteLine("Motherboard Temperat