Click here to Skip to main content
15,907,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow does net start service_name.exe call the service? Pin
Craig Miller3-May-02 8:50
Craig Miller3-May-02 8:50 
AnswerRe: How does net start service_name.exe call the service? Pin
Tim Smith3-May-02 9:03
Tim Smith3-May-02 9:03 
GeneralRe: How does net start service_name.exe call the service? Pin
Craig Miller3-May-02 9:42
Craig Miller3-May-02 9:42 
GeneralRe: How does net start service_name.exe call the service? Pin
Tim Smith3-May-02 9:59
Tim Smith3-May-02 9:59 
GeneralRe: How does net start service_name.exe call the service? Pin
Craig Miller3-May-02 10:13
Craig Miller3-May-02 10:13 
GeneralRe: How does net start service_name.exe call the service? Pin
Tim Smith3-May-02 10:36
Tim Smith3-May-02 10:36 
GeneralRe: How does net start service_name.exe call the service? Pin
Craig Miller3-May-02 11:44
Craig Miller3-May-02 11:44 
GeneralTest my new hash algorithm Pin
Dominik Reichl3-May-02 8:42
Dominik Reichl3-May-02 8:42 
Hi
i recently created a completely new hash algorithm "UFH" (Ultra Fast Hash).

This algorithm works relatively simple:
1) fill a hash-byte-array by simply adding the data bytes to the bytes in the array
2) if the end of the array is reached, perform as many PHTs (Pseudo-Hadamard-Transforms) as needed to spread a single bit error over the complete array (for example if the hash length is 4 bytes you have to perform 8 PHTs, 4 forward, 4 backward).

A 8-bit PHT is defined as
x += y
y += x

The hash algorithm is definitely not usage in cryptography, but to check if a file is original the algorithm seems to work very well.

You can download it here.
Please download it and test it.
I am really interested in you opinion. If you think it is well, i perhaps write an article about it.

Thank you very much
Dominik
GeneralRe: Test my new hash algorithm Pin
Tim Smith3-May-02 9:08
Tim Smith3-May-02 9:08 
GeneralRe: Test my new hash algorithm Pin
Dominik Reichl3-May-02 9:12
Dominik Reichl3-May-02 9:12 
GeneralRe: Test my new hash algorithm Pin
Tim Smith3-May-02 9:53
Tim Smith3-May-02 9:53 
GeneralStandard Form prob! Pin
Steven Richardson3-May-02 8:42
Steven Richardson3-May-02 8:42 
Generalsorting ctreectrl's items Pin
3-May-02 8:01
suss3-May-02 8:01 
Generalrepost: my math problem Pin
lucy3-May-02 6:51
lucy3-May-02 6:51 
QuestionVStudio setting to see macro expansion? Pin
hiseldl3-May-02 6:10
hiseldl3-May-02 6:10 
AnswerRe: VStudio setting to see macro expansion? Pin
Tom Archer3-May-02 6:36
Tom Archer3-May-02 6:36 
GeneralRe: VStudio setting to see macro expansion? Pin
lucy3-May-02 6:55
lucy3-May-02 6:55 
GeneralRe: VStudio setting to see macro expansion? Pin
Tom Archer3-May-02 7:02
Tom Archer3-May-02 7:02 
GeneralRe: VStudio setting to see macro expansion? Pin
lucy3-May-02 7:11
lucy3-May-02 7:11 
GeneralRe: VStudio setting to see macro expansion? Pin
Tom Archer3-May-02 7:18
Tom Archer3-May-02 7:18 
GeneralRe: VStudio setting to see macro expansion? Pin
lucy3-May-02 7:39
lucy3-May-02 7:39 
GeneralRe: VStudio setting to see macro expansion? Pin
Tom Archer3-May-02 10:08
Tom Archer3-May-02 10:08 
GeneralRe: VStudio setting to see macro expansion? Pin
hiseldl3-May-02 7:30
hiseldl3-May-02 7:30 
GeneralRe: VStudio setting to see macro expansion? Pin
Tom Archer3-May-02 7:35
Tom Archer3-May-02 7:35 
QuestionDebug Assertion? Pin
Aoife3-May-02 5:08
Aoife3-May-02 5:08 

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.