代码搜索:JS
找到约 10,000 项符合「JS」的源代码
代码结果 10,000
www.eeworm.com/read/287194/8710845
c 4cinv.c
#include "stdlib.h"
#include "stdio.h"
int cinv(ar,ai,n)
int n;
double ar[],ai[];
{ int *is,*js,i,j,k,l,u,v,w;
double p,q,s,t,d,b;
is=malloc(n*sizeof(int));
js=malloc
www.eeworm.com/read/287194/8711074
c 4rinv.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rinv(a,n)
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/286659/8752096
cpp matrixl.cpp
// matrixl.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "math.h"
#include
//#include
//#include
int brinv(double a
www.eeworm.com/read/427573/8934632
c 6gaus.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int gaus(a,b,n)
int n;
double a[],b[];
{ int *js,l,k,i,j,is,p,q;
double d,t;
js=malloc(n*sizeof(int));
l=1
www.eeworm.com/read/427573/8934909
c 4rinv.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rinv(a,n)
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/427573/8935081
c 6gjdn.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int gjdn(a,b,n,m)
int n,m;
double a[],b[];
{ int *js,l,k,i,j,is,p,q;
double d,t;
js=malloc(n*sizeof(int));
www.eeworm.com/read/427573/8935170
c 6gaus.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int gaus(a,b,n)
int n;
double a[],b[];
{ int *js,l,k,i,j,is,p,q;
double d,t;
js=malloc(n*sizeof(int));
l=1
www.eeworm.com/read/427573/8935183
c 6ggje.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int ggje(a,n,b)
int n;
double a[],b[];
{ int *js,i,j,k,is,u,v;
double d,t;
js=malloc(n*sizeof(int));
for (
www.eeworm.com/read/427573/8935377
c 4rinv.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rinv(a,n)
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/427573/8935566
c 4sdet.c
#include "math.h"
double sdet(a,n)
int n;
double a[];
{ int i,j,k,is,js,l,u,v;
double f,det,q,d;
f=1.0; det=1.0;
for (k=0; k