代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/163161/10172719
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/163161/10172727
m chap7_10.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
www.eeworm.com/read/163114/10174979
~pas bysj.~pas
unit bysj;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Grids, DBGrids, Db, ADODB, StdCtrls;
type
TfrmQualityAppraise = class(TF
www.eeworm.com/read/163114/10174982
pas bysj.pas
unit bysj;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Grids, DBGrids, Db, ADODB, StdCtrls;
type
TfrmQualityAppraise = class(TF
www.eeworm.com/read/358784/10179568
asm b16.asm
TITLE (.asm)
; This program
; Last update:
Include Irvine16.inc
.data
.code
main PROC
mov ax,@data
mov ds,ax
exit
main ENDP
END main
www.eeworm.com/read/358349/10190521
rc wupddutch.rc
STRINGTABLE
{
909, "Ophalen update bestand : "
910, "Ophalen update bestanden ?"
911, "Afsluiten toepassing om update uit te voeren ?"
912, "Identiek bron en doel bestand : %s"
913, "Besta
www.eeworm.com/read/358349/10191050
rc wupdeng.rc
STRINGTABLE
{
909, "Download update file : "
910, "Download update files ?"
911, "Shutdown application to update executable files ?"
912, "Equal source and target files : %s"
913, "File no
www.eeworm.com/read/357508/10208086
cc cursesp.cc
// * this is for making emacs happy: -*-Mode: C++;-*-
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc.