spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
标签: dimensional Querying fenwick matrix
上传时间: 2017-03-02
上传用户:chfanjiang
Stereo-Vision circuit description, Aug 2002, Ahmad Darabiha This design contains four top level circuits: sv_chip0.vhd, sv_chip1.vhd, sv_chip2.vhd and sv_chip3.vhd each of them built by one Virtex2000E fpga chip. This design is hierarchical and the sub-circuits can be used as smaller benchmarks.
标签: Stereo-Vision description Darabiha contains
上传时间: 2017-03-19
上传用户:comua
MIPS 仿真器,能够实现汇编,反汇编和模拟运行。自己开发的,java课的大程,可能问题比较多,仅做参考,而且程序架构也设计地不是很好。但作为新手大程学习和简单的MIPS模拟还是没有问题的。 本 MIPS 模拟器支持的指令如下: add,addi,sub,subi,and,andi,or,ori,nor,beq,bne,j,jr,jal,lw,lh,lb,sw,sh,sb, 其中所有的跳 转指令第三个操作数只能为一个行标签[不支持相对地址以及绝对地址],标签可 以写在一行开头,以冒号结尾。
上传时间: 2014-01-04
上传用户:ruixue198909
SCSI Multimedia Commands 鈥?2 (MMC-2) NCITS 333 T10/1228-D 4.1.1. CD address reporting formats (MSF bit) Several CD commands can report addresses either in logical block address or in MSF format (see Table 1). The READ HEADER, READ SUB-CHANNEL, and READ TOC/PMA/ATIP commands have this Feature
标签: Multimedia reporting Commands address
上传时间: 2013-12-21
上传用户:lepoke
SCSI-3 Multimedia Commands X3T10 1228D 4.1.1. CD address reporting formats (MSF bit) Several CD commands can report addresses either in logical block address or in MSF format (see Error! Reference source not found.). The READ HEADER, READ SUB-CHANNEL, and READ TOC/PMA/ATIP commands have this feature.
标签: Multimedia reporting Commands Several
上传时间: 2014-01-01
上传用户:lhc9102
用skill语言编写,实现自动加sub。
上传时间: 2013-12-26
上传用户:dyctj
//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin()
标签: ACS_VLINE ACS_HLINE mvwprintw win
上传时间: 2017-06-12
上传用户:plsee
一个DSP的示例程序,进行了sub运算,但中间有些小bug,下载者可自行修改
上传时间: 2014-01-17
上传用户:netwolf
The document explains the concept of multiple-bandpass filtering and compacting of arbitrarily spaced frequency bands.
标签: multiple-bandpass arbitrarily compacting filtering
上传时间: 2017-07-03
上传用户:pinksun9
PATTERNS FOR TIME-TRIGGERED EMBEDDED SYSTEMS by Michael J. Pont [Pearson Education, 2001 ISBN: 0-201-33138-1]. This code is copyright (c) 2001 by Michael J. Pont. See book for copyright details and other information. ---------- This directory contains the files from Chapter 12. The sub-directories are as follows: 12\WDog1232 Contains the project associated with Listing 12-1 to Listing 12-2. 12\WDog8953 Contains the project associated with Listing 12-3 to Listing 12-7.
标签: J. TIME-TRIGGERED Education PATTERNS
上传时间: 2013-12-19
上传用户:极客