代码搜索:Guass
找到约 130 项符合「Guass」的源代码
代码结果 130
www.eeworm.com/read/283032/9046379
pdf guass.pdf
www.eeworm.com/read/165501/10059117
exe guass.exe
www.eeworm.com/read/165501/10059119
c guass.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int Guass(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;
for (k=0;k
www.eeworm.com/read/162712/10279859
cpp guass.cpp
//GUASS.CPP--高斯消去法解线性方程组
#include
#include
using namespace std;
const int ROW=5;
void print_err();
void print_x(float x[]);
void main()
{
float a[ROW][ROW]={
www.eeworm.com/read/470581/6913991
sln guass.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{059D6162-CD51-11D0-AE1F-00A0C90FFFC3}") = "guass", "guass.dsp", "{EE52ED56-00DF-4993-BD50-0FCC8C6962E4}"
www.eeworm.com/read/470581/6913992
plg guass.plg
Build Log
--------------------Configuration: guass - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/470581/6913993
ncb guass.ncb
www.eeworm.com/read/470581/6913994
ico guass.ico
www.eeworm.com/read/470581/6913997
rc guass.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/470581/6913998