代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/213486/15134132
cpp 弦截法.cpp
#include
#include
double f(double x)
{
return x*x*x-3*x-1;
}
void XieJie(double x1, double x2, double e)
{
cout
www.eeworm.com/read/210370/15200283
sql -补位法.sql
--自已做标识列的例子,不自动重排编号,而是自动补号:
--创建得到最大id的函数
create function f_getid()
returns char(3)
as
begin
declare @id int
if not exists(select 1 from tb where id='001')
set @id=1
else
begin
select
www.eeworm.com/read/207349/15274595
asm 冒泡法排序.asm
ORG 0000H
BUBBLE: MOV R0,#30H
MOV R2, #02H
DEC R2
CLR 22H.0
BULOOP: MOV 20H , @R0
MOV
www.eeworm.com/read/205870/15304933
dsw k均值法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/205870/15304934
ncb k均值法.ncb
www.eeworm.com/read/205870/15304936
dsp k均值法.dsp
# Microsoft Developer Studio Project File - Name="k均值法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/205870/15304937
opt k均值法.opt
www.eeworm.com/read/205870/15304938
plg k均值法.plg
Build Log
--------------------Configuration: k均值法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\WEININ~1
www.eeworm.com/read/11251/214811
pdf 穷举搜索法.pdf
www.eeworm.com/read/11251/214814