代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/142572/12939104
l unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers
www.eeworm.com/read/142092/12963493
m double.m
function d=double(c);
% COMPONENTS/DOUBLE converts a Components object into a double matrix
% Usage:
% d=double(c);
%
% Parameters:
% c: the Components object to convert
%
% Note:
% This f
www.eeworm.com/read/139501/13153310
js asciimathml.js
/*
ASCIIMathML.js
==============
This file contains JavaScript functions to convert ASCII math notation
to Presentation MathML. The conversion is done while the XHTML page
loads, and should work with
www.eeworm.com/read/136959/13352254
c ltostr.c
/*
** LTOSTR.C - An improved, safer, ltoa()
**
** On call:
** num = number to convert
** string = buffer for output
** max_chars = maximum size of buffer
** base = number b
www.eeworm.com/read/321827/13396747
c _tolower.c
/***
*_tolower.c - convert character to lower case
*
* Copyright (c) 1996, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines _Tolower().
*
*Revision History:
*
www.eeworm.com/read/314294/13569621
c msp430x22x4_adc10_temp.c
//******************************************************************************
// MSP430F22x4 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
//
// Description: A single sample is made o
www.eeworm.com/read/311847/13624376
c msp430x20x2_adc10_temp.c
//******************************************************************************
// MSP430F20x2 Demo - ADC10, Sample A10 Temp and Convert to oC and oF
//
// Description: A single sample is made o
www.eeworm.com/read/305450/13769589
m torr_etort.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an essential matrix to a rotation and translation martix
%as set out in Hartley and Zisserman.
%note there are 4 sol
www.eeworm.com/read/148359/5715970
py srgb2xyz.py
#
# Sample: Convert from sRGB to XYZ perceptual intent
#
from lcms import *
print "Enter sRGB values, 0..255"
#
# Create placeholder for colorant
#
color = COLORB()
color[0] = in