代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/223346/14644064
c pfsals_svmtrain.c
#include "mex.h"
#include "math.h"
#include
// compute the absolute maximum and the corresponding index
double absmax(double *gradvec, int n, int *gradindex)
{
double maxvalue;
i
www.eeworm.com/read/121526/14754008
inc qasm.inc
;
; qasm.inc
;
; Include file for asm routines.
;
;
; !!! note that this file must match the corresponding C structures at all
; times !!!
;
; set to 0 to skip all asm code
id386 equ 1
www.eeworm.com/read/220370/14802615
m addtag.m
%ADDTAG add a tag to an object
%
% ADDTAG(OBJ_HANDLE,STR)
%
% Adds the tag STR to the object referrenced by OBJ_HANDLE
% When OBJ_HANDLE is an array of handles, STR is added to all corresponding
% o
www.eeworm.com/read/117859/14902159
m tfruntet.m
%function tfruntet
%TFRUNTET Unit test for the time-frequency representation TFRUNTER.
% O. Lemoine - June 1996.
% We test each property of the corresponding TFR :
N=64;
% Active Unterberger dist
www.eeworm.com/read/217557/14958642
m build_ap.m
function atomic_propositions = build_ap(ap_build_list)
% Build regions corresponding to the atomic propositions specified in the
% input list.
%
% Syntax:
% "build_ap(ap_build_list)"
%
%
www.eeworm.com/read/114554/15048087
txt mime_types.txt
# mime_types.txt
#
# A list of file extensions followed by the corresponding MIME type.
# Extensions not found in the table are returned as text/plain.
html text/html; charset=%s
htm text/html; chars
www.eeworm.com/read/214301/15107024
m addtag.m
%ADDTAG add a tag to an object
%
% ADDTAG(OBJ_HANDLE,STR)
%
% Adds the tag STR to the object referrenced by OBJ_HANDLE
% When OBJ_HANDLE is an array of handles, STR is added to all corresponding
% o
www.eeworm.com/read/214095/15113202
m definev.m
function [v,dv]= definev(g,x,l,u);
%DEFINEV Scaling vector and derivative
%
% [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the
% bounds corresponding to the sign of the gradient g, where
%
www.eeworm.com/read/207278/15275943
m asinc.m
function y = asinc( x, L )
%ASINC compute sin(Lx/2)/sin(x/2) (for matrix x)
%-----
% Usage: y = asinc(x, L)
%
% x : argument of asinc function
% L : length of corresponding rec
www.eeworm.com/read/13887/285291
txt mesh_emse_mricoordinates.txt
Hi Darren,
So, to summarize, you have a point P(x,y,z) in head frame (the activation point on the cortical mesh) and you want to find the corresponding voxel in the vmi file. Symbolically you hav