代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/359019/10169719
mapping
# Example filename mapping file
#
# EXTN XLate CREATOR TYPE Comment
.tif Raw '8BIM' 'TIFF' "Photoshop TIFF image"
.hqx Ascii 'BnHq' 'TEXT' "BinHex file"
.doc Raw
www.eeworm.com/read/434722/1868805
mapping
% birddoc to LaTeX replacement file
% The \relax is there to avoid sgml2latex rewriting the class
+ "\\relax\\documentclass\[a4paper,10pt,openany\]{book}\n"
"\\usepackage{birddoc}\n"
"
www.eeworm.com/read/434722/1868806
mapping
% Converts qwertz files to html files ready for fixref and html2html.
%
% This file is R-Rated because of uglyness.
%
% -Magnus
+ "" +
www.eeworm.com/read/434722/1868807
mapping
% linuxdoc replacement file
% translates into nroff, using ms macros
% manpages can be processed using the man macros
% does not use neqn for math.
% Based on qwertz replacement file by Tom Gordon
%
www.eeworm.com/read/292248/8365564
m mapping.m
function output=mapping(info, constell, priority_type);
%Mapping maps info into two dimensional constellations.
%priority_type sets the Most Signficant Bit.
%
if nargin3,
disp('[M
www.eeworm.com/read/187497/8635454
m mapping.m
function TxSymbol = Mapping(TxDataBin,FZ);
%将PN序列中每一个码片扩展成为所对应的副载波序列(pn*fz过程)
if TxDataBin == 1
TxSymbol = FZ;
else
TxSymbol = -FZ;
end
www.eeworm.com/read/431835/8651013
doc mapping.doc
www.eeworm.com/read/431675/8662185
m mapping.m
%MAPPING Mapping class constructor
%
% w = mapping(map,d,lablist,k,c,v,par)
%
% A map/classifier object is constructed from:
% d size (any), a set of weights defining the mapping
% lablist size
www.eeworm.com/read/386050/8769080
m mapping.m
%MAPPING Mapping class constructor
%
% W = MAPPING(MAPPING_FILE, MAPPING_TYPE, DATA, LABELS, SIZE_IN, SIZE_OUT)
%
% A map/classifier object is constructed. It may be used to map a dataset A
% on anoth
www.eeworm.com/read/386050/8769340