代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/177144/9467698
sln 平滑预测法.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "平滑预测法", "平滑预测法.vcproj", "{80951ACE-F91F-41C4-AEEB-E8A5690A987A
www.eeworm.com/read/177144/9467699
opt 平滑预测法.opt
www.eeworm.com/read/371766/9537155
cpp 固定增量法.cpp
#include
main()
{
float a[100][100]={0.0};
float A[100]={0.0};
int i=1,j,h=0;
float b;
int k=1,q=1,l,y;
char c,d;
int r[100]={0};
//-------------请输入样本集X1,并将其转化为增广模式向量-
www.eeworm.com/read/169320/9866824
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/363342/9958058
c 冒泡法改进.c
/* 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,
每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?
如将N 个数按从大到小排序,Turbo C语言程序函数
如下: */
void sort(int a[],int n);
www.eeworm.com/read/363342/9958064
c 穷举搜索法.c
www.eeworm.com/read/363342/9958068
c 递堆法.c
www.eeworm.com/read/363342/9958223
c 各种排序法.c
#include
#include
struct node
{
int key;
}r[20];
struct rnode
{
int key;
int point;
};
main()
{
void print(struct node a[20],int n);
int creat();
void shell
www.eeworm.com/read/167036/9983994
dsw 辅助变量法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/167036/9983995