代码搜索:U

找到约 10,000 项符合「U」的源代码

代码结果 10,000
www.eeworm.com/read/128965/5978652

lds u-boot.lds

/* * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/128965/5978659

lds u-boot.lds

/* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/128965/5978664

lds u-boot.lds

/* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you
www.eeworm.com/read/128965/5978669

lds u-boot.lds

/* * (C) Copyright 2000, 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free softwar
www.eeworm.com/read/128965/5978676

lds u-boot.lds

/* * (C) Copyright 2003-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software
www.eeworm.com/read/128684/5980304

m u_clademo.m

echo off % CLADEMO demonstration for using a contructed SVM classifier to classify % input patterns % echo on; % % % NOTICE: please first run any of the first three demonstrations before %
www.eeworm.com/read/128684/5980306

m u_poldemo.m

echo off %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial keneral. echo on; clc %POLDEMO demonstration for using nonlinear SVM classifier with a % polynomial ke
www.eeworm.com/read/128684/5980308

m u_svcdemo.m

% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Construct a linear SVM Classifier and test it % 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/128684/5980310

m u_rbfdemo.m

echo off % RBFDEMO demonstration for using nonlinear SVM classifier % with a RBF kernel. echo on; clc % RBFDEMO demonstration for using nonlinear SVM classifier % with a RBF kernel. %#####
www.eeworm.com/read/128684/5980311

m u_lindemo.m

echo off %LINDEMO demonstration for using linear SVM classifier. echo on; clc %LINDEMO demonstration for using linear SVM classifier. %#########################################################