代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/293183/8310262
m classc.m
%CLASSC Convert mapping to classifier
%
% W = classc(W)
% W = W*classc
%
% The mapping W is converted into a classifier: outputs (distances to the map)
% are converted by the sigmoid function to proba
www.eeworm.com/read/393095/8312162
java weather.java
class Weather {
public static void main(String[] arguments) {
float fah = 86;
System.out.println(fah + " degrees Fahrenheit is ...");
// To convert Fahrenheit into Cels
www.eeworm.com/read/367152/9780176
m lans_sphere2idx.m
% lans_sphere2idx - convert longitude/latitude to absolute storage index
%
% [idx] = lans_sphere2idx(sang);
%
% _____OUTPUTS____________________________________________________________
www.eeworm.com/read/414697/11105588
m ms2mtx1.m
function [mtx,unid]=ms2mtx1(ms)
% Convert a matrix-string to a matrix
%-------------------------------------------------------------
if strcmp(ms,'Numerator')
ms='';
end
% remove unwant
www.eeworm.com/read/414513/11109755
pas setstring.pas
unit SetString;
interface
uses SysUtils, TypInfo;
// Convert a set to a string, e.g.,
// var
// Styles: TFontStyles;
// begin
// Styles := [fsBold, fsItalic];
// WriteLn(SetToStrin
www.eeworm.com/read/335821/12495898
pas areaintf.pas
unit AreaIntf;
interface
uses
Windows, ActiveX, Classes, ComObj, DCPTypeServer_TLB, StdVcl;
type
TUnitAuto = class(TTypedComObject, IUnitAuto)
protected
function Convert(Quantit