代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/314653/13562254
m classc.m
%CLASSC Convert mapping to classifier
%
% W = CLASSC(W)
% W = W*CLASSC
%
% INPUT
% W Any mapping or dataset
%
% OUTPUT
% W Classifier mapping or normalized dataset: outputs/features sum to 1
%
www.eeworm.com/read/310212/13655075
m contents.m
% Image Processing Toolbox --- images/images/private
%
% axes2pix - Convert axes coordinates to pixel coordinates.
% getcurpt - Get current point.
% dct - Discrete cosine transfor
www.eeworm.com/read/300886/13883509
m cell2num.m
function x=cell2num(cx)
% Convert a cell array of numbers into a numeric array or
% a cell array of logical variables into an array of logical variables
%
% Written by: E. Rietsch: March
www.eeworm.com/read/148359/5714560
c wmf2eps.c
/* libwmf (convert/wmf2eps.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
www.eeworm.com/read/148359/5714561
c wmf2x.c
/* libwmf (convert/wmf2gd.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
www.eeworm.com/read/148359/5714562
c wmf2gd.c
/* libwmf (convert/wmf2gd.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
www.eeworm.com/read/148359/5714564
c wmf2svg.c
/* libwmf (convert/wmf2svg.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
www.eeworm.com/read/148359/5714565
c wmf2fig.c
/* libwmf (convert/wmf2fig.c): library for wmf conversion
Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources
The libwmf Library is free software; you can redistribute it and/or
www.eeworm.com/read/148359/5715975
py srgb2lab.py
#
# Sample: Convert from sRGB to Lab (D50), perceptual intent
#
from lcms import *
print "Enter sRGB values, 0..255"
#
# Create placeholder for colorant
#
color = COLORB()
color[0
www.eeworm.com/read/148359/5715976
py srgb2adobe.py
#
# Sample: Convert from sRGB to AdobeRGB, perceptual intent
#
from lcms import *
print "Enter sRGB values"
#
# Create placeholders
#
RGB = COLORB()
RGB[0] = input("R?")
RGB[1] = input(