Login
...or Sign up
Home
Search
Search Code Snippets
Search People
13 W(x)
#include
#include
#include
double wielomian (double *x,double *a,int n, double z); int main () { int n,i,j; double *x, *y, *a,z=-5; FILE *f; char nazwa[100]; printf ("podaj liczbe elementow N "); scanf ("%d",&n); x=(double*)calloc(n,sizeof(double)); y=(double*)calloc(n,sizeof(double)); a=(double*)calloc(n,sizeof(double)); for (i=0;i
Score: 0/10
Would you like to comment?
Sign up
for a free account or
sign in
(if you are already a member).
URL:
Embed:
Uploaded on 5/21/2009 6:53:58 PM
by
migiel
Programming Language:
C
Tags:
Viewed 235 times
Help
Help by email
What is Naslu?
|
About Naslu
|
Contact
|
Terms of Use
|
Downloads
|
Webprogramacion.com
|
Blog
|
Top
Links
Select language:
Español
|
English
© 2009 naslu.com