代码搜索结果
找到约 10,000 项符合
Display 的代码
display.plg
礦ision2 Build Log
Project:
E:\uv2_prj\Display.uv2
Project File Date: 03/01/2006
Output:
display.lnp
"STARTUP.obj",
"main.obj",
"Message.obj",
"DeviceAction.obj",
"c1335_driver.obj",
"menu.obj",
"subMenu.obj",
"IIC24c02.obj"
TO "Display"
RAMSIZE(256)
XDATA( 0X0000-0X03FE )
display.hex
:030000000225EAEC
:0C25EA00787FE4F6D8FD758149022631A7
:102BB100EF1FAA0670011E4A600A7DFFAC051DECDD
:042BC10060EE80F84A
:012BC50022ED
:1027550075210175080175B0FF75A0FF7590FF75AE
:1027650080FF7F327
display.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
display.m
function display(net)
% DISPLAY
%
% Display a textual representation of a support vector classifier object.
%
% display(net);
%
% File : @svc/display.m
%
% Date : Wednesd
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a radial basis kernel object.
%
% display(ker);
%
% File : @rbf/display.m
%
% Date : Tuesday 12th
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a polynomial kernel object.
%
% display(ker);
%
% File : @polynomial/display.m
%
% Date : Tuesday
display.m
function display(ker)
% DISPLAY
%
% Display a textual representation of a linear kernel object.
%
% display(ker);
%
% File : @linear/display.m
%
% Date : Tuesday 12th Se
display.m
function display(net)
fprintf(1,'\nsupport vector classifier:\n\n');
fprintf(1,' kernel = %s\n', char(net.kernel));
fprintf(1,' bias = %f\n', net.bias);
fprintf(1,' sv = %s\n', m
display.m
function display(ker)
fprintf(1,'\nradial basis kernel (gamma = %f)\n\n', ker.gamma);