- 授权协议: MIT
- 开发语言: C#
- 操作系统: Windows Phone/Mobile
- 软件首页: https://github.com/mikoskinen/socketex/
软件介绍
SocketEx 是 Windows Phone 平台上的一个 TCP 客户端开发包。
示例代码:
var serverAddress = "www.oschina.net";
var serverPort = 80;
var connection = new TcpClient(serverAddress, serverPort);
How to Solve It
Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95
This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!
