Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Treeview question Pin
leppie1-Mar-05 3:51
leppie1-Mar-05 3:51 
GeneralRe: Treeview question Pin
Aaron Schaefer1-Mar-05 4:51
Aaron Schaefer1-Mar-05 4:51 
GeneralRe: Treeview question Pin
Nick Parker1-Mar-05 10:37
protectorNick Parker1-Mar-05 10:37 
GeneralRe: Treeview question Pin
Aaron Schaefer1-Mar-05 11:19
Aaron Schaefer1-Mar-05 11:19 
GeneralRe: Treeview question Pin
Luis Alonso Ramos1-Mar-05 10:52
Luis Alonso Ramos1-Mar-05 10:52 
GeneralRe: Treeview question Pin
Aaron Schaefer1-Mar-05 11:13
Aaron Schaefer1-Mar-05 11:13 
Questionwhat is the fastest way to access files?? Pin
penecilllin1-Mar-05 2:52
penecilllin1-Mar-05 2:52 
AnswerRe: what is the fastest way to access files?? Pin
Esmo20001-Mar-05 4:03
Esmo20001-Mar-05 4:03 
You should check this out:



Its a good site, and if I remember it correctly, that would potentially help you sort out your words. I recognize that that wont help your memory problem though, so I would propose something like this:

Keep them in the external file (I suppose you dont really have a choice seeing as you cant load them into memory). Then, on the first time you load the dictionary (also when you make changse but I will let you figure that out) you can document the spot in the file that they are.

How do you find a word? Keep a subset in memory with this algorithm. When you obtain the closest match, go to wherever you need to, and from there search throught the file.

This is just a guess as to how you could do it thought, Im sure there are much better ways,

Luck,
Jim
GeneralRe: what is the fastest way to access files?? Pin
Dave Kreskowiak1-Mar-05 7:08
mveDave Kreskowiak1-Mar-05 7:08 
GeneralRe: what is the fastest way to access files?? Pin
Esmo20001-Mar-05 10:57
Esmo20001-Mar-05 10:57 
AnswerRe: what is the fastest way to access files?? Pin
J4amieC1-Mar-05 6:00
J4amieC1-Mar-05 6:00 
GeneralRe: what is the fastest way to access files?? Pin
Esmo20001-Mar-05 11:01
Esmo20001-Mar-05 11:01 
GeneralMessage Closed Pin
1-Mar-05 11:49
penecilllin1-Mar-05 11:49 
GeneralRe: what is the fastest way to access files?? Pin
Esmo20002-Mar-05 3:02
Esmo20002-Mar-05 3:02 
Generalto manage bitmap pixels Pin
Anonymous1-Mar-05 2:18
Anonymous1-Mar-05 2:18 
GeneralRe: to manage bitmap pixels Pin
Dave Kreskowiak1-Mar-05 3:39
mveDave Kreskowiak1-Mar-05 3:39 
GeneralRe: to manage bitmap pixels Pin
Anonymous1-Mar-05 4:24
Anonymous1-Mar-05 4:24 
GeneralRe: to manage bitmap pixels Pin
Dave Kreskowiak1-Mar-05 11:42
mveDave Kreskowiak1-Mar-05 11:42 
Generalpass events across projects Pin
Member 4558381-Mar-05 1:27
Member 4558381-Mar-05 1:27 
QuestionRegex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 0:37
ektoras1-Mar-05 0:37 
AnswerRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
J4amieC1-Mar-05 1:10
J4amieC1-Mar-05 1:10 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 1:18
ektoras1-Mar-05 1:18 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
Dave Kreskowiak1-Mar-05 3:34
mveDave Kreskowiak1-Mar-05 3:34 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 3:56
ektoras1-Mar-05 3:56 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
Dave Kreskowiak1-Mar-05 7:03
mveDave Kreskowiak1-Mar-05 7:03 

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.