代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/230048/6789232
java adventure.java
//: c08:Adventure.java
// Multiple interfaces.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
interface CanFight {
void
www.eeworm.com/read/194440/8194690
m theo_mult_w.m
function [pm,p]=theo_mult_w(rin)
% [pm,p]=theo_mult_w(r)
%
% THEO_MULT_W computes the multiple contamination in a 1-D p-wave
% theogram according to the algorithm in
% Waters, "Reflection Seismology
www.eeworm.com/read/170937/9779060
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/367152/9780011
m lans_plot.m
% lans_plot - Plot D-dimensional vector across multiple classes
%
% [h] = lans_plot(data, p, options)
% lans_plot(data, p)
% lans_plot(data, options)
% lans_plot(data)
%
% _____OUTPUTS_______
www.eeworm.com/read/268797/11121521
sh multi.sh
#!../../bash
# $Id: multi.sh,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
# Test debugger handling of lines with multiple commands per line
# and subshells in a line
x=1; y=2; z=3
(builtin cd . ; x=
www.eeworm.com/read/412485/11197876
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/147492/12550478
l pl3.l
/*extended: identifier are allowed to use dash;multiple-line coments allowed*/
%{
#include "pl3.tab.h"
#include
#include
#include
#include
#include
www.eeworm.com/read/238124/13905225
c seal-2.c
/* SEAL */
#define ALG_OK 0
#define ALG_NOTOK 1
#define WORDS_PER_SEAL_CALL 1024
typedef struct {
unsigned long t[520]; /* 512 rounded up to a multiple of 5 + 5*/
unsigned long s[265]; /*
www.eeworm.com/read/235612/14061440
m theo_mult_w.m
function [pm,p]=theo_mult_w(rin)
% [pm,p]=theo_mult_w(r)
%
% THEO_MULT_W computes the multiple contamination in a 1-D p-wave
% theogram according to the algorithm in
% Waters, "Reflection Seismology
www.eeworm.com/read/102430/15780779
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