GeekArticles
Microsoft
Visual Basic .NETString Combinatorics with Visual Basic.NET
Author: dotnet.sys-con.com |
Published: 31st Jul 2007 |
Visited: 138 times |
Add CommentFiled in: Visual Basic NETSooner or later you'll probably find it useful to be able to create and manipulate combinations programmatically. By far the most useful kinds of combinations are string combinations. A string combination of order (n, k) is a subset of k strings chosen from a set of n strings, where order doesn't matter.
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...
• Visualize Data on a Mobile Device using Visual Studio This article is about displaying data in mobile applications built on the .NET Compact Framework platform. It demonstrates several typical data structures and their visualization on the small display of a mobile devi ...