代码搜索:2000
找到约 10,000 项符合「2000」的源代码
代码结果 10,000
www.eeworm.com/read/418779/10924378
txt 10995.txt
Rule
--
Sid
10995
--
Summary:
This event is generated when an attempt is made to exploit a known vulnerability in Windows 2000.
--
Impact:
Low
--
Detailed Information:
SMTP service in Microsoft Wi
www.eeworm.com/read/273093/10927388
m jm99a1.m
%99年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
clear;opt=inf;
for n=[10 20 30]
for m=[200 300 400]
[x0,op]=fmins('jm99afun',[n m]);
if op(8)
www.eeworm.com/read/273093/10927607
m jm99a.m
function [x,opt]=jm99a(n,m)
%99年中国大学生数学建模竞赛a题:自动化车床问
%参见《数学的实践与认识》2000.1.p36-40
opt=inf;
for n=10:5:30
for m=300:10:400
[x0,op]=fmins('jm99afun',[n m]);
if op(8)
www.eeworm.com/read/418749/10928453
txt readme.txt
Put the DNS.ocx file in your directory;
WINDOWS NT: winnt\system32
WINDOWS 95/98/2000: windows\system
www.eeworm.com/read/273057/10930094
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a Gaussian radial basis kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input p
www.eeworm.com/read/273055/10930175
h infcache.h
/******************************************************************************
File : InfCache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descri
www.eeworm.com/read/273055/10930177
hh utils.hh
/******************************************************************************
File : utils.hh
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descript
www.eeworm.com/read/273055/10930180
m smosvctutor.m
function tutor = smosvctutor(arg)
% SMOSVCTUTOR
%
% Construct a tutor object for training support vector classifiers using the
% sequential minimal optimisation algorithm.
%
% Examples:
%
%
www.eeworm.com/read/273055/10930185
h cache.h
/******************************************************************************
File : Cache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descripti
www.eeworm.com/read/273049/10930328
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