代码搜索结果
找到约 10,000 项符合
1 的代码
d1r1.cpp
#include "iostream.h"
#include "math.h"
void gaussj(double a[], int n, double b[])
{
int i,j,k,l,ll,irow,icol;
double big,pivinv,dum;
int ipiv[50], indxr[50], indxc[50];
for (j=0;j
d1r1.plg
Build Log
--------------------Configuration: d1r1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ww\LOCAL
d1r1.dsp
# Microsoft Developer Studio Project File - Name="d1r1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
d1r1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
uart1_int1.c
//-----------------------------------------------------------------------------
// UART1_Int1.c
//-----------------------------------------------------------------------------
// Copyright 2001 Cyg
ch6_1_1.cpp
//***********************
//** ch6_1_1.cpp **
//***********************
extern int n; //n由另一个源文件定义
void fn2() //fn2()函数用于另一个源文件
{
n=8; //使用n
}