登录
首页 » Others » DCT

DCT

于 2009-04-20 发布 文件大小:166KB
0 61
下载积分: 1 下载次数: 50

代码说明:

  这是我一个DSP实习,用汇编语言编实现离散余弦变换(DCT)的DSP程序设计。它有详细的设计流程、仿真结果,有完整的模块源码。其中有工程文件,和一个WORD文档,相信能让你清新的了解设计过程,掌握汇编设计离散余弦变换!(This is my internship a DSP using assembly language for the realization of discrete cosine transform (DCT) of DSP programming. It has a detailed design process, simulation results, with complete source code of the module. Among them, engineering documents, and a WORD document, I believe you can clean the design process to understand and master the design of discrete cosine transform compilation!)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 通过设计的一个定时小程序,实现基本的定时计数功能...
    通过汇编语言设计的一个定时小程序,实现基本的定时计数功能-Language Design by compiling a small program from time to time to achieve the basic function of the timing count
    2022-03-18 18:24:43下载
    积分:1
  • 12232串行显示程序
    12232 串口方式显示程序-12232 Serial shown procedures
    2023-01-09 08:45:03下载
    积分:1
  • 实现记时和日期显示功能的c程序
    实现计时和日期显示功能的c语言程序,和秒表功能,以及定时功能的实现,基于C语言汇编和单片机技术
    2023-08-20 21:15:02下载
    积分:1
  • TI C5410烧写Flash实现并行自举引导,绝对实例教程
    TI C5410烧写Flash实现并行自举引导,绝对实例教程-burning parallel Flash Boot absolutely examples Guide
    2022-04-29 19:34:49下载
    积分:1
  • 电子钟
    利用8253和8259芯片实现实时电子时钟的功能;利用8255控制七段数码管完成定时扫描显示。显示格式为xx时xx分xx秒,每隔1s,时间值改一次。按键SHIFT可选择时、分、秒,按键CTRL可对所选的时、分、秒进行加1,小时加至23后清0,分、秒加至59后清0。(Use 8253 and 8259 chip to realize the function of real-time electronic clock; use 8255 control seven segment digital tube to complete the timing scanning display. When the display format is XX, XX minutes XX seconds, every 1s, the time value changed once. Button SHIFT can choose time, minutes, seconds, button CTRL can be selected time, minutes, seconds added 1, hours added to 23 after 0, minutes, seconds to 59 after 0)
    2020-12-06 18:29:23下载
    积分:1
  • 使用74164连接8行2列键盘的行线,74165连接键盘的列线,写扫描键盘,包括C和程序...
    使用74164连接8行2列键盘的行线,74165连接键盘的列线,编写扫描键盘,包括C和汇编程序-74164 connect using 8 line 2 keyboard line, out of 74,165 lines to connect the keyboard, the preparation of scanning the keyboard, including C and assembler
    2022-08-25 18:40:01下载
    积分:1
  • Function-generator
    使用汇编编写的程序,内部有详细的代码说明和试验说明,还有芯片方面的知识。(Use the compilation of written procedures, there are detailed code and test instructions, and chip knowledge. )
    2011-12-22 15:25:48下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • 设计教科书和译教科书的有关知识,并增加了一些有关 层体系结构的材料,以满足没学过计算机组织的学生们的需要...
    设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students
    2022-02-13 19:43:01下载
    积分:1
  • 二级公共基础知识总结
    全国二级c语言公共基础知识总结,由专业培训机构的专业老师编写,包含了近几年来的二级考试公共基础知识点,分点总结,结合每年题型,非常全面,专业,实用。
    2022-05-29 13:57:44下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载