代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/146081/12678094
vbp 输入法控制.vbp
Type=Exe
Form=输入法控制.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Startup="Form1"
Command32=""
Name="工程1"
HelpContextID="0"
Compatib
www.eeworm.com/read/144160/12811150
txt 分冶法乘法.txt
Re:分治法例题1的解答
参考解答
设X和Y都是n位的二进制整数,现在要计算它们的乘积XY。我们可以用小学所学的方法来设计一个计算乘积XY的算法,但是这样做计算步骤太多,显得效率较低。如果将每2个1位数的乘法或加法看作一步运算,那么这种方法要作O(n2)步运算才能求出乘积XY。下面我们用分治法来设计一个更有效的大整数乘积算法。
图6-3 大整数X和Y的分段
...
www.eeworm.com/read/144012/12823874
exe 维吉尼亚密码法.exe
www.eeworm.com/read/144012/12823890
exe 维吉尼亚密码法.exe
www.eeworm.com/read/143651/12854674
ppt 6 回溯法(print).ppt
www.eeworm.com/read/330019/12919372
cpp 复化simpson法.cpp
#include
#include
#include
double h,t,a,b,n,x;
#define sign
double f1(double x)
{
double f1;
f1=4.0/(1+x*x);
return f1;
}
double f2(doub
www.eeworm.com/read/330019/12919375
dsp 复化simpson法.dsp
# Microsoft Developer Studio Project File - Name="复化Simpson法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/330019/12919378
opt 复化simpson法.opt
www.eeworm.com/read/330019/12919380