Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zuhryfayesz

  1. zuhryfayesz

    count the soldiers... expecting clear reply regarding to my problem

    hay joel76, u thought am i joking !!!! seriously i need the answer to finish my prolog code task refer the prolog code that i have attached in the postinghttp://www.mediafire.com/?bbc8avmwawh2235
  2. zuhryfayesz

    count the soldiers... expecting clear reply regarding to my problem

    my codes soldier_of(s1,b5,100). soldier_of(s2,b5,90). soldier_of(s3,b5,80). prolog command line ?-solder_of(X,b5,_). X = s1 ; X = s2 ; X = s3 ; just i want count the above result as = 3 (the answer should be = there are 3 soldiers in the base station No. 5) please be kind enough to solve...
  3. zuhryfayesz

    count the soldiers in the base in semmatic net

    my codes soldier_of(s1,b5,100). soldier_of(s2,b5,90). soldier_of(s3,b5,80). prolog command line ?-solder_of(X,b5,_). X = s1 ; X = s2 ; X = s3 ; just i want count the above result as = 3 (the answer should be = there are 3 soldiers in the base station No. 5) please be kind enough to solve...
  4. zuhryfayesz

    count the soldiers in the base in semmatic net

    ///// b5 refers to base station No. 5 ///// s1, s2, s3 refers to the soldiers connected to the base station No. 5 soldier_of(s1,b5,100). soldier_of(s2,b5,90). soldier_of(s3,b5,80). ignore the connected distance in numbers i typed solder_of(X,b5,_). in prolog command line and i got the...

Part and Inventory Search

Back
Top