搜索结果
找到约 331 项符合
MN-MUSIC 的查询结果
FlashMX/Flex源码 flash播放器
flash播放器,可以调用在同一目录下music文件夹里放swf
微处理器开发 dsp2812的源程序
dsp2812的源程序,很多的例子如I/O , PWM , MUSIC PLAYER ,BUZZER等
matlab例程 数字信号处理中的程序
数字信号处理中的程序,采用music编写程序,进行谐波恢复试验
Linux/Unix编程 A GTK sound font editor. Sound font files are used to synthesize instruments from audio samples for
A GTK sound font editor. Sound font files are used to synthesize instruments from audio samples for use in composing music with wavetable sound cards or software emulation. Smurf currently has AWE 32/64 and SB Live support. Software emulation is expected
matlab例程 谱估计及阵列信号处理算法仿真库
谱估计及阵列信号处理算法仿真库,包括著名的ESPRIT、CAPON、MUSIC等现代谱估计算法,是高分辨率数字信号处理算法的极好参考。
matlab例程 《统计与自适应信号处理》中的程序
《统计与自适应信号处理》中的程序,music源程序
数据结构 问题描述:按照国际象棋的规则
问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。
编程任务:对于给定 ...
微处理器开发 200-MHz ARM920T Processor • 16-kbyte Instruction Cache • 16-kbyte Data Cache •
200-MHz ARM920T Processor
&#8226 16-kbyte Instruction Cache
&#8226 16-kbyte Data Cache
&#8226 Linux&reg , Microsoft&reg Windows&reg CE-enabled MMU
&#8226 100-MHz System Bus
&#8226 MaverickCrunch&#8482 Math Engine
&#8226 Floating Point, Integer, and Signal Processing
Instructions
&#8226 Opt ...
matlab例程 Control your PC with Mobile Phone-it controls your pc using mobile phone from anywhere in the world.
Control your PC with Mobile Phone-it controls your pc using mobile phone from anywhere in the world. A command can be send by mobile phone through sms.Based on the command ur pc performs tasks such as shut down,open file,play music etc.
其他 最小生成树 MST的四种算法实现。 包括普通的Kruskal算法和Prim算法
最小生成树 MST的四种算法实现。
包括普通的Kruskal算法和Prim算法,用Disjoint-Set优化的Kruskal算法和用Heap优化的堆算法。
复杂度分别为O(mn), O(n^2), O(m log n), O(m log n)