搜索资源列表
c&asm
- 用c和汇编实现相同的功能,具体见程序,挺简单的一个程序-the program is using c and asm to achieve the same function,please watch the detail in the program,a simple program
简单的键盘程序
- 一段简单的键盘程序,具有消除抖动,和按键连续计数,附 详细的注释-a simple keyboard procedures have to eliminate jitter, and the keys for counting, with detailed annotations
uart1
- 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transce
BMP_to_GUI
- BlackFin LCD 显示, 简单GUI图形显示-BlackFin LCD display, a simple GUI graphics
svpwm_zp
- 一个简单明了的电压空间矢量pwm程序,可以帮助你理解dsp自身的空间矢量状态机。-a straightforward space vector PWM voltage procedures can help you understand dsp their own space vector state machine.
56805DSP_Isr_led
- Freescale 56800系列DSP的参考C语言源代码,其中包含了一个完整的例子,实现了简单的算法和对LED的控制。-Freescale 56800 series DSP reference C language source code, which contains a complete example, to achieve a simple algorithm and the LED control.
DSP_SCI_TEST
- 一个C编写的简单的DSP 2407A 的SCI串口测试程序,用于测试SCI调通-a simple preparation of the SCI TMS320LF2407A DSP serial test procedure for testing SCI--
dsp-lcd
- 基于DSP(5402)的LCD驱动程序,带有简单显示功能-based on DSP (5402) LCD driver, with a simple display
Lab15-PWM
- PWM输出实验 1) 熟悉LF2407的事件管理模块 2) 学会用通用定时器产生PWM波 一个简单的pwm波产生程序! -PWM output experiment 1) LF2407 familiar with the incident management module 2) how to produce generic timer a simple PWM wave PWM wave of a process!
DSPMP3CODE
- 最简单的发光二极管闪烁程序,采用时间中断编程,包括重要的CMD文件。适合DSP初学者。-most simple LED flashing procedures, using time interrupt programming, including important documents CMD. DSP for beginners.
blink_bios
- 本程序可实现在TOM320VC5402下的点灯效果,简单方便-this program can be realized in the light lamps TOM320VC5402 effect is simple and convenient
daa_bios
- 在dsp芯片TOM320VC5402下电话接口的简单c程序实现-in dsp chip TOM320VC5402 under a simple telephone interface c Program
DSPprogramms
- 这个最简单的,但是还是担心有些同学需要输入,所以看看这个最直接的吧。-the most simple, but still worried that some students need to import, so look at the most direct it.
pip_audio
- 6416dsk,源码通过这个知道简单的音频处理方法-6416dsk, know the source through a simple audio processing method
dspcpufrequency
- DSP上重新设定CPU的频率,虽然简单,但实用-DSP reset the CPU frequency, simple, but practical
C54X_mcbsp
- 在C54X DSP下写的串口收发程序,利用串口收发数据,并在DSP内对数据作简单处理!-under the C54X DSP serial port transceiver written procedures, the use of serial data transceiver, and the DSP within the data processing simple!
faceRecogniztion-fusemoxing
- 一个简单的基于肤色模型的人脸检测程序。基于DSPTMSP6711;-a simple model based on the color of face detection procedures. Based on DSPTMSP6711;
spra802a
- dsp程序,该程序在TMS6000上调试通过,按照说明操作,能实现简单的音频处理,同时让读者掌握PIP通讯-dsp procedures, the procedures adopted TMS6000 debugging, according to the instructions. achieve simple audio processing, while allowing the reader grasp PIP communications
yingbuxian
- 上载硬部线学校课程设计,希望大家能给出诸多改进意见,程序很简单。-hard on the line of the school curriculum design, hope that we can provide a lot of improvements, a very simple procedure.
实现简单UDP协议,ICMP协议,ARP协议
- 实现简单UDP协议,ICMP协议,ARP协议,在周立功TCPIP协议基础上修改.