代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/307629/13718545
m ekf_3dcv_filter.m
%参考文献
%Decoupling joint probabilistic data association algorithm for multiple target tracking
%杂波环境下多传感器的数据融合
%三维常速CV模型
clear all;
clc;
T=1;
www.eeworm.com/read/136989/5837821
h ecg_udp_protocol.h
/* -*- C++ -*- */
/**
* @file ECG_UDP_Protocol.h
*
* @brief Document the protocol to federate multiple Real-time Event
* Channels via UDP.
*
* ECG_UDP_Protocol.h,v 1.3 2003/07/21 06:42:28
www.eeworm.com/read/136865/5841939
5 jng.5
.TH JNG 5 "July 26, 2000"
.SH NAME
jng \- JPEG Network Graphics (JNG) sub-format
.SH DESCRIPTION
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
Network Graphics) format. As wit
www.eeworm.com/read/136815/5856631
5 jng.5
.TH JNG 5 "July 26, 2000"
.SH NAME
jng \- JPEG Network Graphics (JNG) sub-format
.SH DESCRIPTION
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
Network Graphics) format. As wit
www.eeworm.com/read/133772/5899951
changelog
2003-11-21 Andrew Lunn
* tests/crc_test.c: Made the test text gcc 3.3.2 friendly. It does
not like strings to continue over multiple lines when there are
open " marks.
www.eeworm.com/read/118801/6095812
5 jng.5
.TH JNG 5 "July 26, 2000"
.SH NAME
jng \- JPEG Network Graphics (JNG) sub-format
.SH DESCRIPTION
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
Network Graphics) format. As wit
www.eeworm.com/read/117567/6101422
java gifimage.java
package ranab.img.gif;
import java.io.*;
import java.util.*;
import java.awt.*;
import java.awt.image.*;
import ranab.img.*;
/**
* GIF encoder class. It supports transparency, multiple ima
www.eeworm.com/read/234576/6315714
h t3dlib4.h
// T3DLIB4.H - Header file for T3DLIB4.CPP game engine library
// watch for multiple inclusions
#ifndef T3DLIB4
#define T3DLIB4
// DEFINES & CONSTANTS /////////////////////////////////////
www.eeworm.com/read/343762/11928578
m lattice.m
function [MX,PE,arg3] = lattice(Y,lc,Mode);
% Estimates AR(p) model parameter with lattice algorithm (Burg 1968)
% for multiple channels.
% If you have the NaN-tools, LATTICE.M can handle missing v
www.eeworm.com/read/342996/11984783
changelog
2002-11-08 Douglas Lowder
- Added patch from Scott Anderson to improve tests/ts_calibrate.c by taking
median of multiple samples for each point.
2002-08-29 Douglas Low