代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/258272/11873781
m hash.m
function h = hash(inp,meth)
% HASH - Convert an input variable into a message digest using any of
% several common hash algorithms
%
% USAGE: h = hash(inp,'meth')
%
% inp = input variabl
www.eeworm.com/read/255755/12057334
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/153044/12064514
m seagrid2ecom.m
function seagrid2ecom(theSeagridFile, theEcomFile, theSigmaLevels)
% seagrid2ecom -- Convert "seagrid" output to "ecom" input".
% seagrid2ecom('theSeagridFile', 'theEcomFile') converts
% the given
www.eeworm.com/read/152141/12136495
ref htags.ref
@c This file is generated automatically by convert.pl from htags/manual.in.
@unnumberedsubsec NAME
htags - generate hypertext from source code.
@unnumberedsubsec SYNOPSIS
@noindent
@quotation
htags [-
www.eeworm.com/read/152141/12136512
ref gozilla.ref
@c This file is generated automatically by convert.pl from gozilla/manual.in.
@unnumberedsubsec NAME
gozilla - force mozilla to display specified source file.
@unnumberedsubsec SYNOPSIS
@noindent
@quo
www.eeworm.com/read/152141/12136515
txi reference.txi
@c This file is generated automatically by convert.pl from a set of manual.in.
@menu
* global:: global - print the locations of specified object.
* gtags:: gtags - create tag files fo
www.eeworm.com/read/253950/12173753
m convertoldnet.m
function net = convertoldnet(net)
%CONVERTOLDNET Convert pre-2.3 release MLP and MDN nets to new format
%
% Description
% NET = CONVERTOLDNET(NET) takes a network NET and, if appropriate,
% converts i
www.eeworm.com/read/253864/12181779
m gc2dec.m
%Function to convert a gray coded sequence to a decimal sequence
function dec = gc2dec(gra)
% Description: This function converts a gray coded string to its equivalent
% decimal representation.
www.eeworm.com/read/339665/12211807
m convertoldnet.m
function net = convertoldnet(net)
%CONVERTOLDNET Convert pre-2.3 release MLP and MDN nets to new format
%
% Description
% NET = CONVERTOLDNET(NET) takes a network NET and, if appropriate,
% converts i
www.eeworm.com/read/253499/12218823
py piglatin.py
"""Convert text to Pig Latin
This program is part of "Dive Into Python", a free Python book for
experienced programmers. Visit http://diveintopython.org/ for the
latest version.
"""
__author__ = "M