代码搜索:图像法
找到约 10,000 项符合「图像法」的源代码
代码结果 10,000
www.eeworm.com/read/100753/15865297
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/311437/13631034
pdf 最大类间方差法在图像处理中的应用.pdf
www.eeworm.com/read/419514/10863696
doc 图像特征及图像特征提取.doc
www.eeworm.com/read/701/2152
vi xy图获取图像和导出图像.vi
www.eeworm.com/read/293415/8295261
doc 高斯列主元法消去法.doc
www.eeworm.com/read/373458/9455005
m fun.m
function [f]=fun(x)
f=(x^2-exp(x)+2)/3; %迭代法 斯蒂芬森迭代法
%f=x^2-exp(x)+2-3*x; %牛顿迭代法
www.eeworm.com/read/439869/7699304
cpp unit1.cpp
//---------------------------------------------------------------------------
//目的:输入法可由中选取,并在Memo1中执行输入功能
www.eeworm.com/read/146253/12662007
m fun.m
function [f]=fun(x)
f=(x^2-exp(x)+2)/3; %迭代法 斯蒂芬森迭代法
%f=x^2-exp(x)+2-3*x; %牛顿迭代法
www.eeworm.com/read/246636/12716182