F1 :how to develope an application? suppose this example?

Message boards : API : F1 :how to develope an application? suppose this example?
Message board moderation

To post messages, you must log in.

AuthorMessage
mhnd

Send message
Joined: 10 Aug 09
Posts: 9
France
Message 28708 - Posted: 13 Nov 2009, 0:58:24 UTC

Hi all.

Can any one help me to develope my application from begnning to end?

let's say we want the application to search a space consist of 1 trillion choice by trying them one by one, for example:

int c=?;
for(int i=0;i<1000000000000;i++)
{
if(c==i)
finish();
}

if i would to divide the work to 1000 task :
1.how would the boinc workunit templete file be?(parameters values???)

2.what is the code that i have to write in my application?

please someone explain that to me, to understand and make my own applications.

thanks.

ID: 28708 · Report as offensive

Message boards : API : F1 :how to develope an application? suppose this example?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.