Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上傳時間: 2013-12-24
上傳用戶:遠遠ssad
本例展示了如何利用外設TIM2來產生四路頻率不同的信號。 TIM2時鐘設置為36MHz,預分頻設置為2,使用輸出比較-翻轉模式(Output Compare Toggle Mode)。 TIM2計數器時鐘可表達為:TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz 設置TIM2_CCR1寄存器值為32768,則CC1更新頻率為TIM2計數器時鐘頻率除以CCR1寄存器值,為366.2 Hz。因此,TIM2通道1可產生一個頻率為183.1 Hz的周期信號。 同理,根據寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,TIM2通道2可產生一個頻率為366.3 Hz的周期信號;TIM2通道3可產生一個頻率為732.4 Hz的周期信號;TIM2通道4可產生一個頻率為1464.8 Hz的周期信號。 可以通過示波器觀察各路輸出
上傳時間: 2014-01-22
上傳用戶:plsee
編寫程序,登錄幼兒園200個小朋友的數據:姓名、性別、年齡、身高、體重、出生日期,分別按年齡排序后輸出。 要求: (1)登錄數據用函數input() (2)按身高排序用函數sort() (3)輸出排序結果用函數output(),輸出格式為: 幼兒園小朋友一覽(依身高排序) =================================================== 姓名 性別 年齡 身高 出生日期 …… … …… ……
上傳時間: 2013-12-30
上傳用戶:fhzm5658
matlab simulink 三相PFC仿真,input為50hz交流,output為直流。閉環矢量控制
上傳時間: 2013-12-06
上傳用戶:cylnpy
The salience distance transform incorporates edge strength information into the distance transform. The output is more robust and informative as input for techniques such as snakes
標簽: transform distance incorporates information
上傳時間: 2014-01-11
上傳用戶:zjf3110
Lighttpd是一個輕量級的Web 服務器,支持FastCGI, CGI, Auth, 輸出壓縮(output compress), URL重寫, Alias等重要功能。它具有非常低的內存開銷,cpu占用率低,效能好,以及豐富的模塊等特點。其靜態文件的響應能力遠高于Apache,可謂Web服務器的后期之秀
上傳時間: 2014-01-20
上傳用戶:thuyenvinh
The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).
標簽: editor highlighting programmers The
上傳時間: 2013-12-09
上傳用戶:x4587
PowerPCB教程簡介 歡迎使用 PowerPCB 教程。本教程描述了PADS-PowerPCB 的絕大部分功能 和特點,以及使用的各個過程,這些功能包括: · 基本操作 · 建立元件(Component) · 建立板子邊框線(Board outline) · 輸入網表(Netlist) · 設置設計規則(Design Rule) ·元件(Part)的布局(Placement) · 手工和交互的布線 · SPECCTRA全自動布線器(Route Engine) ·覆銅(Copper Pour) · 建立分隔/混合平面層(Split/mixed Plane) · Microsoft 的目標連接與嵌入(OLE)(Object Linking Embedding) · 可選擇的裝配選件(Assembly options) · 設計規則檢查(Design Rule Check) · 反向標注(Back Annotation) · 繪圖輸出(Plot Output) 使用本教程后,你可以學到印制電路板設計和制造的許多基本知識。 你不必一次完成整個教程,如果在任何時候退出后,下次直接找到你要進入 的部分,繼續學習本教程。 當你完成了本教程的學習后,可以參考在線幫助(On-line Help)以便得到更多 的信息。如果你需要附加的信息內容,你可以與PADS 在各地辦事處或代理商取 得聯系,以便得到更多的幫助。 歡迎使用PowerPCB進行PCB設計!
標簽: PowerPCB PADS-PowerPCB 教程 分
上傳時間: 2013-12-12
上傳用戶:caozhizhi
復接入,B/W雙用戶使用直接擴頻序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 just any number wud do % Waqas Mansoor % NUST , Pakistan
標簽:
上傳時間: 2014-11-22
上傳用戶:zl5712176
鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The Dining Philosophers Problem o Deadlocks o A Solution to the Dining Philosophers Problem o Java s wait() and notify() o Dining Philosophers Example 鈥?Summary
標簽: Thread Multithreading Examples Problems
上傳時間: 2017-03-02
上傳用戶:kristycreasy