代码搜索:图像法

找到约 10,000 项符合「图像法」的源代码

代码结果 10,000
www.eeworm.com/read/242302/13028794

html 20544.html

何谓快速排序法(QUICK SORT)?? 何谓快速排序法(QUICK SORT)??
www.eeworm.com/read/150923/12245051

c ywls.c

////////////////////////////////////////////// // 用遗忘因子法递推法估计参数: // // 数据读入:m序列和白噪声分别由m.txt文件 // // 和whitenoise.txt文件中读入, // // 程序执行结果存入"递推结果.txt"中。 // ///////////////////
www.eeworm.com/read/337166/12386723

m ex3-13-1_2.m

% 用梯形法求数值积分 d=pi/1000; t=0:d:3*pi; nt=length(t); Y=exp(-0.5*t).*sin(t+pi/6); Z=trapz(Y)*d % 用梯形法求数值积分
www.eeworm.com/read/114100/15083552

html 20544.html

何谓快速排序法(QUICK SORT)?? 何谓快速排序法(QUICK SORT)??
www.eeworm.com/read/38039/1092853

mnu crvtannrm.mnu

CRV#TAN#NORM 曲线相切法向 # Tangent 相切 The curve will be tangent to the reference at this end. 曲线将在末端与参照相切。 Normal 法向 The curve will be normal to the reference at this end. 曲线将在末端与参照垂直。
www.eeworm.com/read/192685/8304723

html 20544.html

何谓快速排序法(QUICK SORT)?? 何谓快速排序法(QUICK SORT)??
www.eeworm.com/read/336139/12475010

txt 一次函数调用过程.txt

过程:调用一次输入法,然后再选择别的输入法,函数的调用过程: Get in the DllMain()! CClassFactory::QueryInterface() return NOERROR Oh, created IClassFactory object! CInputMethod::QueryInterface() CInputMethod::AddRef() CInp
www.eeworm.com/read/146618/12631812

c ywls.c

////////////////////////////////////////////// // 用遗忘因子法递推法估计参数: // // 数据读入:m序列和白噪声分别由m.txt文件 // // 和whitenoise.txt文件中读入, // // 程序执行结果存入"递推结果.txt"中。 // ///////////////////
www.eeworm.com/read/291614/8407695

m chazhi.m

clear all; Ximage=double(imread('D:\work\lena.jpg')); % Yimage=double(imread('D:\work\cameraman.jpg')); Ih=size(Ximage,1);%图像的长度 Iw=size(Ximage,2);%图像的宽度 Biao=(Ih*Iw)/256; Junfang=double(zeros
www.eeworm.com/read/287148/8718412

asm eqhis.asm

.title "eqhis" .mmregs .def _c_int00 .data div .word 4096 ;图像的总点数 I_IMAGE_SIZE .set 4096 ;图像大小 I_HISTAB_SIZE .set 256 ;灰度变换查找表大小 STACK .usect "st