Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Tags
c x 1

4 Posted Topics

Member Avatar for ~s.o.s~

theForger's Win32 API tutorial -- a must read for beginners [URL]http://winprog.org/tutorial/[/URL] Official Microsoft Windows API documentation [URL="http://msdn.microsort.com"]http://msdn2.microsoft.com[/URL] Excellent downloadable API documentation (executable uncompressers) [URL]ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32hlp.exe[/URL] (basic) [URL]ftp://ftp.cs.virginia.edu/pub/lcc-win32/win32apidoc.exe[/URL] (more) (If you can't access the FTP server (I couldn't) try the mirrors at [URL="http://www.filewatcher.com/b/ftp/ftp.cs.virginia.edu/pub/lcc-win32.0.0.html"]Filewatcher[/URL].)

Member Avatar for mack1
29
5K
Member Avatar for Jafet

Hope everyone's kind to a newbie :) I kind of "discovered" (if that's what you call it) this simple quicksort variant just today. I was wondering if anyone had seen it before. I Googled around a bit but no one seems to have described it before. Hmm. It's based on …

Member Avatar for Infarction
0
173
Member Avatar for p_eqlz_np

Will this interface be open to a casual user? Then you may need to handle full-blown parenthesized expressions; otherwise you could just use stacks and evaluate using [url=en.wikipedia.org/wiki/Reverse_Polish_notation]RPN[/url]. You'll need to pass in all expressions in postfix notation, though. Could you provide more context? As in, WHY you want to …

Member Avatar for p_eqlz_np
0
99
Member Avatar for woolistictdc

You don't need neural networks. A context-based dictionary will do. Match the words against the dictionary, find all legal reorderings of the letters into English words and choose the best one based on current context. A variant of Dijkstra's shortest-path algorithm will do well; treat the contextual links between words …

Member Avatar for Jafet
0
87

The End.