代码搜索:width
找到约 10,000 项符合「width」的源代码
代码结果 10,000
www.eeworm.com/read/123495/14627897
cpp fvscanny.cpp
// Taken from the canny.c file
// Robot Vision Group
// Dept. of Artifical Intelligence
// University of Edinburgh
//
// Authors: Bob Fisher, Dave Craft, A Fitzgibbion
// orginal date September 86
//
www.eeworm.com/read/219887/14860762
m decompose.m
%%%Cholesky Decompose
%%%对称正定阵的Cholesky正交分解
%%%Decompose.m
function L=Decompose(A)
Width1=length(A(:,1));
Width2=length(A(1,:));
Sum1=0;
Sum2=0;
U=zeros(Width1,Width2);
for i=1:Width1
www.eeworm.com/read/208247/15250320
c bayer.c
/*
* BAYER2RGB24 ROUTINE TAKEN FROM:
*
* Sonix SN9C101 based webcam basic I/F routines
* Copyright (C) 2004 Takafumi Mizuno
*
* Redistribution and use in source and binary for
www.eeworm.com/read/474739/6805759
cpp fvscanny.cpp
// Taken from the canny.c file
// Robot Vision Group
// Dept. of Artifical Intelligence
// University of Edinburgh
//
// Authors: Bob Fisher, Dave Craft, A Fitzgibbion
// orginal date September 86
//
www.eeworm.com/read/473907/6821689
htm websurlhandlerdelete.htm
websUrlHandlerDelete -- GoAhead WebServer API
www.eeworm.com/read/473881/6842456
mxp lcd.mxp
********************************************************************************
TMS320C55x COFF/Hex Converter Version 2.56
************************************
www.eeworm.com/read/472613/6872172
map lcd.map
********************************************************************************
TMS320C54x COFF/Hex Converter Version 3.70
************************************
www.eeworm.com/read/472613/6872178
map lcd.map
********************************************************************************
TMS320C54x COFF/Hex Converter Version 3.70
************************************
www.eeworm.com/read/135579/13920706
cpp fvscanny.cpp
// Taken from the canny.c file
// Robot Vision Group
// Dept. of Artifical Intelligence
// University of Edinburgh
//
// Authors: Bob Fisher, Dave Craft, A Fitzgibbion
// orginal date September 86
//