代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/265946/4280434
cpp matrixinsertioncommand.cpp
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280435
cpp matrixpercussioninsertioncommand.cpp
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280436
h matrixpercussioninsertioncommand.h
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280437
h matrixinsertioncommand.h
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280438
h matrixerasecommand.h
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280439
cpp matrixerasecommand.cpp
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/265946/4280440
cpp matrixmodifycommand.cpp
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
/*
Rosegarden
A MIDI and audio sequencer and musical notation editor.
This program is Copyright 2000-2007
www.eeworm.com/read/200886/15420673
m gaminvrnd.m
% function x = gaminvrnd(A,B)
%
% Generate random samples from an inverse-gamma distribution, using
% Rubin notation.
%
% B_matlab = 1/B_rubin
%
% See also gamrnd, gamcdf, gamfit, gaminv, gamlike, gam
www.eeworm.com/read/168796/9897696
h commdrv.h
#ifndef _H_COMMDRV_
#define _H_COMMDRV_
#include "notation.h"
#include "at89x51.h"
extern void UartRxISR(void) ;
void OpenComm (register BYTE BaudRate);
void CloseComm (void);
void CommEventPro