代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/130383/14196227
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/130383/14196230
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/231318/14239081
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/231236/14243370
java sythreaddemo.java
/**
* Title: 线程同步
* Description: 通过使用同步锁实现对共享数据的操作
* Copyright: Copyright (c) 2003
* Filename: SyThreadDemo.java
* @author 杜江
* @version 1.0
*/
/**
*类说
www.eeworm.com/read/231140/14254044
c filtere.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
www.eeworm.com/read/128841/14276929
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/128668/14282497
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/128648/14283683
aspx listing1508.aspx
sub Page_Load(obj as object, e as eventargs)
if Not Page.IsPostBack then
dim objUser as new TYASPNET.User
dim objDet
www.eeworm.com/read/128628/14286611
mak simple_thread.mak
# Nmake macros for building Windows 32-Bit apps
all: Simple~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/128628/14286638
mak queue_status.mak
# Nmake macros for building Windows 32-Bit apps
all: Queue~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obje