Message boards : API : F1 :how to develope an application? suppose this example?
Message board moderation
Author | Message |
---|---|
Send message Joined: 10 Aug 09 Posts: 9 |
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. |
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.