代码搜索:Tuning
找到约 577 项符合「Tuning」的源代码
代码结果 577
www.eeworm.com/read/442179/1764827
xtp tuning.xtp
Resin will automatically allocate and free threads as the load requires.
Since the threads are pooled, Resin can reuse o
www.eeworm.com/read/372858/2768585
h tuning.h
#ifdef SEQUENCER_C
unsigned short semitone_tuning[24] =
{
/* 0 */ 10000, 10595, 11225, 11892, 12599, 13348, 14142, 14983,
/* 8 */ 15874, 16818, 17818, 18877, 20000, 21189, 22449, 23784,
/* 16
www.eeworm.com/read/361261/2948184
h tuning.h
// Reverb model tuning values
//
// Written by Jezar at Dreampoint, June 2000
// http://www.dreampoint.co.uk
// This code is public domain
#ifndef _tuning_
#define _tuning_
const int numcombs
www.eeworm.com/read/358237/2998798
xtp tuning.xtp
resin
Performance Tuning
Resin will automatically allocate and fre
www.eeworm.com/read/473001/6853754
h tuning.h
/***************************************************************************
* blitz/tuning.h Platform-specific code tuning
*
* $Id: tuning.h,v 1.6 1998/03/14 00:04:47 tveldhui Exp $
*
www.eeworm.com/read/266832/11211051
h tuning.h
#ifdef SEQUENCER_C
unsigned short semitone_tuning[24] =
{
/* 0 */ 10000, 10595, 11225, 11892, 12599, 13348, 14142, 14983,
/* 8 */ 15874, 16818, 17818, 18877, 20000, 21189, 22449, 23784,
/* 16
www.eeworm.com/read/237003/13983101
h tuning.h
/***************************************************************************
* blitz/tuning.h Platform-specific code tuning
*
* $Id: tuning.h,v 1.4 2003/01/14 11:29:18 patricg Exp $
*
* Copy
www.eeworm.com/read/237003/13983851
texi tuning.texi
www.eeworm.com/read/204246/15342992
asv tuning.asv
clear all
x=0:0.02:0.4;
y=x;
z=0:0.02:4;
a=length(x);
b=length(y);
c=length(z);
Bmax=200;
B=Bmax*ones(a,b,c)+10*rand(a,b,c);
%B=Bmax*ones(a,b,c);
%for k=1:c
% B(:,:,k)=B(:,:,k)+z(k
www.eeworm.com/read/204246/15342997
m tuning.m
clear all
x=0:0.02:0.4;
y=x;
z=0:0.02:4;
a=length(x);
b=length(y);
c=length(z);
Bmax=200;
%B=Bmax*ones(a,b,c)+10*rand(a,b,c);
B=Bmax*ones(a,b,c);
for k=1:c
B(:,:,k)=B(:,:,k)+z(k)*5