代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/160300/10544421
edb update1.edb
www.eeworm.com/read/423501/10556601
sh update_client.sh
#!/bin/sh
#######################################################################
#
# Auto-updater client 1.0.1
# Author: Michael Boelen (michael AT rootkit DOT nl)
#
################################
www.eeworm.com/read/423501/10556604
sh update_server.sh
#!/bin/sh
#######################################################################
#
# Auto-updater server 1.0.1
# Author: Michael Boelen (michael AT rootkit DOT nl)
#
################################
www.eeworm.com/read/423501/10556789
sh check_update.sh
#!/bin/sh
if [ "$1" = "" -o "$2" = "" -o "$3" = "" -o "$4" = "" ]; then
echo "Usage $0 "
exit 1
fi
WGETFOUND=0
CO
www.eeworm.com/read/160139/10565749
swf update1.swf
www.eeworm.com/read/278132/10566233
m memory_update.m
function exc=Memory_update(gp_qua,gc_qua,vn,cn,xn,yn,zn)
% /*------------------------------------------------------*
% * - Find the total excitation *
% * - updat
www.eeworm.com/read/351998/10589001
m gmm_update.m
function gr = gmm_update(g1, g2, H)
D = size(g1.x, 1);
M = size(g1.x, 2);
N = size(g2.x, 2);
R = M*N;
gr.x = zeros(D,R);
gr.P = zeros(D,D,R);
gr.w = zeros(1,R);
k=1;
for i=1:M
xi =