代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/119982/14815676
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/119982/14815715
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/119982/14815722
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/220288/14844071
m ekfm.m
function [xhat_data,Pmat]=ekfm(kalmfilex,kalmfiley,linfile,xbar,...
P0,q,r,u,y,timeidx,optpar)
% EKFM
% This function is an implementation of the conventional
% extended Kalman f
www.eeworm.com/read/220288/14844075
m ekf.m
function [xhat_data,Pmat]=ekf(kalmfilex,kalmfiley,linfile,xbar,...
P0,q,r,u,y,timeidx,optpar)
% EKF
% This function is an implementation of the conventional
% extended Kalman fil
www.eeworm.com/read/118875/14850924
java cammonitor.java
import java.awt.Graphics;
import java.awt.Canvas;
import java.awt.Dimension;
import java.awt.Image;
import java.awt.Color;
import java.awt.Toolkit;
import java.awt.image.ImageObserver;
import java.ne
www.eeworm.com/read/118242/14880512
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/218331/14926119
todo
minicom TODO list
-----------------
important:
* update/complete existing translations, see also [1]
normal:
* sync AUTHORS with man/minicom.1
* merge ChangeLog with */ChangeLog*
* update to gette
www.eeworm.com/read/116597/14963874
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/216674/14997985
py hmac.py
"""HMAC (Keyed-Hashing for Message Authentication) Python module.
Implements the HMAC algorithm as described by RFC 2104.
This is just a copy of the Python 2.2 HMAC module, modified to work when
use