资源列表
[其它资源] 3x3智慧拼盘游戏源码
说明:3x3智慧拼盘计算机游戏源码喜欢游戏的朋友可以拿去研究研究!-3x3 wisdom plates source computer games like the game you can spend studies!<祝宏> 在 2008-10-13 上传 | 大小:212.38kb | 下载:0
[其它资源] 无线通信中进行FSK调制与解调的dsp算法
说明:在dsp上实现的fsk调制解调源程序,对在 dsp上开发无线通信程序很有参考价值-dsp in achieving the FSK modulation and demodulation source of the dsp on the development of wireless communication program was useful<张健> 在 2008-10-13 上传 | 大小:123.13kb | 下载:0
[其它资源] 用DSP进行语音压缩的一个开发实例
说明:整个一个实际的例子.可以从中获得DSP编程与开发的启示.-throughout an actual example. DSP will be able to receive programming and the development of inspiration.<于洪彪 > 在 2008-10-13 上传 | 大小:325.65kb | 下载:0
[其它资源] 1520液晶驱动的源代码
说明:1520液晶的驱动源代码,c语言编写,可以很方便的嵌入到单片机或dsp以及arm中-1520 LCD driver source code, c language, it is convenient to the embedded microcontroller or dsp and arm were<张健> 在 2008-10-13 上传 | 大小:1.96kb | 下载:0
[其它资源] 树的问题(生成)
说明:ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点<徐欣> 在 2008-10-13 上传 | 大小:2.2kb | 下载:0