代码搜索:i2

找到约 3,146 项符合「i2」的源代码

代码结果 3,146
www.eeworm.com/read/299337/7866219

doc i2总线.doc

www.eeworm.com/read/470540/6913287

m test.m

a=[1 2 3;4 5 6]; d=zeros(1,3); for i2=1:3, for k=1:2, d(1,i2)=d(1,i2)+a(k,i2); c(i2)=d(1,i2)/2; end end
www.eeworm.com/read/469335/6973301

m brightestpoint.m

function [x,y] = brightestpoint(im) [m, i] = max(im); [m2, i2] = max(m); x = i2; y = i(i2);
www.eeworm.com/read/162614/5517558

c attrib15.c

// PR c++/15317 struct A { A(char); }; A::A(__attribute__((unused)) char i2) {}
www.eeworm.com/read/334567/12585984

m encode.m

% MATLAB SIMULATION OF FS-1015 LPC-10e % COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the LPC-10e coder. The
www.eeworm.com/read/182266/9209450

asp user.asp

www.eeworm.com/read/350582/10730800

m twohistogram2.m

clear; I=imread('system4.bmp'); I2=imresize(I,0.2,'bilinear'); [m,n]=size(I2); for x=1:256; for y=1:256; W(x,y)=0; V(x,y)=0; end; end; for i=1:m; for j=1:n;
www.eeworm.com/read/307077/13731767

m ch3_1_1.m

I = imread('rice.png'); I2 = imread('cameraman.tif'); K = imdivide(imadd(I,I2), 2);
www.eeworm.com/read/478861/6705514

frm form04.frm

VERSION 5.00 Begin VB.Form Form04 BackColor = &H80000013& Caption = "逐步判别分析" ClientHeight = 6255 ClientLeft = 60 ClientTop = 465 ClientW
www.eeworm.com/read/476396/6760192

m ch3_1_1.m

I = imread('rice.png'); I2 = imread('cameraman.tif'); K = imdivide(imadd(I,I2), 2);