代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/473414/6852459
dpr yd.dpr
program yd;
uses
Forms,
windows,
Ulogin in 'Ulogin.pas' {Flogin},
Umain in 'Umain.pas' {fmain},
Udm in 'Udm.pas' {adodm: TDataModule},
uyg in 'uyg.pas' {fyg},
Urk in 'Urk.pas'
www.eeworm.com/read/295595/8150708
m costwbfixed.m
function [cost] = costwbfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,w0,C,Sigmaold,Xapp,yapp,pow);
%COSTWBFIXED Computes an upper bound on SVM loss
% COST = COSTWBFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDS
www.eeworm.com/read/295595/8150715
m costlfixed.m
function [cost] = costlfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,C,Xapp,yapp,pow);
%COSTLFIXED Computes an upper bound on SVM loss
% COST = COSTLFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSUP,C,XAP
www.eeworm.com/read/295595/8150720
m costwfixed.m
function cost = costwfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,C,Sigmaold,Xapp,yapp,pow);
%COSTWFIXED Computes an upper bound on SVM loss
% COST = COSTWFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSU
www.eeworm.com/read/295595/8150725
m costlbfixed.m
function [cost] = costlbfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,w0,C,Xapp,yapp,pow);
%COSTLBFIXED Computes an upper bound on SVM loss
% COST = COSTLBFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSUP
www.eeworm.com/read/395675/8161564
txt sql语句.txt
1.在已有表中建立关系
alter table dbo.表A add constraint 存储关系的名字 foreign key (A的字段) references 表B(表B的字段)
on delete cascade
on update cascade
go
www.eeworm.com/read/294899/8194906
c iir.c
//IIR.c IIR filter using cascaded Direct Form II
//Coefficients a's and b's correspond to b's and a's from MATLAB
#include "bs1750.cof" //BS @ 1750 Hz coefficient file
short dly[stages][
www.eeworm.com/read/294635/8215107
txt reallyrad.txt
ReallyRad functions:
1. Options dialog.
2. Auto add dialog to main RC file.
3. Auto add menu to main RC file.
4. Auto update resources (bitmaps, icons, cursors) to main RC file.
5. Auto up
www.eeworm.com/read/393865/8257731
m costwbfixed.m
function [cost] = costwbfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,w0,C,Sigmaold,Xapp,yapp,pow);
%COSTWBFIXED Computes an upper bound on SVM loss
% COST = COSTWBFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDS
www.eeworm.com/read/393865/8257738
m costlfixed.m
function [cost] = costlfixed(StepSigma,DirSigma,Sigma,indsup,Alpsup,C,Xapp,yapp,pow);
%COSTLFIXED Computes an upper bound on SVM loss
% COST = COSTLFIXED(STEPSIGMA,DIRSIGMA,SIGMA,INDSUP,ALPSUP,C,XAP