代码搜索:相差法

找到约 10,000 项符合「相差法」的源代码

代码结果 10,000
www.eeworm.com/read/389487/8517263

cpp 查找--对半查找法(递归).cpp

/****************************************************************************************************** ** Program Name : Insertion Sort In The Form Of Recursion ** Author : Lu Jian Hua ** Ti
www.eeworm.com/read/289058/8581946

plg 雅可比迭代法.plg

Build Log --------------------Configuration: 雅可比迭代法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\sun\LO
www.eeworm.com/read/289058/8581948

dsp 雅可比迭代法.dsp

# Microsoft Developer Studio Project File - Name="雅可比迭代法" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/289058/8581950

cpp 雅可比迭代法.cpp

#include #include #define EPS 1e-6 #define MAX 100 float *Jacobi(float a[3][4],int n) { float *x,*y,epsilon,s; int i,j,k=0; x =new float[(n*sizeof(float))]; //here
www.eeworm.com/read/289058/8581953

dsw 雅可比迭代法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################