CCS的运行环境下的DSP2812种b部分程序代码,刚刚学习,希望大家有所帮助
上传时间: 2014-01-21
上传用户:zukfu
[推荐]彭光红先生的《小容量单片机系统的C语言程序结构》Point RTOS monolithic integrated circuit real-time operating system Point RTOS monolithic integrated circuit real-time operating system
标签: monolithic integrated real-time operating
上传时间: 2013-12-18
上传用户:rocketrevenge
Point RTOS 主要是一个针对小系统开发而设计的实时操作系统。 目前,Point RTOS 仅提供对51系列及其扩展系统单片机的支持, 针对51内核函数不能重入以及51单片机的内存空间管理方式等因素, RTOS放弃了抢先式内核的调度,而使用了时间片的调度方式,除非任务主动放弃, 否则任务将独占CPU一直运行,因而任务中必须完成对本次操作的时间片设置,即等时间的设置。
上传时间: 2014-12-05
上传用户:athjac
课程设计写的小系统 由于是应付老师用的 所以真的蛮小 不过初学的还是可以效仿效仿
标签: 小系统
上传时间: 2013-12-13
上传用户:1051290259
基于JSP的小企业ERP系统,有详细的安装和说明文集,是转贴的
上传时间: 2015-12-13
上传用户:jeffery
选举投票程序 设代号为"A","B","C 的三个足球先生
上传时间: 2013-11-26
上传用户:rocketrevenge
gpsLogger是一个基于手机或PDA的个人移动导航(车载导航)系统中记录gps信息的小工具
上传时间: 2015-12-15
上传用户:Altman
基于51最小系统的LCD显示程序,包括电路图,源程序
上传时间: 2015-12-17
上传用户:rocwangdp
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
标签: begin Binary_Search function return
上传时间: 2015-12-17
上传用户:tb_6877751
ITU-T G.729语音压缩算法。 description: Fixed-point description of commendation G.729 with ANNEX B Coding of Speech at 8 kbit/s using Conjugate-Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP) with Voice Activity Decision(VAD), Discontinuous Transmission(DTX), and Comfort Noise Generation(CNG).
标签: description commendation Fixed-point 729
上传时间: 2014-11-23
上传用户:thesk123