代码搜索:note
找到约 10,000 项符合「note」的源代码
代码结果 10,000
www.eeworm.com/read/374042/9422951
dll note2pvmex.dll
www.eeworm.com/read/374042/9422966
cpp note2pvmex.cpp
// How to compile:
// MATLAB 7.1: mex note2pvMex.cpp d:/users/jang/c/lib/audio.cpp d:/users/jang/c/lib/utility.cpp -output note2pvMex.dll
// Others: mex note2pvMex.cpp d:/users/jang/c/lib/audio.cp
www.eeworm.com/read/374042/9422970
m pv2note.m
function note = pv2note(pv, timeUnit, pitchTh, minNoteDuration, plotOpt)
% pv2note: Note segmentation on a give pitch vector
% Usage: note = pv2note(pv, timeUnit, pitchTh, minNoteDuration, plotOpt)
www.eeworm.com/read/374042/9422973
m note2pv.m
function [pv, ti] = note2pv(note, pvTimeStep, pvTotalDuration, plotOpt)
%note2pv: note to pv conversion
% Usage: [pv, ti] = note2pv(note, pvTimeStep, pvTotalDuration, plotOpt)
% note: note vector
www.eeworm.com/read/168661/9902683
txt additional-pages-note.txt
---------------------------------------------------------------------
Note: the Contact and Links pages are provided in the skeleton folder
of the samples. However, these will not compile as they ar
www.eeworm.com/read/363411/9952691
bak note2.c.bak
#include
#include
#include
#define MCA XBYTE[0XFF0A]
#define MCB XBYTE[0XFF0B]
#define MCC XBYTE[0XFF0C]
#define MCD XBYTE[0XFF0D]
sbit cs=P1^2;
sbit WR=P1^3;
sb
www.eeworm.com/read/166623/10012496