搜索资源列表
cSharp-socket-mutiport-programming(1)
- 本文讲下C#使用socket实现多端口通信,挺不错哦,一起看下吧。 基本思路是: 1》服务端监听(用一个公用的端口接收连接的请求如:6666)。 2》客户机请求连接端口为6666 3》服务器接受请求然后再监听一个新的端口,再把这个端口发送给客户机。 4》客户机接到发来的端口,再重新连接服务器此端口。 5》服务器保存每一个连接的客户机。 -This article about C# using the socket und
CsharpimageProcess
- vc环境下,利用csharp语言进行图像处理的简单教程,包括图像读入保存,拷贝粘贴,颜色处理等,附有具体的操作步骤和可运行的代码,适合初学者-vc environment using csharp language awakened simple tutorial highlights the processing, including image read into the save, copy, paste, color processing, with specific steps and