代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/465829/7046717
ini pk.ini
[Ver]
Ver=1.04
UpURL=http://www.ah163.net.cn/lovexl/update.up
UpLIST=http://www.ah163.net.cn/lovexl/uplist.up
IP=www.ah163.net.cn
www.eeworm.com/read/465930/7049010
makefile
SHELL = /bin/sh
include ../config.mk
.PHONY : help all
help all:
@echo ""
@echo "This driver is in kernel 2.3.17 and higher."
@echo "The only target supported on 2.3 is now 'update'."
@echo ""
www.eeworm.com/read/464632/7066843
java calculatespeed.java
/** This class calculates the Raw Speed,Adjusted Speed, Accuracy and Number of Words Typed.
* It requires a string to compute the accuray,speed etc.
* Its update method is called by a thread
www.eeworm.com/read/440502/7068532
sql clearstatus.sql
--投档初始化过程CLEARSTATUS
CREATE OR REPLACE PROCEDURE CLEARSTATUS
AS
BEGIN
UPDATE COLLEGE SET 录取人数=0;
UPDATE NOTE SET TIMES=0;
UPDATE STUDENT SET 录取状态=0,录取志愿=NULL,录取院校=NULL,录取日期=NULL,操作人=NU
www.eeworm.com/read/364551/7072265
pas uprogress.pas
unit uProgress;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, ComCtrls, Gauges;
type
TProgress = class
private
{ Private declarations }
FF
www.eeworm.com/read/222631/7092958
m chap7_9.m
%Discrete Kalman filter for PID control
%Reference kalman_2rank.m
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
clear all;
close all;
ts=0.001;
%Continuous Plant
a=25;b=133;
sys=tf(b,[1,a,0]);
dsys=c2d(sy