代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/148696/12442649
mak getthreadcontext.mak
# Nmake macros for building Windows 32-Bit apps
all: GetThr~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/148696/12442748
mak enum_allfonts.mak
# Nmake macros for building Windows 32-Bit apps
all: Enum_A~1.exe
# Update the resource if necessary
Enum_A~1.res: Enum_A~1.rc Enum_A~1.h
rc -r -fo Enum_A~1.res Enum_A~1.rc
# Update t
www.eeworm.com/read/148696/12442764
mak create_set.mak
# Nmake macros for building Windows 32-Bit apps
all: Create~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/131630/14135129
java antstatus.java
/*
* This code is from the book:
*
* Winder, R and Roberts, G (2000) Developing Java
* Software, second edition, John Wiley & Sons.
*
* It is copyright (c) 2000 Russel Winder and Graham
www.eeworm.com/read/233524/14148261
txt undo_redo.txt
GED
Undo Commands
1. Update Symbol or Block
2. Update Symbol or Block
3. Properties
4. Insert Node
5. Properties
6. Move
7. Move
8. Move
www.eeworm.com/read/131284/14152251
readme
ReadMe file for newmat08, an experimental matrix package in C++.
Documentation is in newmata.txt and newmatb.txt.
Update information is in newmata.txt.
www.eeworm.com/read/130383/14196221
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/130383/14196225
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