代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/103075/7087362
gtkrc
g_fprintf(f,"style \"normal\"\n") ;
g_fprintf(f,"{\n") ;
g_fprintf(f," bg[PRELIGHT] = { 0.1, 0.9, 0.1 }\n") ;
g_fprintf(f," bg[NORMAL] = { 0.1, 0.8, 0.1 }\n") ;
g_fprintf(f,"}\n") ;
g_fprint
www.eeworm.com/read/450608/7480103
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/137160/13341853
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/314653/13562231
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/493294/6399929
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/255755/12057276
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/150905/12248331
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/149739/12352702
m udc.m
%UDC Uncorrelated normal based quadratic Bayes classifier (BayesNormal_U)
%
% W = UDC(A)
%
% INPUT
% A input dataset
%
% OUTPUT
% W output mapping
%
% DESCRIPTION
% Computation a quadratic cla
www.eeworm.com/read/175598/9540595
c sched_get_priority_min.c
/*
* sched_get_priority_min.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* --------------------------------------------------------------------------
*
*