blah blah blah is here! blah blah » Close

1
votes
4 answers

how to create 2 threads on on diferent procesors

hi guys, I need your help. let's suppose I have Dual-Core CPU and I need know how to create two threads, each in different processor. for example: thread1 runs in 1core thread2 runs in 2core when implementing tread1.start(); thread2 ...

0
votes
1 answers

C# different image compare

HI, i can not find, method witch would be fast and can comare different size pictures. For example I have one image "full" and another image only part of first image. Can someone help, what algorithm i should use?

Feedback