- 博客(6)
- 收藏
- 关注
转载 DSP 入门教程
DSP 入门教程1、TI DSP 的选型主要考虑处理速度、功耗、程序存储器和数据存储器的容量、片内的资源,如定时器的数量、I/O 口数量、中断数量、DMA 通道数等。DSP 的主要供应商有TI,ADI,Motorola,Lucent和Zilog 等,其中TI 占有最大的市场份额。TI 公司现在主推四大系列DSP1)C5000 系列(定点、低功耗):C54X,C54XX,C55X 相比其它系列的主
2009-01-20 15:24:00
2981
转载 编写高效的C代码
编写高效的C代码原文标题:Writing Efficient C and C Code Optimization原文地址:http://www.codeproject.com/cpp/C___Code_Optimization.asp原文作者:Koushik Ghosh 译文作者:zhigang前言前段时间,我开发了一个轻量级的JPEG库,用来在某种移动设备上不失真地显示图像。我注意
2009-01-19 13:26:00
434
原创 转 C Optimisation tutorial
C optimisation tutorialIntroductionThis document has evolved over time and contains a number of the best ways to hand-optimise your C-code. Compilers are good, but they cant do everything, and
2009-01-19 13:25:00
381
原创 driver test
#include #include #include MODULE_LICENSE("GPL");static int __init hello_init(void){ printk("Hello module init/n"); return 0;}static void __exit hello_exit(void){ printk("hell
2007-12-24 15:25:00
440
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人