代码搜索:PLEASE
找到约 10,000 项符合「PLEASE」的源代码
代码结果 10,000
www.eeworm.com/read/465571/7049790
c man.c
/* Note:Your choice is C IDE */
#include "stdio.h"
#include "math.h"
main()
{
float R2n=0,X2n=0,R2c=0,X2c=0,Z2c=0;
double a=0,t=0;
float IN1n=0,N2n=0,N2=0,r2=0,X2=0,Z2=0,Ac=0,Lc=0;
float Z
www.eeworm.com/read/406399/7068170
txt readme!.txt
FLASH PAGE FLIP DOCUMENTATION (Free Version)
www.FlashPageFlip.com
//////////////////////////////////////////////////
ADD PAGES
---------
Please refer to included XML file to see examples.
www.eeworm.com/read/411330/7083288
seidel
Seidel迭代2007-07-16 18:41#include
#include
using namespace std;
#define n 3 //以三阶为例
#define err 0.0000001
#define N 80
void main()
{
int i,j,k;
doub
www.eeworm.com/read/411330/7083297
jacobi
Jacobi迭代2007-07-16 18:35#include
#include
using namespace std;
#define n 4
#define err 0.01
#define N 10
void main()
{
int i,j,k;
float a[n][n],
www.eeworm.com/read/411330/7083299
追赶法求解线性方程组2007-07-16 19:07#include
using namespace std;
#define n 4 //以四阶方程为例
void main()
{
int i,j;
float A[n][n],f[n],b[n],c[n],p[n],y[n],x[n],a[n];
cout
www.eeworm.com/read/411330/7083300
sor
SOR迭代2007-07-16 18:43#include
#include
using namespace std;
#define n 3 //以三阶为例
#define err 0.0000001
#define N 80
#define w 0.55
void main()
{
int i,
www.eeworm.com/read/411330/7083322
newton
Newton插值2007-07-16 18:37#include
using namespace std;
#include
#define N 5 //以五点为例
void main()
{
int i,j;
float f[N+1][N+1];
float x[N],y[N];
float t;
c
www.eeworm.com/read/155244/7087270
txt readme.txt
If you are using the most current version of WinZip
just press the button "Install" and follow directions.
If not:
Extract to a TEMP file then run setup.
You can remove the Temp file you h
www.eeworm.com/read/427418/7126287
inc fib_messages.inc
{***************************************************************}
{ FIBPlus - component library for direct access to Firebird and }
{ InterBase databases }