多媒體5.1聲道遙控功放全套方案(原理圖+制作元件參數全套)各功能描述: 1. 當A為低電平時,AC-3燈點亮,即是AC-3的輸入方式 當A為高電平時,STEREO燈點亮,即是STEREO的輸入方式 2. 當STANDBY燈點亮時,為待機狀態;此LED閃動時為MUTE狀態,PT2258為靜音狀態,同時STANDBY為低電平 3. 各聲道(FRONT,SUB,REAR,CENT)其微調音量調節+/-5dB;音量調節從01~80dB 4. 面板無任何按鍵,均為遙控器控制 5. 剛開機時為待機狀態,開機時音量為50dB狀態,各微調為0dB, 6. 按遙控器的REST鍵后,系統為開機時狀態, 7. PT2258音量衰減共80DB,按遙控器每按一次衰減1dB,
上傳時間: 2017-02-21
上傳用戶:黃華強
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
Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management. In addition to providing an in-depth examination of core text mining and link detection algorithms and operations, this book examines advanced pre-processing techniques, knowledge representation considerations, and visualization approaches. Finally, it explores current real-world, mission-critical applications of text mining and link detection in such varied fields as M&A business intelligence, genomics research and counter-terrorism activities.
標簽: information techniques combining overload
上傳時間: 2014-01-02
上傳用戶:Late_Li
一個DSP的示例程序,進行了sub運算,但中間有些小bug,下載者可自行修改
上傳時間: 2014-01-17
上傳用戶:netwolf