代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/375528/9357322
h music.h
#ifndef _MUSIC_ZHENGZUOWEI_H_
#define _MUSIC_ZHENGZUOWEI_H_
/***********************************************************
存放音乐数据的数组的元素个数
***********************************************************/
www.eeworm.com/read/375232/9367768
c music.c
#ifndef __SOUNDPLAY_H_REVISION_FIRST__
#define __SOUNDPLAY_H_REVISION_FIRST__
#include
//**************************************************************************
#define SYST
www.eeworm.com/read/178066/9420147
gif music.gif
www.eeworm.com/read/373856/9432241
png music.png
www.eeworm.com/read/177444/9451960
m music.m
%七单元天线阵DOA估计
clear;clc;
d=1; %天线阵元的间距
lma=2; %信号中心波长
q1=1*pi/4;q2=1*pi/3;q3=1*pi/6;q4=3*pi/4;%四输入信号的方向
A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)]';%求阵因子
A2=[exp(-2*pi*j*d*[0
www.eeworm.com/read/373375/9459420
cpp music.cpp
// Music.cpp: implementation of the CMusic class.
//
//////////////////////////////////////////////////////////////////////
#include "StdAfx.h"
#include "Music.h"
////////////////////////////
www.eeworm.com/read/373375/9459624
h music.h
// Music.h: interface for the CMusic class.
//
//////////////////////////////////////////////////////////////////////
#include
#include
//#include
#include
www.eeworm.com/read/373369/9460336
java music.java
//: polymorphism/music/Music.java
// Inheritance & upcasting.
package polymorphism.music;
public class Music {
public static void tune(Instrument i) {
// ...
i.play(Note.MIDDLE_C);
www.eeworm.com/read/177055/9472042