代码搜索:converting
找到约 1,282 项符合「converting」的源代码
代码结果 1,282
www.eeworm.com/read/143621/12856072
log vctobpr.log
Reading configurations from .\tring.dsp
Finished reading configurations from .\tring.dsp
Converting E:\souce code\tring\tring.dsw
Generating project group file E:\souce code\tring\tring.bpg
tring
www.eeworm.com/read/244381/12869688
m wfit.m
mf = ginput(20); % pick 20 points
magg = vpck(mf(:,2),mf(:,1)); % pack them as a varying matrix
W = fitmag(magg); % choose the order of W online
[A,B,C,D] =
www.eeworm.com/read/138638/13227416
c uc_lc_b.c
/*
** Copy the standard input to the standard output, converting
** all uppercase characters to lowercase.
*/
#include
int
main( void )
{
int ch;
while( (ch = getchar()) != EO
www.eeworm.com/read/138638/13227444
c uc_lc.c
/*
** Copy the standard input to the standard output, converting
** all uppercase characters to lowercase. Note: This depends
** on the fact that tolower returns its argument unchanged if
** the
www.eeworm.com/read/309349/13673648
mod2convert-test-out
Creating sparse matrix.
Converting from sparse to dense.
Converting back to dense again.
Testing for equality of two sparse matrices: OK.
Converting to dense once again.
Testing for equality of two d
www.eeworm.com/read/487110/6523670
asv face_detection.asv
close all
clear all
clc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%reading an image
%I=imread('41.jpg');
%I=imread('test1.JPG');
%I= imread('face8.jpg');
I = imread('IMG_0143.JPG
www.eeworm.com/read/487110/6523672
m face_detection.m
close all
clear all
clc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%reading an image
%I=imread('IMG_0141.JPG');
%I=imread('test1.JPG');
I = imread('IMG_0142.JPG');
%I = imread('IM
www.eeworm.com/read/485849/6548412
err pg320240.err
TASKING program builder v8.0r1 Build 056 SN 00096962
Compiling and assembling main.c
Compiling and assembling lcd_pg320240.c
Preprocessing start.asm
Assembling start.src
Compiling and assembling
www.eeworm.com/read/478557/6709768
bat test.bat
@echo off
cxstm8 -vl +modsl crts.s acia.c vector.c
if errorlevel 1 goto bad
:clink
echo.
echo Linking ...
clnk -o acia.sm8 -m acia.map acia.lkf
if errorlevel 1 goto bad
:chexa
echo.
echo Con
www.eeworm.com/read/261221/11657869
m lucy.m
function resim = Lucy(ifbl, LEN, THETA, iterations, handle)
%Function to restore the image using Lucy-Richardson
%Inputs: ifbl, LEN, THETA, iterations.
%Returns: resim
%
%ifbl: It is the input i