代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/108874/15572932
htm ememoryc.htm
Effective C++, 2E | Memory Management Back to Item 4: Prefer C++-style comments.
Continue to Item 5: Use the same form in corresponding uses of new and delete.
Memory Management
Memory management con
www.eeworm.com/read/101783/15817155
htm ememoryc.htm
Effective C++, 2E | Memory Management Back to Item 4: Prefer C++-style comments.
Continue to Item 5: Use the same form in corresponding uses of new and delete.
Memory Management
Memory management con
www.eeworm.com/read/100266/15879222
c bobj.c
/* bobj.c: Built-in objects table and corresponding functions */
#include "vt.h"
#include "prmt.h"
#define BTSIZE 23
#define NUM_BOBJ (sizeof(btab) / sizeof(struct bobj))
#define BDECL(name) static
www.eeworm.com/read/188324/8550686
m sp2pp.m
function pp = sp2pp(spline)
%SP2PP Convert from B-form to ppform.
%
% SP2PP(SPLINE) converts the B-form in SPLINE to the corresponding ppform
% (on its basic interval).
%
% For example,
www.eeworm.com/read/285874/8806282
htm ec2.htm
Effective C++, 2E | Chapter 2: Memory Management Back to Item 4: Prefer C++-style comments.
Continue to Item 5: Use the same form in corresponding uses of new and delete.
Memory Management
Memory man
www.eeworm.com/read/372550/9503837
m mel2frq.m
function frq = mel2frq(mel)
%MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL)
% frq = mel2frq(mel) converts a vector of Mel frequencies
% to the corresponding real frequencies.
% The Mel sc
www.eeworm.com/read/372550/9503899
m erb2frq.m
function frq = erb2frq(erb)
%ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB)
% frq = erb2frq(erb) converts a vector of ERB-rate values
% to the corresponding frequencies in Hz.
%
%
www.eeworm.com/read/372550/9503982
m frq2erb.m
function erb = frq2erb(frq)
%FRQ2ERB Convert Hertz to ERB frequency scale ERB=(FRQ)
% erb = frq2erb(frq) converts a vector of frequencies (in Hz)
% to the corresponding values on the ERB-rate scal
www.eeworm.com/read/365161/9876517
m mel2frq.m
function frq = mel2frq(mel)
%MEL2FRQ Convert Mel frequency scale to Hertz FRQ=(MEL)
% frq = mel2frq(mel) converts a vector of Mel frequencies
% to the corresponding real frequencies.
% The Mel sc
www.eeworm.com/read/365161/9876554
m erb2frq.m
function frq = erb2frq(erb)
%ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB)
% frq = erb2frq(erb) converts a vector of ERB-rate values
% to the corresponding frequencies in Hz.
%
%