Forum: C++ Oct 3rd, 2008 |
| Replies: 5 Views: 2,738 I already install the opencv and see the sample but i need to copy paste in the dll files which i downloaded. But when i run the code using visual studio it seems like cannot run. What i need to do... |
Forum: C++ Oct 2nd, 2008 |
| Replies: 7 Views: 1,624 It had tried out the code but seems like i m blur of the code. Which part shuld be parallelize. Is there any others code beside this which is simpler.. |
Forum: C++ Oct 2nd, 2008 |
| Replies: 5 Views: 2,738 How to use tis OpenCV i had install it but it seems like consist of library file and i had install a OpenCV.exe but i seems like do not knw how to use it. Beside this, is there any others methods |
Forum: C++ Oct 2nd, 2008 |
| Replies: 5 Views: 2,738 How for me to create gaussian noise to be put into images where the gaussian noise have several level of noise. Eg) i can select 10% until 100% for the level of gaussian noise to be inserted into the... |
Forum: C++ Oct 2nd, 2008 |
| Replies: 7 Views: 1,624 |
Forum: C++ Oct 2nd, 2008 |
| Replies: 7 Views: 1,624 I want a source code which can be input with plaintext and output with ciphertext. The twofish source code in scheneier website do not provide an input but come out with a lot of txt file. I just... |
Forum: C++ Oct 1st, 2008 |
| Replies: 7 Views: 1,624 Can anyone help me by telling me where to find twofish source code other than from scheinier website?? I just want to find a sample source code of encrytion and decrytion using twofish algorithm. Thx... |
Forum: C++ Aug 23rd, 2006 |
| Replies: 6 Views: 5,349 quote=Salem;245110]Well can you do the "populate a linked list with some data" part of the problem?
There's no point talking about the "sort" side of things until you can do that.
I mean,... |
Forum: C++ Aug 21st, 2006 |
| Replies: 6 Views: 5,349 i dunno how to develope a program that need to use linked list both the single linked list and double linked list which need to enter the list of number using linked list and using radix sort that is... |
Forum: C++ Aug 13th, 2006 |
| Replies: 6 Views: 5,349 i wan to know the code for the radix sort using a queue and a radix sort using a linked list |