this code is a implementation of the Discrete cosinuss transformation. In this code I have used the direct méthode of calcul by used the equation without used the maatrix multiplication.
标签: this code implementation transformation
上传时间: 2013-12-19
上传用户:lanwei
This ar the basic programs that i did in highschool. From very simple to medium programs. From arrays to backtracking and graphs. Ther are more then 100 programs.
标签: programs From highschool medium
上传时间: 2014-12-04
上传用户:youke111
I have uploaded a Matlab program for simulation of CDMA. You can use it but must acknowledge the author
标签: acknowledge simulation uploaded program
上传时间: 2014-01-02
上传用户:bruce5996
1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立
上传时间: 2017-06-10
上传用户:sz_hjbf
操作I/O端口的驱动示例程序,将端口输入输出的汇编指令运行在内核模式中。
上传时间: 2017-06-10
上传用户:赵云兴
matlab 数据文件I/O的实现方法,详细介绍matlab怎样从数据中读取数据以及保存数据至文件中。
上传时间: 2017-06-11
上传用户:lxm
详细介绍了i.MX31ADS的硬件安装手册
上传时间: 2014-01-27
上传用户:英雄
练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量 的semFlush()完成。同时接收各Task 的告警信息,告警信息需编号以logmsg 方式 输出。本task 负责系统结束时的Task 删除处理。 3. Task2:console 命令行接收Task。接收并分析console 发来的命令行及参数。自行 设置5 种以上命令,并根据命令的内容向Task3 发送激励消息。同时实现系统退出 命令,使系统采用适当方式安全退出。收到非法命令向Task1 告警。 4. Task3:console 输出Task。接收需打印输出的字串消息(命令),输出到console。 收到长度为0 或超常字串向Task1 告警。 5. 在以下基本功能完成基础上,自选扩展一项功能。
上传时间: 2017-06-11
上传用户:15736969615
重点介绍了C + + B u i l d e r集成开发环境,以便读者在创建应用程序时能充分利用其强大的功能,从而达到事半功倍的效果。
标签: 集成开发环境
上传时间: 2013-12-25
上传用户:zsjzc
//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按键 getch()
标签: getmaxyx initscr stdscr for
上传时间: 2014-08-30
上传用户:龙飞艇