Click here to Skip to main content
15,881,712 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Simon_Whale5-Mar-12 0:40
Simon_Whale5-Mar-12 0:40 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Andy Missico6-Mar-12 19:59
Andy Missico6-Mar-12 19:59 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Dave Kreskowiak5-Mar-12 4:53
mveDave Kreskowiak5-Mar-12 4:53 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Member 96487188-Mar-12 4:55
Member 96487188-Mar-12 4:55 
GeneralRe: how to hide exe into taskmanager in windows 7 using vb.net windows application? Pin
Dave Kreskowiak8-Mar-12 6:23
mveDave Kreskowiak8-Mar-12 6:23 
QuestionReversi Pin
Midnight Ahri4-Mar-12 21:43
Midnight Ahri4-Mar-12 21:43 
AnswerRe: Reversi Pin
Dave Kreskowiak5-Mar-12 4:53
mveDave Kreskowiak5-Mar-12 4:53 
QuestionText similarity algorithm Pin
Maciej Los4-Mar-12 11:33
mveMaciej Los4-Mar-12 11:33 
Suppose, i have a database, the database of companies. This database was made from few other databases. Now, i have a lot of companies with almost the same names and the same addresses. I'm sure that the "similar" companies are the same, in spite of fact that they differ each other few signs in the name and have different ID's.

The general question is: how to create a wizard which can help user to analyze database, to suggest for user which companies are probably the same? How to merge companies ID's and remove wrong inputs?

I'm sure that, i can't merge ID's without help from user.

In this[^] thread, i've learned that perfect algorithm doesn't exists. Now, i know methods to compare 2 strings to get to know how similar they are (percentage).
Pattern Matching: the Gestalt Approach[^],
Simil algorithm[^]

I'm trying to write algorithm which can:
1) compare the array of strings,
2) find a string with the longest similarity (biggest substring), to use it as a model,
3) define a similarity (in percentage) to the rest of strings, based on model.

It's time to begin a discuss!
losmac

AnswerRe: Text similarity algorithm Pin
Dave Kreskowiak4-Mar-12 12:32
mveDave Kreskowiak4-Mar-12 12:32 
AnswerRe: Text similarity algorithm Pin
Luc Pattyn4-Mar-12 12:36
sitebuilderLuc Pattyn4-Mar-12 12:36 
GeneralRe: Text similarity algorithm Pin
Andreas Gieriet7-Mar-12 5:09
professionalAndreas Gieriet7-Mar-12 5:09 
AnswerRe: Text similarity algorithm Pin
Eddy Vluggen5-Mar-12 0:31
professionalEddy Vluggen5-Mar-12 0:31 
AnswerRe: Text similarity algorithm Pin
Sergey Alexandrovich Kryukov5-Mar-12 15:18
mvaSergey Alexandrovich Kryukov5-Mar-12 15:18 
QuestionWant to create layer like photoshop in vb.net Pin
prolay4-Mar-12 9:20
prolay4-Mar-12 9:20 
AnswerRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak4-Mar-12 12:29
mveDave Kreskowiak4-Mar-12 12:29 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov5-Mar-12 15:41
mvaSergey Alexandrovich Kryukov5-Mar-12 15:41 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak5-Mar-12 16:15
mveDave Kreskowiak5-Mar-12 16:15 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak5-Mar-12 16:59
mveDave Kreskowiak5-Mar-12 16:59 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov5-Mar-12 18:38
mvaSergey Alexandrovich Kryukov5-Mar-12 18:38 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak6-Mar-12 5:42
mveDave Kreskowiak6-Mar-12 5:42 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov6-Mar-12 18:17
mvaSergey Alexandrovich Kryukov6-Mar-12 18:17 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Dave Kreskowiak7-Mar-12 3:12
mveDave Kreskowiak7-Mar-12 3:12 
GeneralRe: Want to create layer like photoshop in vb.net Pin
Sergey Alexandrovich Kryukov7-Mar-12 12:13
mvaSergey Alexandrovich Kryukov7-Mar-12 12:13 
GeneralRe: Want to create layer like photoshop in vb.net Pin
JohnPayton26-Mar-12 19:00
JohnPayton26-Mar-12 19:00 
QuestionDataGridView BeginEdit Pin
Eddie Randell4-Mar-12 8:52
Eddie Randell4-Mar-12 8:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.