登录
首页 » Visual C++ » Ex03_ZQ28335_BUZZ

Ex03_ZQ28335_BUZZ

于 2020-07-16 发布 文件大小:400KB
0 295
下载积分: 1 下载次数: 8

代码说明:

  DSP28335控制蜂鸣器 声音乐谱程序设计(DSP28335 control buzzer sound music programming)

文件列表:

Ex03_ZQ28335_BUZZ
.................\00ic_BUZZ.C,9911,2013-04-17
.................\cc_build_Debug.log,3922,2013-06-13
.................\Debug
.................\.....\00ic_BUZZ.obj,117278,2013-06-13
.................\.....\DSP2833x_ADC_cal.obj,1112,2013-06-13
.................\.....\DSP2833x_CodeStartBranch.obj,1391,2013-06-13
.................\.....\DSP2833x_CpuTimers.obj,114257,2013-06-13
.................\.....\DSP2833x_DefaultIsr.obj,154842,2013-06-13
.................\.....\DSP2833x_GlobalVariableDefs.obj,122568,2013-06-13
.................\.....\DSP2833x_PieCtrl.obj,113045,2013-06-13
.................\.....\DSP2833x_PieVect.obj,119948,2013-06-13
.................\.....\DSP2833x_SysCtrl.obj,118030,2013-06-13
.................\.....\DSP2833x_usDelay.obj,1123,2013-06-13
.................\.....\ZQ28335_BUZZ.map,27015,2013-06-13
.................\.....\ZQ28335_BUZZ.out,154386,2013-06-13
.................\Debug.lkf,1255,2013-06-13
.................\ZQ28335_BUZZ.CS_
.................\................\FILE.CDX,3072,2013-06-13
.................\................\FILE.DBF,1530,2013-06-13
.................\................\FILE.FPT,2837,2013-06-13
.................\................\SYMBOL.CDX,321536,2013-06-13
.................\................\SYMBOL.DBF,238178,2013-06-13
.................\................\SYMBOL.FPT,410651,2013-06-13
.................\ZQ28335_BUZZ.paf2,9841,2013-06-13
.................\ZQ28335_BUZZ.pjt,1993,2013-06-02
.................\ZQ28335_BUZZ.sbl,8024,2013-06-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vscap
    屏幕录制程序 联合开发网 - pudn.com
    2020-06-16 10:20:01下载
    积分:1
  • VedioCapture
    .net下的摄像头捕获代码,用于VS2005,VS2008下对USB摄像头的操作,要用到WINDOWS下的一个DLL控件,一般装了摄像头驱动都会自带(. Net code under the camera to capture, for VS2005, VS2008 USB camera under the operation, use a DLL to the WINDOWS under the control, generally installed drivers will bring their own camera)
    2010-08-26 21:51:10下载
    积分:1
  • MW6QRCodeWin32
    说明:  实现QR码编码,包含多种语言实现,作为这方面开发人员的有益参考(QR ENCODE)
    2010-04-15 11:07:09下载
    积分:1
  • RayAABBCollision_D3D
    d3d写的aabb与射线碰撞检测的例子,vs 编写,功能完整(d3d written aabb collision detection and ray example, vs the preparation of functional integrity)
    2020-12-31 21:48:58下载
    积分:1
  • ADODateGrid
    使用SQL语句对数据库进行通用操作,使用DataGrid控件显示,VC++经典编程学习源码,很好的参考资料。(Use the SQL statement to the general operation of the database, use the DataGrid control to display, VC++ classic learning programming source code, a good reference.)
    2013-11-25 12:52:36下载
    积分:1
  • ydcz
    这是我大一时候做的一个影牒出租课设 基本完成了功能 不过有很多值得完善的地方 不过我觉得对指针的学习很有帮助(This is the first year when I do a video rental ultimatum to complete basic courses located in a functional but there are many worthy perfect place But I think that the right learning useful pointer)
    2007-05-30 11:24:57下载
    积分:1
  • 20081101199957090642
    很不错的,希望大家喜欢,一起学习PROTEUS的仿真,大学是必须会的,一定发掌握。(Studying together is very good, hope you like them, PROTEUS simulation, is must be university, must master)
    2013-06-08 12:57:07下载
    积分:1
  • SetClassOperaterOverload
    集合类(Set),用运算符重载实现并(+),差(—),交(×)等操作,并重载= 和-= ,实现Set S1,S2;…s1 = s2 和 S1-=S2;集合S1中去掉S2中的元素的操作 (Collections (Set), using operator overloading to achieve and (+), difference (-), cross (×) and other operations, and overloading = and-= to achieve Set S1, S2 ... s1 = s2 and S1-= S2 set S1 S2 removed in the operation of the elements)
    2010-05-21 21:22:42下载
    积分:1
  • Point
    window编程中,指针结构体函数,很实用。(programming window, the pointer structure functions, very practical.)
    2013-09-20 23:22:12下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载