代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/340960/12117736
exe convert.exe
www.eeworm.com/read/152141/12136715
pl convert.pl
#!/usr/bin/perl
#
# Copyright (c) 2001 Tama Communications Corporation
#
# This file is part of GNU GLOBAL.
#
# GNU GLOBAL is free software; you can redistribute it and/or modify
# it under the terms
www.eeworm.com/read/254307/12147829
m convert.m
i=1:1000;
%y=zeros(1000);
%x=round(500*sin(0.2*pi*i)+500*cos(0.9*pi*i));
x=[72,160,-206,-74,18,53,-55,30,-123,-19,-30,96,-53,-90,-89,28,-75,160,57,32,-15,32,134,-224,129,-38,0,88,58,-161,-150,57,-9
www.eeworm.com/read/151704/12180309
m convert.m
function pp = convert(pp,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.2 $ $Date: 2002/03/29 13:35:13 $
nargchk(2,3,nargin);
if ~ishandle(pp),
error('First Paramet
www.eeworm.com/read/151704/12180366
m convert.m
function en = convert(en,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.6 $ $Date: 2002/03/29 13:35:29 $
nargchk(2,3,nargin);
if ~ishandle(en),
error('First Paramet
www.eeworm.com/read/151704/12180556
m convert.m
function mm = convert(mm,datatype,siz)
%CONVERT Configures properties for predefined target data types
% CONVERT(MM,TYPE) - Defines the numeric representation to be
% applied to the register o
www.eeworm.com/read/151704/12180675
m convert.m
function mm = convert(mm,datatype,siz)
%CONVERT Configures properties for predefined target data types
% CONVERT(MM,TYPE) - Defines the numeric representation to be
% applied to the memory arr
www.eeworm.com/read/151704/12180999
m convert.m
function mm = convert(mm,datatype,siz)
%CONVERT Configures properties for predefined target data types
% CONVERT(MM,TYPE) - Defines the numeric representation to be
% applied to the register o
www.eeworm.com/read/151704/12181244
m convert.m
function rp = convert(rp,datatype,size)
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/03/29 13:44:06 $
nargchk(2,3,nargin);
if ~ishandle(rp),
error('First Parameter
www.eeworm.com/read/151704/12181304
m convert.m
function re = convert(re,datatype,size)
% CONVERT - Convert RE representation into DATATYPE and
% optionally reshape it to SIZE.
%
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $D