代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/339800/3294469
h ctype.h
/*
* ctype.h
*
* Functions for testing character types and converting characters.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Colin Peters
www.eeworm.com/read/426934/1986279
java typeconversionmanager.java
package org.jawin.browser.codegen;
import java.util.HashMap;
import org.jawin.browser.config.ConfigManager;
/**
* Manages loading and exposing type conversion configuration for converting
*
www.eeworm.com/read/384220/2602773
h ctype.h
/*
* ctype.h
*
* Functions for testing character types and converting characters.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Colin Peters
www.eeworm.com/read/255218/4379214
h wctype.h
/*
* wctype.h
*
* Functions for testing wide character types and converting characters.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Mumit Khan
www.eeworm.com/read/474523/6811613
h ctype.h
/*
* ctype.h
*
* Functions for testing character types and converting characters.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Colin Peters
www.eeworm.com/read/474523/6811659
h wctype.h
/*
* wctype.h
*
* Functions for testing wide character types and converting characters.
*
* This file is part of the Mingw32 package.
*
* Contributors:
* Created by Mumit Khan
www.eeworm.com/read/474535/6811788
m wiener1.m
function resim = Wiener(ifbl, LEN, THETA, SNR)
%Preprocessing
%Performing Median Filter before restoring the blurred image
ifbl = medfilt2(abs(ifbl));
%Converting to frequency domain
fbl
www.eeworm.com/read/173097/9674017
patch sh-lite.patch
This adds basic support for KGDB on SuperH as well as adding some architecture
specific notes to the DocBook file and converting the 7751 to use this. I
have tested all combinations of 8250 and SCI(F
www.eeworm.com/read/248306/12585208
c unmime.c
/*
* MIME mail decoding.
*
* This module contains decoding routines for converting
* quoted-printable data into pure 8-bit data, in MIME
* formatted messages.
*
* By Henrik Storner