您现在正在浏览:首页 > 论文 > 电子电工 > 毕业设计-基于FPGA的音乐播放器的设计与实现—播放音乐功能

免费下载毕业设计-基于FPGA的音乐播放器的设计与实现—播放音乐功能

  • 资源类别:论文
  • 资源分类:电子电工
  • 适用专业:计算机科学与技术
  • 适用年级:大学
  • 上传用户:sdysun01
  • 文件格式:word+pdf+vhdl
  • 文件大小:5.21MB
  • 上传时间:2013-11-6 2:03:31
  • 下载次数:3
  • 浏览次数:96

安全检测:瑞星:安全 诺顿:安全 卡巴:安全

资料简介

毕业设计-基于FPGA的音乐播放器的设计与实现—播放音乐功能,共59页,20139字,附源文件、开题报告等
主要内容
我的毕业设计是基于FPGA的音乐播放器的设计与实现,这个题目的主要设
计是要实现简单音乐播放器的功能,也就是说一个喇叭播放音乐,还有三个按
键控制选歌的效果,在这里,我们设定了三个按键:前进、后退、播放/暂停。
我们要实现的功能就是当前播放第一首歌的时候,按下前进可以跳转到第二首
歌,当按下后退键的时候,又能跳转到第一首歌,以此类推。播放/暂停键就是
实现音乐的播放与暂停。第二个功能就是歌曲的菜单,也就是歌曲的名字,要
在一个LCD显示器上显示出来,随着歌曲的转换,显示的歌曲名也要同时转换

主要采用硬件描述语言VHDL来完成上述设计,并在DE2-70平台上调试通
过。
我的毕业论文主要分为三个大部分。
第一大部分主要包括封面,摘要,目录,绪论。1、封面按要求逐项填写清
楚。2、摘要部分概括论文的中心论题、基本观点、方法和结论,字数在
200-400字以内;关键词是表述论文主题内容信息的单词或术语,关键词3到5
个。3、目录是论文的提纲,也是论文组成部分的小标题,文字处理应简明扼要
。4、绪论的内容至少应该包括选题的价值与意义、文献评论、本文的思路、资
料和方法、各章节的主要内容及逻辑安排等,以此彰显本项研究与已有成果之
差异,强调本项研究在资料、方法上的独特性,以及全文写作的基本思路,以
俾读者更好地把握全文,并激起阅读的兴趣。
第二大部分是毕业论文的正文部分。我制作的是基于FPGA的音乐播放器的
设计与实现。制作之前,我制定了设计方案,并且划分了模块,主要包括以下
几大模块:按键控制模块、总控模块、时钟分频模块、电子钟模块、亮灯模块
、地址选择模块和LCD显示屏模块。我的毕业论文正文部分,就是要写这几大
.........

摘要
随着科学技术的进步,电子器件和电子系统设计方法日新月异,EDA技术是电子信息类专业的学生、工程技术人员所必备的基本能力和技能。EDA技术的出现,极大地提高了电路设计的效率和可操作性,减轻了设计者的劳动强度。现在对EDA的概念或范畴用得很宽。包括在机械、电子、通信、航空航天、化工、矿产、生物、医学、军事等各个领域,都有EDA的应用。
本次设计是基于EDA(电子设计自动化)中的FPGA相关知识,主要利用的实验平台是DE2-70开发板,通过在软件QuartusⅡ上利用VHDL汇编语言编程设计出一个音乐播放器。本次设计实现了在播放音乐的同时,配有歌曲名菜单显示的功能,并且通过三个按键,可以实现音乐的切换,以及播放/暂停的功能,而且,在切换歌曲的同时,与其相对应的歌曲菜单也会随之切换。
关键词:EDA;FPGA;DE2-70;VHDL;音乐播放器;

Abstract
With the progress of science and technology change rapidly, the design method of electronic device and electronic system, EDA technology is the necessary personnel, engineering technology students of electronic information professional abilities and skills. The emergence of EDA technology, which has greatly improved the efficiency of the circuit design and operation, reduce the labor intensity of the designers. Now on the concept of using EDA or category very wide. Included in the fields of machinery, electronics, communication, aerospace, chemical, mineral, biological, medical, military, applications have EDA.
The design is based on the EDA (Electronic Design Automation) FPGA related knowledge, experimental platform using the DE2-70 development board, through the software Quartus II 9 by using VHDL assembly language to design a simple music player. The design and implementation of the music is played at the same time, with the song name menu display function, and through the three keys, can realize the music switch, and play / pause function, but also in the switch songs, at the same time, the corresponding menu will also switch songs.
Keywords:EDA ; FPGA ; DE2-70 ; VHDL ; music player;

目录
1 引言 - 4 -
2 背景知识 - 4 -
2.1 FPGA简介 - 4 -
2.2 Altera DE2-70多媒体开发板 - 5 -
2.3 Altera Quartus II软件 - 7 -
3 总体设计方案 - 9 -
3.1 设计功能描述 - 9 -
3.2 设计方案 - 9 -
4 状态显示功能 - 11 -
5 播放音乐功能 - 12 -
5.1 时钟分频模块 - 12 -
5.2 状态机模块 - 12 -
5.3 蜂鸣器模块 - 15 -
6 按键功能 - 18 -
7 歌曲名显示功能 - 20 -
7.1 地址模块 - 20 -
7.2 宏功能模块 - 21 -
7.3 LCD显示模块 - 22 -
8 实验结果与总结 - 26 -
8.1 实验结果展示 - 26 -
8.2 总结 - 28 -
收获体会及谢辞 - 29 -
参考文献 - 30 -
附录 - 31 -

资料文件预览
共4文件夹,282个文件,文件总大小:13.15MB,压缩后大小:5.21MB
  • 毕业设计-基于FPGA的音乐播放器的设计与实现—播放音乐功能
    • 基于FPGA的音乐播放器的设计与实现—播放音乐功能
      • music_vhdl
        • db
          • tdfaltsyncram_0hq1.tdf  [37.34KB]
          • tdfaltsyncram_a7p3.tdf  [3.46KB]
          • tdfaltsyncram_dg92.tdf  [13.67KB]
          • tdfaltsyncram_g7a1.tdf  [2.79KB]
          • tdfaltsyncram_gda1.tdf  [2.79KB]
          • tdfaltsyncram_gi92.tdf  [13.69KB]
          • tdfaltsyncram_j4a1.tdf  [2.79KB]
          • tdfaltsyncram_k7p3.tdf  [3.47KB]
          • tdfaltsyncram_mgq1.tdf  [31.65KB]
          • tdfaltsyncram_pi92.tdf  [13.71KB]
          • tdfcntr_44j.tdf  [4.02KB]
          • tdfcntr_8bi.tdf  [4.09KB]
          • tdfcntr_bbi.tdf  [4.09KB]
          • tdfcntr_gbi.tdf  [4.09KB]
          • tdfcntr_uti.tdf  [3.53KB]
          • tdfdecode_aoi.tdf  [3.39KB]
          • tdfdecode_rqf.tdf  [1.53KB]
          • cdbmusic_vhdl.(0).cnf.cdb  [2.52KB]
          • hdbmusic_vhdl.(0).cnf.hdb  [1.02KB]
          • cdbmusic_vhdl.(1).cnf.cdb  [20.71KB]
          • hdbmusic_vhdl.(1).cnf.hdb  [5.40KB]
          • cdbmusic_vhdl.(10).cnf.cdb  [1.69KB]
          • hdbmusic_vhdl.(10).cnf.hdb  [673.00B]
          • cdbmusic_vhdl.(11).cnf.cdb  [3.57KB]
          • hdbmusic_vhdl.(11).cnf.hdb  [799.00B]
          • cdbmusic_vhdl.(12).cnf.cdb  [2.03KB]
          • hdbmusic_vhdl.(12).cnf.hdb  [821.00B]
          • cdbmusic_vhdl.(13).cnf.cdb  [13.96KB]
          • hdbmusic_vhdl.(13).cnf.hdb  [1.54KB]
          • cdbmusic_vhdl.(14).cnf.cdb  [1.25KB]
          • hdbmusic_vhdl.(14).cnf.hdb  [588.00B]
          • cdbmusic_vhdl.(15).cnf.cdb  [1.20KB]
          • hdbmusic_vhdl.(15).cnf.hdb  [701.00B]
          • cdbmusic_vhdl.(16).cnf.cdb  [1.42KB]
          • hdbmusic_vhdl.(16).cnf.hdb  [499.00B]
          • cdbmusic_vhdl.(17).cnf.cdb  [2.11KB]
          • hdbmusic_vhdl.(17).cnf.hdb  [813.00B]
          • cdbmusic_vhdl.(18).cnf.cdb  [6.29KB]
          • hdbmusic_vhdl.(18).cnf.hdb  [1.71KB]
          • cdbmusic_vhdl.(19).cnf.cdb  [2.90KB]
          • hdbmusic_vhdl.(19).cnf.hdb  [817.00B]
          • cdbmusic_vhdl.(2).cnf.cdb  [1.22KB]
          • hdbmusic_vhdl.(2).cnf.hdb  [592.00B]
          • cdbmusic_vhdl.(20).cnf.cdb  [2.66KB]
          • hdbmusic_vhdl.(20).cnf.hdb  [832.00B]
          • cdbmusic_vhdl.(21).cnf.cdb  [1012.00B]
          • hdbmusic_vhdl.(21).cnf.hdb  [585.00B]
          • cdbmusic_vhdl.(22).cnf.cdb  [2.68KB]
          • hdbmusic_vhdl.(22).cnf.hdb  [780.00B]
          • cdbmusic_vhdl.(23).cnf.cdb  [4.24KB]
          • hdbmusic_vhdl.(23).cnf.hdb  [1.39KB]
          • cdbmusic_vhdl.(24).cnf.cdb  [15.79KB]
          • hdbmusic_vhdl.(24).cnf.hdb  [5.93KB]
          • cdbmusic_vhdl.(25).cnf.cdb  [3.11KB]
          • hdbmusic_vhdl.(25).cnf.hdb  [1.48KB]
          • cdbmusic_vhdl.(26).cnf.cdb  [1.55KB]
          • hdbmusic_vhdl.(26).cnf.hdb  [609.00B]
          • cdbmusic_vhdl.(27).cnf.cdb  [2.90KB]
          • hdbmusic_vhdl.(27).cnf.hdb  [1.14KB]
          • cdbmusic_vhdl.(28).cnf.cdb  [8.03KB]
          • hdbmusic_vhdl.(28).cnf.hdb  [874.00B]
          • cdbmusic_vhdl.(29).cnf.cdb  [4.14KB]
          • hdbmusic_vhdl.(29).cnf.hdb  [1.86KB]
          • cdbmusic_vhdl.(3).cnf.cdb  [1.17KB]
          • hdbmusic_vhdl.(3).cnf.hdb  [699.00B]
          • cdbmusic_vhdl.(30).cnf.cdb  [1.31KB]
          • hdbmusic_vhdl.(30).cnf.hdb  [536.00B]
          • cdbmusic_vhdl.(31).cnf.cdb  [2.39KB]
          • hdbmusic_vhdl.(31).cnf.hdb  [1.04KB]
          • cdbmusic_vhdl.(32).cnf.cdb  [2.25KB]
          • hdbmusic_vhdl.(32).cnf.hdb  [636.00B]
          • cdbmusic_vhdl.(33).cnf.cdb  [9.56KB]
          • hdbmusic_vhdl.(33).cnf.hdb  [1.98KB]
          • cdbmusic_vhdl.(34).cnf.cdb  [2.25KB]
          • hdbmusic_vhdl.(34).cnf.hdb  [636.00B]
          • cdbmusic_vhdl.(35).cnf.cdb  [2.09KB]
          • hdbmusic_vhdl.(35).cnf.hdb  [708.00B]
          • cdbmusic_vhdl.(36).cnf.cdb  [1.79KB]
          • hdbmusic_vhdl.(36).cnf.hdb  [541.00B]
          • cdbmusic_vhdl.(37).cnf.cdb  [3.14KB]
          • hdbmusic_vhdl.(37).cnf.hdb  [957.00B]
          • cdbmusic_vhdl.(38).cnf.cdb  [3.96KB]
          • hdbmusic_vhdl.(38).cnf.hdb  [1.03KB]
          • cdbmusic_vhdl.(39).cnf.cdb  [1.38KB]
          • hdbmusic_vhdl.(39).cnf.hdb  [505.00B]
          • cdbmusic_vhdl.(4).cnf.cdb  [1.36KB]
          • hdbmusic_vhdl.(4).cnf.hdb  [493.00B]
          • cdbmusic_vhdl.(40).cnf.cdb  [2.10KB]
          • hdbmusic_vhdl.(40).cnf.hdb  [1.12KB]
          • cdbmusic_vhdl.(41).cnf.cdb  [756.00B]
          • hdbmusic_vhdl.(41).cnf.hdb  [492.00B]
          • cdbmusic_vhdl.(42).cnf.cdb  [618.00B]
          • hdbmusic_vhdl.(42).cnf.hdb  [475.00B]
          • cdbmusic_vhdl.(43).cnf.cdb  [4.23KB]
          • hdbmusic_vhdl.(43).cnf.hdb  [1.94KB]
          • cdbmusic_vhdl.(44).cnf.cdb  [1.11KB]
          • hdbmusic_vhdl.(44).cnf.hdb  [642.00B]
          • cdbmusic_vhdl.(45).cnf.cdb  [3.02KB]
          • hdbmusic_vhdl.(45).cnf.hdb  [1.04KB]
          • cdbmusic_vhdl.(46).cnf.cdb  [1.21KB]
          • hdbmusic_vhdl.(46).cnf.hdb  [641.00B]
          • cdbmusic_vhdl.(47).cnf.cdb  [2.86KB]
          • hdbmusic_vhdl.(47).cnf.hdb  [948.00B]
          • cdbmusic_vhdl.(48).cnf.cdb  [4.28KB]
          • hdbmusic_vhdl.(48).cnf.hdb  [714.00B]
          • cdbmusic_vhdl.(49).cnf.cdb  [3.53KB]
          • hdbmusic_vhdl.(49).cnf.hdb  [688.00B]
          • cdbmusic_vhdl.(5).cnf.cdb  [2.02KB]
          • hdbmusic_vhdl.(5).cnf.hdb  [783.00B]
          • cdbmusic_vhdl.(50).cnf.cdb  [1.12KB]
          • hdbmusic_vhdl.(50).cnf.hdb  [642.00B]
          • cdbmusic_vhdl.(51).cnf.cdb  [3.12KB]
          • hdbmusic_vhdl.(51).cnf.hdb  [1.04KB]
          • cdbmusic_vhdl.(52).cnf.cdb  [1.04KB]
          • hdbmusic_vhdl.(52).cnf.hdb  [640.00B]
          • cdbmusic_vhdl.(53).cnf.cdb  [1.48KB]
          • hdbmusic_vhdl.(53).cnf.hdb  [1.08KB]
          • cdbmusic_vhdl.(54).cnf.cdb  [3.53KB]
          • hdbmusic_vhdl.(54).cnf.hdb  [688.00B]
          • cdbmusic_vhdl.(55).cnf.cdb  [3.75KB]
          • hdbmusic_vhdl.(55).cnf.hdb  [950.00B]
          • cdbmusic_vhdl.(56).cnf.cdb  [3.12KB]
          • hdbmusic_vhdl.(56).cnf.hdb  [674.00B]
          • cdbmusic_vhdl.(57).cnf.cdb  [11.85KB]
          • hdbmusic_vhdl.(57).cnf.hdb  [3.46KB]
          • cdbmusic_vhdl.(58).cnf.cdb  [2.65KB]
          • hdbmusic_vhdl.(58).cnf.hdb  [709.00B]
          • cdbmusic_vhdl.(59).cnf.cdb  [2.31KB]
          • hdbmusic_vhdl.(59).cnf.hdb  [637.00B]
          • cdbmusic_vhdl.(6).cnf.cdb  [6.15KB]
          • hdbmusic_vhdl.(6).cnf.hdb  [1.68KB]
          • cdbmusic_vhdl.(60).cnf.cdb  [891.00B]
          • hdbmusic_vhdl.(60).cnf.hdb  [493.00B]
          • cdbmusic_vhdl.(61).cnf.cdb  [2.12KB]
          • hdbmusic_vhdl.(61).cnf.hdb  [1.00KB]
          • cdbmusic_vhdl.(62).cnf.cdb  [638.00B]
          • hdbmusic_vhdl.(62).cnf.hdb  [531.00B]
          • cdbmusic_vhdl.(63).cnf.cdb  [1.16KB]
          • hdbmusic_vhdl.(63).cnf.hdb  [659.00B]
          • cdbmusic_vhdl.(64).cnf.cdb  [1.06KB]
          • hdbmusic_vhdl.(64).cnf.hdb  [635.00B]
          • cdbmusic_vhdl.(65).cnf.cdb  [816.00B]
          • hdbmusic_vhdl.(65).cnf.hdb  [580.00B]
          • cdbmusic_vhdl.(66).cnf.cdb  [6.26KB]
          • hdbmusic_vhdl.(66).cnf.hdb  [1.24KB]
          • cdbmusic_vhdl.(7).cnf.cdb  [4.92KB]
          • hdbmusic_vhdl.(7).cnf.hdb  [1.06KB]
          • cdbmusic_vhdl.(8).cnf.cdb  [1018.00B]
          • hdbmusic_vhdl.(8).cnf.hdb  [661.00B]
          • cdbmusic_vhdl.(9).cnf.cdb  [1.51KB]
          • hdbmusic_vhdl.(9).cnf.hdb  [612.00B]
          • qmsgmusic_vhdl.asm.qmsg  [1.99KB]
          • ddbmusic_vhdl.asm_labs.ddb  [1008.68KB]
          • atmmusic_vhdl.autos_3e92b2e5d298f5cf757a393f7655ccd81.cmp.atm  [131.01KB]
          • logdbmusic_vhdl.autos_3e92b2e5d298f5cf757a393f7655ccd81.cmp.logdb  [4.00B]
          • atmmusic_vhdl.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.atm  [110.30KB]
          • logdbmusic_vhdl.autos_3e92b2e5d298f5cf757a393f7655ccd81.map.logdb  [4.00B]
          • xmlmusic_vhdl.cbx.xml  [2.09KB]
          • bpmmusic_vhdl.cmp.bpm  [10.43KB]
          • cdbmusic_vhdl.cmp.cdb  [401.79KB]
          • ecobpmusic_vhdl.cmp.ecobp  [68.00B]
          • hdbmusic_vhdl.cmp.hdb  [95.27KB]
          • logdbmusic_vhdl.cmp.logdb  [4.00B]
          • rdbmusic_vhdl.cmp.rdb  [53.98KB]
          • Thumbs Plus数据库music_vhdl.cmp.tdb  [401.05KB]
          • ddbmusic_vhdl.cmp0.ddb  [839.97KB]
          • cdbmusic_vhdl.cmp_bb.cdb  [88.35KB]
          • hdbmusic_vhdl.cmp_bb.hdb  [95.15KB]
          • logdbmusic_vhdl.cmp_bb.logdb  [4.00B]
          • rcfmusic_vhdl.cmp_bb.rcf  [101.39KB]
          • dbpmusic_vhdl.dbp  [0.00B]
          • db_infomusic_vhdl.db_info  [136.00B]
          • cdbmusic_vhdl.eco.cdb  [160.00B]
          • qmsgmusic_vhdl.fit.qmsg  [302.67KB]
          • hier_infomusic_vhdl.hier_info  [84.19KB]
          • hifmusic_vhdl.hif  [85.43KB]
          • bpmmusic_vhdl.map.bpm  [10.75KB]
          • cdbmusic_vhdl.map.cdb  [100.67KB]
          • ecobpmusic_vhdl.map.ecobp  [68.00B]
          • hdbmusic_vhdl.map.hdb  [89.74KB]
          • logdbmusic_vhdl.map.logdb  [4.00B]
          • qmsgmusic_vhdl.map.qmsg  [112.81KB]
          • cdbmusic_vhdl.map_bb.cdb  [58.01KB]
          • hdbmusic_vhdl.map_bb.hdb  [89.34KB]
          • logdbmusic_vhdl.map_bb.logdb  [4.00B]
          • cdbmusic_vhdl.pre_map.cdb  [84.42KB]
          • hdbmusic_vhdl.pre_map.hdb  [51.20KB]
          • Paint Shop Pro图像文件music_vhdl.psp  [57.00B]
          • pssmusic_vhdl.pss  [2.19KB]
          • hdbmusic_vhdl.rtlv.hdb  [50.41KB]
          • cdbmusic_vhdl.rtlv_sg.cdb  [66.08KB]
          • cdbmusic_vhdl.rtlv_sg_swap.cdb  [5.64KB]
          • cdbmusic_vhdl.sgdiff.cdb  [102.55KB]
          • hdbmusic_vhdl.sgdiff.hdb  [124.35KB]
          • cdbmusic_vhdl.signalprobe.cdb  [1.59KB]
          • atmmusic_vhdl.sldhu_30e344a040fd07e1533c49de5f2d67d1.cmp.atm  [35.52KB]
          • logdbmusic_vhdl.sldhu_30e344a040fd07e1533c49de5f2d67d1.cmp.logdb  [4.00B]
          • atmmusic_vhdl.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.atm  [29.88KB]
          • logdbmusic_vhdl.sldhu_30e344a040fd07e1533c49de5f2d67d1.map.logdb  [4.00B]
          • ScanVec Inspire本地文件格式music_vhdl.sld_design_entry.sci  [629.00B]
          • ScanVec Inspire本地文件格式music_vhdl.sld_design_entry_dsc.sci  [1.57KB]
          • 文本文档music_vhdl.smp_dump.txt  [966.00B]
          • syn_hier_infomusic_vhdl.syn_hier_info  [0.00B]
          • qmsgmusic_vhdl.tan.qmsg  [120.13KB]
          • ddbmusic_vhdl.tis_db_list.ddb  [173.00B]
          • tdfmux_7oc.tdf  [4.42KB]
          • qmsgprev_cmp_music_vhdl.asm.qmsg  [1.99KB]
          • qmsgprev_cmp_music_vhdl.fit.qmsg  [300.11KB]
          • qmsgprev_cmp_music_vhdl.map.qmsg  [112.88KB]
          • qmsgprev_cmp_music_vhdl.qmsg  [532.80KB]
          • qmsgprev_cmp_music_vhdl.tan.qmsg  [117.60KB]
        • bsfADDR_ALL.bsf  [2.17KB]
        • vhdADDR_ALL.vhd  [612.00B]
        • 备份文件ADDR_ALL.vhd.bak  [612.00B]
        • bsfADDR_pro.bsf  [1.91KB]
        • vhdADDR_pro.vhd  [666.00B]
        • vhdautomusic.vhd  [4.95KB]
        • 备份文件automusic.vhd.bak  [4.93KB]
        • bsfclk_50_12.bsf  [1.73KB]
        • vhdclk_50_12.vhd  [759.00B]
        • 备份文件clk_50_12.vhd.bak  [757.00B]
        • bsfdianzij.bsf  [2.87KB]
        • vhddianzij.vhd  [1.72KB]
        • 备份文件dianzij.vhd.bak  [1.72KB]
        • bsfdisplay_rom.bsf  [1.76KB]
        • JPEG位图文件;地址文档display_rom.cmp  [969.00B]
        • vhddisplay_rom.vhd  [6.28KB]
        • JPEG图形文件display_rom_wave0.jpg  [102.92KB]
        • 超文本文档display_rom_waveforms.html  [1.10KB]
        • bsfkey_test.bsf  [1.91KB]
        • vhdkey_test.vhd  [1.15KB]
        • 备份文件key_test.vhd.bak  [1.14KB]
        • bsfLCD.bsf  [3.24KB]
        • vhdlcd.vhd  [12.66KB]
        • Adobe FramMaker交换格式lcd_display.mif  [2.16KB]
        • bsflight.bsf  [1.90KB]
        • vhdlight.vhd  [909.00B]
        • 备份文件light.vhd.bak  [909.00B]
        • JPEG位图文件;地址文档music_rom.cmp  [967.00B]
        • vhdmusic_rom.vhd  [6.26KB]
        • Adobe FramMaker交换格式music_rom64_4.mif  [2.12KB]
        • JPEG图形文件music_rom_wave0.jpg  [102.92KB]
        • 超文本文档music_rom_waveforms.html  [1.09KB]
        • Microsoft Visual Basic Crystal报表文件music_vhdl.asm.rpt  [7.12KB]
        • donemusic_vhdl.done  [26.00B]
        • dpfmusic_vhdl.dpf  [239.00B]
        • Microsoft Visual Basic Crystal报表文件music_vhdl.fit.rpt  [410.48KB]
        • smsgmusic_vhdl.fit.smsg  [513.00B]
        • summarymusic_vhdl.fit.summary  [614.00B]
        • Microsoft Visual Basic Crystal报表文件music_vhdl.flow.rpt  [11.99KB]
        • jdimusic_vhdl.jdi  [12.10KB]
        • Microsoft Visual Basic Crystal报表文件music_vhdl.map.rpt  [224.41KB]
        • summarymusic_vhdl.map.summary  [471.00B]
        • Adobe FramMaker交换格式music_vhdl.mif  [3.89KB]
        • Epic Pinball数据文件music_vhdl.pin  [101.60KB]
        • pofmusic_vhdl.pof  [2.00MB]
        • qpfmusic_vhdl.qpf  [912.00B]
        • qsfmusic_vhdl.qsf  [39.30KB]
        • 备份文件music_vhdl.qsf.bak  [14.52KB]
        • qwsmusic_vhdl.qws  [580.00B]
        • sofmusic_vhdl.sof  [1.69MB]
        • Microsoft Visual Basic Crystal报表文件music_vhdl.tan.rpt  [461.21KB]
        • summarymusic_vhdl.tan.summary  [2.52KB]
        • JPEG位图文件;地址文档rom.cmp  [961.00B]
        • vhdrom.vhd  [6.19KB]
        • JPEG图形文件rom_wave0.jpg  [103.48KB]
        • 超文本文档rom_waveforms.html  [1.07KB]
        • vhdspeaker.vhd  [1.65KB]
        • 备份文件speaker.vhd.bak  [1.65KB]
        • bsfstate_machine.bsf  [3.09KB]
        • vhdstate_machine.vhd  [2.64KB]
        • 备份文件state_machine.vhd.bak  [2.64KB]
        • stpstp1.stp  [44.77KB]
        • vhdtone.vhd  [1.74KB]
        • 备份文件tone.vhd.bak  [1.74KB]
        • West Point Bridger Designer文件top.bdf  [27.91KB]
      • Microsoft Word文档基于FPGA的音乐播放器的设计与实现—播放音乐功能.doc  [1.39MB]
      • Adobe Acrobat可导出文档格式文件中期检查表.pdf  [4.55KB]
      • Adobe Acrobat可导出文档格式文件开题报告.pdf  [5.95KB]
      • Adobe Acrobat可导出文档格式文件成绩单.pdf  [2.45KB]
      • Adobe Acrobat可导出文档格式文件答辩记录单.pdf  [2.45KB]
      • Adobe Acrobat可导出文档格式文件进度报告.pdf  [10.57KB]
下载地址
资料评论
注意事项
下载FAQ:
Q: 为什么我下载的文件打不开?
A: 本站所有资源如无特殊说明,解压密码都是www.xuehai.net,如果无法解压,请下载最新的WinRAR软件。
Q: 我的学海币不多了,如何获取学海币?
A: 上传优质资源可以获取学海币,详细见学海币规则
Q: 为什么我下载不了,但学海币却被扣了?
A: 由于下载人数众多,下载服务器做了并发的限制。请稍后再试,48小时内多次下载不会重复扣学海币。
下载本文件意味着您已经同意遵守以下协议
1. 文件的所有权益归上传用户所有。
2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
3. 学海网仅提供交流平台,并不能对任何下载内容负责。
4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
5. 本站不保证提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
返回顶部