代码搜索:FREE 有哪些应用?
找到约 10,000 项符合「FREE 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/208637/15241697
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/208637/15241720
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/208637/15241724
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/208637/15241763
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/208637/15241837
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/208637/15241839
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/208637/15241944
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/207154/15281995
c reversalop.c
#include
#include
#include
/* 使用Gauss-Jordan消去法求n阶实矩阵的逆矩阵 */
int ReversalOp(double *matrixa, int rank)
{
int *is,*js,i,j,k,l,u,v;
double d,p;
is=(int
www.eeworm.com/read/169979/5407620
c zipsplit.c
/*
Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
Kai Uwe Rommel and Igor Mandrichenko.
Permission is granted to any individual or institution to use, copy, or
redistribu
www.eeworm.com/read/169602/5419640
hpp buddy.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou