代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/182453/9203716
m smooth_update.m
function [xsmooth, Vsmooth, VVsmooth_future] = smooth_update(xsmooth_future, Vsmooth_future, ...
xfilt, Vfilt, Vfilt_future, VVfilt_future, A, Q, B, u)
% One step of the backwards RTS smoothing e
www.eeworm.com/read/182453/9203742
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/181597/9244524
cpp update_server.cpp
#include "./update_server.h"
//initialize
void CODEC_InitUpdateList(void) {
cout
www.eeworm.com/read/181597/9244526
h codec_update.h
#ifndef _CODEC_UPDATE_H_
#define _CODEC_UPDATA_H_
#include
#define MAX_IP_LEN_UPDATE 20
#define MAX_CMD_LEN_UPDATE 20
#define MAX_DATA_BUF_LEN_UPDATE 512
//设备升级时传送包格式
typedef s
www.eeworm.com/read/181597/9244528
h update_server.h
#ifndef _UPDATE_SERVER_H_
#define _UPDATE_SERVER_H_
#include
#include
#include
#include "winsock2.h"
#include
#include
//header file
www.eeworm.com/read/377572/9270666
hh update_queue.hh
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/377572/9270716
cc update_queue.cc
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/377522/9273402