verilog code radix-2 SRT divider input [7:0]Dividend input [3:0]Divisor output [4:0]Quotient output [8:0]Remainder
標簽: input Dividend Quotient verilog
上傳時間: 2014-11-27
上傳用戶:三人用菜
編寫input()和output()函數輸入,輸出5個學生的數據記錄,主要練習使用這兩個函數
上傳時間: 2017-01-17
上傳用戶:qoovoop
本例展示了如何設置TIM工作在輸出比較-非主動模式(Output Compare Inactive mode),并產生相應的中斷。 TIM2時鐘設置為36MHz,預分頻設置為35999,TIM2計數器時鐘可表達為: TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz 設置TIM2_CCR1寄存器值為1000, CCR1寄存器值1000除以TIM2計數器時鐘頻率1KHz,為1000毫秒。因此,經過1000毫秒的時延,置PC.06輸出為低電平。 同理,根據寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,經過500毫秒的時延,置PC.07輸出為低電平;經過250毫秒的時延,置PC.08輸出為低電平;經過125毫秒的時延,置PC.09輸出為低電平。 輸出比較寄存器的值決定時延的大小,當計數器的值小于這個值的時候,點亮與PC.06-PC.09相連的LED;當計數器的值達到這個值得時候,產生中斷,在TIM2的4個通道相應的中斷里,把它們一一關閉。
標簽: Inactive Compare Output mode
上傳時間: 2013-12-20
上傳用戶:ghostparker
It is for some people who are looking for job. I wm will be happy if it is useful for you.
上傳時間: 2017-02-09
上傳用戶:黑漆漆
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java components or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.
標簽: full-featured integrated scheduling Quartz
上傳時間: 2014-01-07
上傳用戶:龍飛艇
OC0 output mode 設定了pwm輸出控制選擇
上傳時間: 2013-12-26
上傳用戶:ynsnjs
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288
Job post Job post
上傳時間: 2014-01-20
上傳用戶:yyyyyyyyyy
一篇老外的《Nail the job interview》,包含101個general面試問題的較為完美的answer,不涉及任何專業。
標簽: interview general answer Nail
上傳時間: 2013-11-30
上傳用戶:aix008
Quartz Job Scheduling Framework 中文版 V0.9.2.chm ,非常詳細的說明了Quartz的使用,且翻譯的水平也不錯
標簽: Quartz Scheduling Framework Job
上傳時間: 2017-02-28
上傳用戶:我干你啊