- 授权协议: 未知
- 开发语言: C# Sliverlight
- 操作系统: 跨平台
- 软件首页: http://www.ag-software.de/matrix-xmpp-sdk/
软件介绍
MatriX 是 eXtensible Messaging and Presence Protocol (XMPP, 也叫 Jabber) 的开发包,采用 C# 编写,可用于 .NET 平台和 Sliverlight 技术。MatriX 提供完全的 .NET、.NET Compact 框架和 Sliverlight 支持。
示例代码:
// basic send message example
var xmppClient = new XmppClient {XmppDomain = "jabber.org",
Username = "user1", Password = "secret"};
xmppClient.OnRosterEnd += delegate {xmppClient.Send(
new Message {To = "user2@jabber.org", Type = MessageType.chat, Body = "Hello World"});};
xmppClient.Open();
Python Algorithms
Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!
