代码搜索:Scale
找到约 10,000 项符合「Scale」的源代码
代码结果 10,000
www.eeworm.com/read/159878/10599882
res scale.res
www.eeworm.com/read/159878/10599889
cfg scale.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/159878/10599892
dpr scale.dpr
program Scale;
uses
Forms,
ScaleF in 'ScaleF.pas' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/159878/10599894
dof scale.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/421949/10675958
m scale.m
function [scaled] = Scale(Data, Lower, Upper)
% [scaled] = Scale(Data);
% [scaled] = Scale(Data, Lower, Upper);
%
% scale the elements of all the column vectors in
% the range of [Lower Upper].
www.eeworm.com/read/276845/10702563
h scale.h
#ifndef _SCALE_H_
#define _SCALE_H_
#include "commdef.h"
void scale_hardkey();
void scale_softkey(KEY key);
void refresh_updown_scale();
void border_scale();
void vision();
BOOL StoreScale
www.eeworm.com/read/276845/10702621
cpp scale.cpp
#include
#include
#include
#include
#include "cursor.h"
#include "keydef.h"
#include "g_func.h"
#include "global.h"
#include "numkeyp.h"
#include
www.eeworm.com/read/350746/10713408
m scale.m
function y = scale(varargin)
% SCALE Scales matrix elements to a new range.
%
% y = SCALE(x,[min max]) scales the elements of matrix x to a new range
% defined by [min, max].
%
% y = S
www.eeworm.com/read/158942/10717432
res scale.res
www.eeworm.com/read/158942/10717442
cfg scale.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi