代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6246587
2 sync.2
.\" SCCSID: @(#)sync.2 8.2 1/28/91
.TH sync 2
.SH Name
sync \- update super-block
.SH Syntax
.B void sync()
.SH Description
.NXR "sync system call"
.NXR "file system" "examining"
The
.PN sync
system c
www.eeworm.com/read/101082/6246835
1 sync.1
.\" SCCSID: @(#)sync.1 8.1 9/11/90
.TH sync 1
.SH Name
sync \- update the super block
.SH Syntax
.B /bin/sync
.SH Description
.NXR "sync command"
.NXAM "sync command" "sync system call"
.NXR "superbl
www.eeworm.com/read/101042/6259008
pod md5.pod
=pod
=head1 NAME
MD2, MD4, MD5, MD2_Init, MD2_Update, MD2_Final, MD4_Init, MD4_Update,
MD4_Final, MD5_Init, MD5_Update, MD5_Final - MD2, MD4, and MD5 hash functions
=head1 SYNOPSIS
#include
www.eeworm.com/read/101039/6260525
sql c_acctschema_element_trg.sql
CREATE OR REPLACE TRIGGER C_AcctSchema_Element_Trg
AFTER INSERT OR DELETE OR UPDATE
ON C_AcctSchema_Element
FOR EACH ROW
DECLARE
/****************************************************************
www.eeworm.com/read/100285/6272276
hlp create_trigger.hlp
.pgaw:Help.f.t insert end "CREATE TRIGGER" {bold} " will enter a new trigger into the current data base. The trigger will be associated with the relation relname and will execute the specified functio
www.eeworm.com/read/299625/6285240
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/299625/6285243
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/299625/6285245
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/299625/6285248
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