代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/198985/7897753

txt gauss消去法代码.txt

unit Gauss1Unit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DBCtrls, dbcgrids, Grids, DBGrids, dblookup; type TGauss
www.eeworm.com/read/297880/7990215

c newton迭代法.c

/* 标准文档模板 */ #include "Stdio.h" #include "math.h" float fun(float x) {float y; y=(x-1)*(x-1)*(2*x-1); return y;} float fund(float x) {float z; z=2*(x-1)*(2*x-1)+2*(x-1)*(x-1); return z;}
www.eeworm.com/read/195741/8133061

bak 选择法排序.bak

clear dime a(10) n=10 for i=1 to 10 a(i)=int(rand()*100) ??a(i) next for i=1 to n-1 for j=i+1 to n if a(i)>a(j) t=a(i) a(i)=a(j) a(j)=t endi
www.eeworm.com/read/195741/8133064

prg 选择法排序.prg

clear dime a(10) n=10 for i=1 to 10 a(i)=int(rand()*100) ??a(i) next for i=1 to n-1 for j=i+1 to n if a(i)>a(j) t=a(i) a(i)=a(j) a(j)=t endi
www.eeworm.com/read/395998/8137238

plg 牛顿迭代法.plg

Build Log --------------------Configuration: 牛顿迭代法 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\DELL\LO
www.eeworm.com/read/395998/8137242

dsw 牛顿迭代法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # 警告: 不能编辑或删除该工作区文件! ############################################################################### Project: "牛顿迭代法"=".\牛顿迭代法.dsp
www.eeworm.com/read/395998/8137245

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) Con