代码搜索:Tracking

找到约 2,832 项符合「Tracking」的源代码

代码结果 2,832
www.eeworm.com/read/266117/11239650

cpp bkgauss.cpp

#include #include #include #include #include //必须引此头文件 // various tracking parameters (in seconds) const double MHI_DURATION = 0.5;
www.eeworm.com/read/134379/13994090

h ip_conntrack_helper.h

/* IP connection tracking helpers. */ #ifndef _IP_CONNTRACK_HELPER_H #define _IP_CONNTRACK_HELPER_H #include struct module; /* Reuse expectation when max_expect
www.eeworm.com/read/164463/10106520

h ip_conntrack_ftp.h

#ifndef _IP_CONNTRACK_FTP_H #define _IP_CONNTRACK_FTP_H /* FTP tracking. */ #ifdef __KERNEL__ #include /* Protects ftp part of conntracks */ DECLARE_LOCK_EXTERN(ip
www.eeworm.com/read/460712/7105577

m chap5_10.m

%Iterative learning control for mobile robot path-tracking clear all; close all; ts=0.001; %Sample time for k=1:1:2001 xd(k)=cos((k-1)*pi*ts); yd(k)=sin((k-1)*pi*ts
www.eeworm.com/read/456596/7344201

c motempl.c

#include "cv.h" #include "highgui.h" #include #include #include #include // various tracking parameters (in seconds) const double MHI_DURATION = 0.5; const doubl
www.eeworm.com/read/439271/7713610

m chap5_10.m

%Iterative learning control for mobile robot path-tracking clear all; close all; ts=0.001; %Sample time for k=1:1:2001 xd(k)=cos((k-1)*pi*ts); yd(k)=sin((k-1)*pi*ts
www.eeworm.com/read/152843/5664374

h nf_conntrack_sctp.h

#ifndef _NF_CONNTRACK_SCTP_H #define _NF_CONNTRACK_SCTP_H /* SCTP tracking. */ #include enum sctp_conntrack { SCTP_CONNTRACK_NONE, SCTP_CONNTRACK_CLOS
www.eeworm.com/read/152843/5665363

h nf_conntrack_icmpv6.h

/* * ICMPv6 tracking. * * 21 Apl 2004: Yasuyuki Kozakai @USAGI * - separated from nf_conntrack_icmp.h * * Derived from include/linux/netfiter_ipv4/ip_conntrack_i
www.eeworm.com/read/147766/5726074

h ip_conntrack_ftp.h

#ifndef _IP_CONNTRACK_FTP_H #define _IP_CONNTRACK_FTP_H /* FTP tracking. */ #ifdef __KERNEL__ #include /* Protects ftp part of conntracks */ DECLARE_LOCK_EXTERN(ip
www.eeworm.com/read/147766/5727579

c ip_conntrack_ftp.c

/* FTP extension for IP connection tracking. */ #include #include #include #include #include #include