Search found 8 matches

by jupiter777
Tue Apr 22, 2003 4:29 pm
Forum: C++
Topic: cos inverse???
Replies: 3
Views: 2215

but as i know acos is used for finding out the cosine.
can it measures the inverse cosine???????????
such as::
a=cos^-1(b);
by jupiter777
Tue Apr 22, 2003 3:09 pm
Forum: C++
Topic: cos inverse???
Replies: 3
Views: 2215

cos inverse???

how can i measure the inverse of cosine in C++ language in a program??????????????[cpp][/cpp]
by jupiter777
Mon Mar 31, 2003 10:05 am
Forum: Volume 7 (700-799)
Topic: 750 - 8 Queens Chess Problem
Replies: 78
Views: 39011

750

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<math.h>
int x[100],a=0,b,rec[1000][10];
int place(int k, int i){
int ...
by jupiter777
Mon Mar 31, 2003 10:02 am
Forum: Volume 103 (10300-10399)
Topic: 10349 - Antenna Placement
Replies: 16
Views: 10682

help!p:-10349

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<string.h>
void dfs_visit(long r, long c);
long valid(long r, long c ...
by jupiter777
Mon Mar 31, 2003 9:59 am
Forum: Volume 4 (400-499)
Topic: 469 - Wetlands of Florida
Replies: 63
Views: 32348

help!p:-469

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<ctype.h>
#include<string.h>
long dr[8]={-1,-1,-1,0,0,1,1,1};
long dc ...
by jupiter777
Sun Mar 30, 2003 9:58 pm
Forum: Volume 103 (10300-10399)
Topic: 10349 - Antenna Placement
Replies: 16
Views: 10682

help!p:-10349

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<string.h>
void dfs_visit(long r, long c);
long valid(long r, long c);
long ...
by jupiter777
Sun Mar 30, 2003 9:57 pm
Forum: Volume 7 (700-799)
Topic: 750 - 8 Queens Chess Problem
Replies: 78
Views: 39011

help!p:-750

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<math.h>
int x[100],a=0,b,rec[1000][10];
int place(int k, int i){
int j ...
by jupiter777
Sun Mar 30, 2003 9:54 pm
Forum: Volume 4 (400-499)
Topic: 469 - Wetlands of Florida
Replies: 63
Views: 32348

help!p:-469

i can't find out whats the wrong with my code! plz help me with that.
here's my code:-
.............................................................................................................
#include<stdio.h>
#include<ctype.h>
#include<string.h>
long dr[8]={-1,-1,-1,0,0,1,1,1};
long dc[8]={-1 ...

Go to advanced search