代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/259565/11782227
m s_align.m
function seisout=s_align(seisin,varargin)
% Function aligns (flattens) user-specified events on seismic traces. The
% shifts required for alignment as well as the correlation coefficient can
% be st
www.eeworm.com/read/259531/11784505
todo
minicom TODO list
-----------------
important:
* update/complete existing translations, see also [1]
* fix documentation for new -7 switch and the new semantics of
-l and -L
normal:
* sync AUTHO
www.eeworm.com/read/156528/11795038
m mcholmz3.m
%
% [L,D,E,pneg]=mchol2(G)
%
% Given a symmetric matrix G, find a matrix E of "small" norm and c
% L, and D such that G+E is Positive Definite, and
%
% G+E = L*D*L'
%
% Also, calculate a di
www.eeworm.com/read/156494/11797300
sql test2.sql
begin
for i in 1 .. 1000
loop
update small set y = i where x= &1;
commit;
end loop;
end;
/
exit
www.eeworm.com/read/154354/11967820
h lubyrack.h
// lubyrack.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_LUBYRACK_H
#define CRYPTOPP_LUBYRACK_H
/** \file */
#include "simple.h"
#include "secblock.h"
NAMESPAC
www.eeworm.com/read/256425/12000159
java ai1.java
// 程序:角色追踪移动
// 范例文件:AI1.java
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
class Sprite
{
int spriteX,spriteY,VX,VY;
AI1 Game;
Image UFO, Beast;
pub
www.eeworm.com/read/256398/12001718
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/256398/12001724
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/256398/12001730
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/256398/12001737
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