搜索资源列表
TMS320C64X_TCP_Turbo
- 介绍了TMS320C64X系列DSP内部Turbo码协处理器(TCP)的结构和算法。给出了使用TCP实现符合3GPP协议的Turbo译码的程序流程,实现了一种使用中断服务程序控制的高校处理流程,最后给出了TCP译码性能与处理时延的硬件实现结果,并做出了一定的分析
code
- 利用windowsAPI(非组建/控件等)编写的comm通信程序库,能够实现comm单字节/多数据发送接收,延时处理等。使用前如不调用.h中的初始化函数,则使用默认频率。.c文件为一个小的测试程序,使用时包含.h即可。-The use of windowsAPI (non-set up/control, etc.) prepared comm communication library, to achieve single-byte comm/data to send more than rec
Timer0_Poll1
- 此程序用定时器实现延时计数 This program shows an example of using Timer0 in polled mode to implement a delay counter with a resolution of 1 ms.-This program shows an example of using Timer0 in polled mode to implement a delay counter with a resolution of 1
abc
- 制作了一个延时开和延时关的结构,该结构采用线程来完成两个功能,可以实现IO板卡的信号输出并且调用函数后立刻返回,不会阻塞程序-Produced a time delay and delay-related open structure that uses the thread to complete the two functions can be achieved IO board and the signal output after the function call returns im
pccon
- 包含:833us延时程序,接收的数据处理函数,接收一个字符函数,字符串发送函数-Contains: 833us delay procedure, the receiving data processing functions, receiving a character function, the string sending function
5773550
- MFC下动态的显示图形的画法,主要用了Bresenham算法来画出三角型和圆,程序中还用了Sleep函数来实现延时,()