代码搜索结果
找到约 10,000 项符合
Display 的代码
display.h
/**
* Copyright (c) 2006-2008 iWESUN (ShenZhen) Inf.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t
display.c
/*
* X11 interface for linmodem
*
* Copyright (c) 2000 Fabrice Bellard.
*
* This code is released under the GNU General Public License version
* 2. Please read the file COPYING to know the exa
display.h
/* display.c */
int lm_display_init(void);
void lm_display_close(void);
int lm_display_poll_event(void);
void lm_dump_qam(float si, float sq);
void lm_dump_eye(int channel, float time, float val);
display.c
/* display.c, X11 interface */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
display.m
function display(f)
%QDA/DISPLAY Display an QDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
fprintf('\n%s =\n\n', inputname(1));
fprintf('\tQuadratic discriminant analysis\n');
switch
display.m
function display(f)
%SOFTMAX/DISPLAY Display SOFTMAX object.
% Copyright (c) 1999 Michael Kiefte.
% $Id: display.m,v 1.1 1999/06/04 18:50:50 michael Exp $
% $Log: display.m,v $
% Revision 1.
display.m
function display(f)
%LOGDA/DISPLAY Display LOGDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
beta = f.coefs;
g = size(beta, 1) + 1;
p = size(beta, 2) - 1;
fprintf('\n%s =\n\n', inputna
display.m
function display(f)
%CLASSIFIER/DISPLAY Display CLASSIFIER object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
p = size(f.range, 2);
g = length(f.counts);
fprintf('\n%s =\n\n', inputname(1));
display.m
function display(f)
%LDA/DISPLAY Display an LDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
fprintf('\n%s =\n\n', inputname(1));
fprintf('\tLinear discriminant analysis\n');
switch f.e