代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/117859/14902329
m tfrridnt.m
%function tfrridnt
%TFRRIDNT Unit test for the function TFRRIDBN.
% O. Lemoine, June 1996.
% We test each property of the corresponding TFR :
N=128;
% Covariance by translation in time
t1=5
www.eeworm.com/read/205449/15315965
m bss_energy_ratios.m
function [varargout]=bss_energy_ratios(F_s_target,F_e_interf,varargin)
% compute energy ratios corresponding to SDR/SIR/SNR/SAR given a decomposition of an estimated source into target/interference
www.eeworm.com/read/8777/152821
c app_dol2function.c
/*++
Copyright (c) 2001 Sunplus Technology Co., Ltd.
Module Name:
L1_DoFunction.c
Abstract:
Select the corresponding L1 L2 Function for USB vendor command
www.eeworm.com/read/38039/1095036
mnu dlt_pnts.mnu
DELETE#PNTS
#
Outside#Part
Remove points which do not correspond to a design model surface.
#
Overlapping
Remove redundant points from scan sets corresponding to the same surface.
#
Done
Continue wit
www.eeworm.com/read/477371/1362058
3 qccimgimagecube.3
.TH QCCIMGIMAGECUBE 3 "QCCPACK" ""
.SH NAME
QccIMGImageCube \-
data structure
.B QccIMGImageCube
and corresponding
.B ICB
file format for a 3D image cube
.SH SYNOPSIS
.B #include "libQccPack.h"
.sp
www.eeworm.com/read/470917/1440734
h fd_to_filename.h
/* Query filename corresponding to an open FD. Linux version.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; y
www.eeworm.com/read/461213/1554425
3 qccimgimagecube.3
.TH QCCIMGIMAGECUBE 3 "QCCPACK" ""
.SH NAME
QccIMGImageCube \-
data structure
.B QccIMGImageCube
and corresponding
.B ICB
file format for a 3D image cube
.SH SYNOPSIS
.B #include "libQccPack.h"
.sp
www.eeworm.com/read/240569/4571945
java commandmenu.java
/*
* @(#)CommandMenu.java 5.1
*
*/
package CH.ifa.draw.util;
import java.awt.*;
import java.util.*;
/**
* A Command enabled menu. Selecting a menu item
* executes the corresponding command.
*
www.eeworm.com/read/237551/4624913
h fd_to_filename.h
/* Query filename corresponding to an open FD. Linux version.
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; y
www.eeworm.com/read/228954/4761753
cs tree.cs
// Fig. 7.17: Tree.cs
// Class Tree contains number of rings corresponding to its age.
using System;
public class Tree : IAge
{
private int rings; // number of rings in tree trunk
// c