代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/150905/12248402
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/150905/12250593
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/251835/12317348
m crgather.m
function [u,uquad,zr] = crgather(u,uquad,quadnum,cr,Q,zr)
%CRGATHER Convert points into a single embedding in CR formulation.
% Each quadrilateral (crossratio) has an associated embedding of the
www.eeworm.com/read/251835/12318067
m diskmap.m
function Md = diskmap(M)
%DISKMAP Convert to diskmap object.
% DISKMAP(M), where M is a crossratio diskmap object, returns the
% equivalent map as a diskmap object. This is done by computing th
www.eeworm.com/read/149739/12352760
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/250662/12393113
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/131282/14152447
doc ri2m.doc
NAME
ri2m - convert real & imaginary to magnitude
SYNOPSIS
ifft [infile [outfile]] [options]
USAGE
By default, input is from stdin and output to stdout.
OPTIONS
-a [step] automat
www.eeworm.com/read/127767/14336295
txt e409. getting and setting java type values in a preference.txt
A preference node holds only string values. However, the Preferences class has convenience methods that will convert a number of basic Java types to and from strings. For example, Preferences.putByteA
www.eeworm.com/read/127767/14337072
txt e585. converting between rgb and hsb colors.txt
This example demonstrates how to convert between a color value in RGB (three integer values in the range 0 to 255 representing red, green, and blue) and HSB (three floating point values in the range 0
www.eeworm.com/read/127767/14337204
txt e701. the quintessential printing program using a streaming printing service.txt
A streaming print service is used to convert print data from one format to another. Unlike a print service that prints to a printer, a streaming print service writes to an output stream. This example