代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/150725/12268878
m tmp612.m
%MATLAB PROGRAM 6-12
clf
%Estimate PSD by MUSIC Method
%=========================================
N=1024;
Nfft=256;
Fs=1000;
n=0:N-1;
t=n/Fs;
randn('state',0)
xn=sin(2*pi*50*t)+2*sin(2*pi*12
www.eeworm.com/read/124837/14534751
asp asx.asp
168音乐网 http://www.168cc.com
168音乐网 http://www.168cc.com music company
www.eeworm.com/read/221024/14770098
html http:^^www.cs.indiana.edu^ai^gasser^rhythm^description.html
Date: Wed, 20 Nov 1996 19:16:35 GMT
Server: Apache/1.0.3
Content-type: text/html
Content-length: 2585
Last-modified: Mon, 08 Jul 1996 15:14:23 GMT
Rhythm in Music and Speec
www.eeworm.com/read/221024/14779256
html http:^^www.cs.indiana.edu^ai^gasser^rhythm^home.html
Date: Tue, 14 Jan 1997 19:15:37 GMT
Server: Apache/1.0.3
Content-type: text/html
Content-length: 2471
Last-modified: Tue, 22 Oct 1996 21:52:34 GMT
Rhythm in Music and Sp
www.eeworm.com/read/115588/15006666
cpp particlesys.cpp
#include "stdio.h"
#include "stdlib.h"
#include
#include
#include
#include
#include
#include "music.h"
#include "maindefs.h"
#include "Par
www.eeworm.com/read/115588/15008268
cpp leveledit.cpp
#include "stdio.h"
#include "stdlib.h"
#include
#include
#include
#include
#include
#include "music.h"
#include "maindefs.h"
#include
www.eeworm.com/read/486319/1252223
vm _left_menu.vm
#parse("/html/music/_catalog_tree.vm")
#parse("/html/_sub/_site_stat.vm")
www.eeworm.com/read/179906/5301378
java note.java
//: c07:music:Note.java
// Notes to play on musical instruments.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
package c07.