Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft Visual Basic .NET

String Combinatorics with Visual Basic.NET

Author: dotnet.sys-con.com | Published: 31st Jul 2007 | Visited: 138 times | Add Comment
Filed in: Visual Basic NET

Sooner 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

 Poor Man's Linq in Visual Studio 2005 A way you can use Linq to Objects in C# 2.0 with .NET Framework ...

 SharePoint Workflow Wizard in Visual Studio 2008 SharePoint Workflows Wizard in Visual Studio ...

 Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Providing Visual Feedback with the...  Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages, a full postback involves the browser re-requesting the page, which is then re-rendered. This re-rendered page markup is returned, in its ...

 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 ...

 Query string encryption for ASP.NET Clear text query strings are a potential security threat for your web application. Thus, query strings should be always encryp ...

 Visual Studio Project MRU List Editor II An update to a stand-alone tool for editing Visual Studio's MRU l ...

 Implementing a TString object in Delphi - String "as" Object TIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that add ...

 A Textured Triangle Control for Silverlight 2 - the Basic Building Block for 3D This article is all about implementing a triangle primitive as custom control in Silverlight 2.0 that can be used for 3D effects in Silveri ...

 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 ...

 Use encoded query string with ASP.NET In order to improve the security of ASP.NET web applications, query strings should be always encryp ...



Next: String Combinatorics with Visual Basic.NET



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links