代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/140850/13059648
m linear.m
function ker = linear(arg)
% LINEAR
%
% Construct a linear kernel object,
%
% K(x1, x2) = x1.x2';
%
% Examples:
%
% % default constructor
%
% ker1 = linear;
%
% % copy cons
www.eeworm.com/read/140850/13059659
m train.m
function net = train(net, tutor, varargin)
% TRAIN
%
% Train a dag-svm multi-class support vector classifier network using the
% specified tutor to train each component two-class network.
%
www.eeworm.com/read/242302/13062343
html 19419.html
Re: 关于 ACCESS 2000 与VB中的DATA CONTROL
Re: 关于 ACCESS 2000 与VB中的DATA CONTROL
www.eeworm.com/read/242302/13063630
html 15187.html
Re: 第一个解答小弟以下问题者,奉上束脩2000元
Re: 第一个解答小弟以下问题者,奉上束脩2000元
www.eeworm.com/read/242302/13066311
html 13742.html
Re: vb60使用access2000 .mdb
Re: vb60使用access2000 .mdb
www.eeworm.com/read/242302/13066528
html 17736.html
Re: Office Developer 2000 ?
Re: Office Developer 2000 ?
www.eeworm.com/read/140633/13071131
vbp zdm.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation
Reference=*\G{C094C1E2-57C6-11D2-85E3-080009A0C626}#1.1#0#C:\Program Files\AutoCAD 2
www.eeworm.com/read/242302/13071205
html 19601.html
Re: VB6.0 如何取 Access 2000 的 mdb 档案
Re: VB6.0 如何取 Access 2000 的 mdb 档案
www.eeworm.com/read/242302/13071497
html 16561.html
在Word 2000为何可看见日文字, 但是却印不出来呢?
在Word 2000为何可看见日文字, 但是却印不出来呢?
www.eeworm.com/read/242302/13076250
txt 如何显示透明图片.txt
有两个办法:一个是利用ImageList控件,该控件有一个MaskColor属性可以实现你的愿望;另一个是到http://go.163.com/zealsoft/cn/download/program.html下载TransparentBlt的VB实例,它演示了如何指定一种颜色后自动生成掩码图。另外,Windows 98/2000下有TransparentBlt函数,它同我们在VB实例中提供的函数