代码搜索:FREE 有哪些应用?

找到约 10,000 项符合「FREE 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/146618/12631931

c brinv.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int brinv(a,n) int n; double a[]; { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=mall
www.eeworm.com/read/202952/15369019

txt gauss-jord求逆算发.txt

下面是实现Gauss-Jordan法实矩阵求逆。 #include #include #include int brinv(double a[], int n) { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=mal
www.eeworm.com/read/113909/15444405

txt copyright.txt

COPYRIGHT for Free Chat beta release 2 Copyright and Disclaimer information for Free Chat by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 9/26/1997
www.eeworm.com/read/113909/15444407

txt distrib.txt

DISTRIB for Free Chat beta release 2 Distribution listing by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 9/26/1997 (THIS IS A BETA RELEASE) --
www.eeworm.com/read/113905/15444494

txt copyright.txt

COPYRIGHT for Free Chat beta release 2e Copyright and Disclaimer information for Free Chat by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 7.Jun.19
www.eeworm.com/read/113905/15444565

txt distrib.txt

DISTRIB for Free Chat beta release 2e Distribution listing by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 7.Jun.1998 (THIS IS A BETA RELEASE)
www.eeworm.com/read/113359/15464518

c rinv.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int rinv(n,a) int n; double a[]; { int *is,*js,i,j,k,l,u,v; double d,p; is=malloc(n*sizeof(int)); js=mallo
www.eeworm.com/read/112163/15492820

txt copyright.txt

COPYRIGHT for Free Chat beta release 2e Copyright and Disclaimer information for Free Chat by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 7.Jun.1998 (THI
www.eeworm.com/read/112163/15492891

txt distrib.txt

DISTRIB for Free Chat beta release 2e Distribution listing by Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ Last update: 7.Jun.1998 (THIS IS A BETA RELEASE) ----------
www.eeworm.com/read/111975/15498778

c rgauss.c

#include "stdlib.h" #include "math.h" #include "stdio.h" int rgauss(n,a,b) int n; double a[],b[]; { int *js,l,k,i,j,is,p,q; double d,t; js=malloc(n*sizeof(int)); l