Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~355 People Reached
Favorite Forums
Favorite Tags
c x 2
c++ x 2
Member Avatar for Mena samy

Hello is there any open source can i use for OCR !! or any one have a tutorial to start a handwriting ocr detection thanks

Member Avatar for daviddoria
0
43
Member Avatar for Mena samy

Hello every body I made a small prog. to click mouse , but when i tried to make it parallel using mpi it doesn't work can any body lead me where is the error [CODE]#include "mpi.h" #include <windows.h> #include <iostream> using namespace std; int main(int argc, char *argv[]) { int …

0
36
Member Avatar for Mena samy

hello I am trying to send an array of character but when i receive it in the other processor i receive it with garbage !!! any suggestion? [CODE] #include <stdio.h> #include "mpi.h" int main (int argc, char *argv[]) { MPI_Status s; int size, rank; char line [128]; //char* str="hjfjh"; static …

Member Avatar for Mena samy
0
184
Member Avatar for Mena samy

When i drag a report viewer to my form and customize it and it works fine in my machine but when i test it in other machine it cause error!! hint: i test other application with the same database and they worked the error is "windowsapplication1 has encountered problem and …

Member Avatar for kvprajapati
0
92