资源列表
TimeCorrection
- 这个小程序比较实用,可以让你的电脑时间同步世界服务器提供的时间,这可是比较准确的时间哦!源代码在VC6.0下编译通过,程序不管是从学习角度还是使用角度都不错,点一下鼠标你的电脑时间就会自动更正至世界时间。右侧的列表内显示的是提供时间服务的服务器域名,当然你还可以收集更多的时间服务器地址,加入到列表中-This little program is more practical, you can synchronize your computer time world time server, th
SimpleChatRoom
- 一个简单的聊天室程序,vc6.0可以直接运行。适合初学网络编程。-A simple chat program for network beginner.Please compile it by vc6.0.
communication
- 用vc写的聊天工具,对学习用vc编写的网络编程很有用。-the communicate tools,using vc 6.0,you can use this tool to send message.
MATLABallinall
- 异常经典的图像处理基础算法源代码MATLAB集合 值得下载-you konw
Client
- A sample client socket communication program in vc++ mfc
Server
- vc++6.0 服务器端应用程序,可供开发人员学习使用-vc++6.0 server-side application, for developers learning to use
client
- vc++6.0编写的客户端应用程序,可供开发人员学习使用-vc++6.0 client applications written for developers to learn to use
syncTcpChat
- 基于socket的Tcp同步聊天编程,一个服务器和一个客户端-It stated working on an internet chat server/client
ftp-search-tool
- 查找局域网内ftp域名的工具,具有学习网络编程,设计界面好看的借鉴,值得一看-LAN ftp domain name search tool, a learning network programming, design interface nice draw, worth a visit
ping
- ping功能实现 计算机网络课程设计!用VC实现-ping function realization
Msgq
- a C program that illustrates the following. a) Creating a message queue. b) Writing to a message queue. c) Reading from a message queue.
ProdCons
- a C program that implements a producer-consumer system with two processes.(using semaphores)