代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/127242/14366814
m 15-3.m
I = imread('rice.tif');
BW = edge(I,'canny');
% 以自动阈值选择法对图像进行Canny算子检测
[BW,thresh] = edge(I,'canny');
% 返回当前Canny算子边缘检测的阈值
disp('Canny算子自动选择的阈值为:')
disp(thresh)
subplot(121),imshow(BW);
title(
www.eeworm.com/read/227861/14408161
m exm033_1.m
%exm033_1.m
%直接对域赋值法产生"单构架"。
green_house.name='一号房'; %构架域由(构架名).(域名)标识。
green_house.volume='2000立方米'; %
green_house.parameter.temperature=[31.2 30.4 31.6 28.7
www.eeworm.com/read/126308/14433613
c thrice.c
/* 用弦截法求解方程的根 */
# include
# include
float f(float x)
{
float y;
y = ((x-8.0)*x+12.0)*x - 30.0;
return y;
}
float xpoint(float x1, float x2) /* 定义函数xpoint,求出弦
www.eeworm.com/read/224965/14559753
cpp exam2-7.cpp
#include "dlinklist.cpp"
void reverse(DLinkList *&L) /*双链表元素逆置*/
{
DLinkList *p=L->next,*q;
L->next=NULL;
while (p!=NULL)
{
q=p->next; /*q指向*p的后续结点*/
p->next=L->next; /*采用头插法将*p结
www.eeworm.com/read/121616/14747133
txt [c函数之b].txt
函数名: bar
功 能: 画一个二维条形图
用 法: void far bar(int left, int top, int right, int bottom);
程序例:
#include
#include
#include
#include
int main(vo
www.eeworm.com/read/121616/14747145
txt [c函数之e].txt
函数名: ecvt
功 能: 把一个浮点数转换为字符串
用 法: char ecvt(double value, int ndigit, int *decpt, int *sign);
程序例:
#include
#include
#include
int main(void)
{
char *s
www.eeworm.com/read/219226/14890891
m mutual_information_main.m
function tau=mutual_main(data)
%互信息法求tau
%作者:Adu 武汉大学 adupopo@163.com
%data; % 时间序列,列向量
%max_tau = 100; % 本程序默认最大时延
%Part = 128; % 本程序默认box大小
[entropy]=mutual(data);
for i = 1:lengt
www.eeworm.com/read/115116/15026032
c thrice.c
/* 用弦截法求解方程的根 */
# include
# include
float f(float x)
{
float y;
y = ((x-8.0)*x+12.0)*x - 30.0;
return y;
}
float xpoint(float x1, float x2) /* 定义函数xpoint,求出弦
www.eeworm.com/read/114188/15071812
htm index.htm
BBS水木清华站∶精华区
◇ Re: 我是cxterm的新手!!有问题请教大家!!!! Help me
◇ Cxterm 的呒虾米输入法