Stellaris Luminary Micro 系列之 DK-LM3S811 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.Comparator 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S811 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 12.PWMgen 13.I2C_Atmel 等
标签: Comparator Stellaris Luminary BitBand
上传时间: 2015-12-31
上传用户:wab1981
Stellaris Luminary Micro 系列之 DK-LM3S828 多个学习范例全都是基于 Keil 工程版的范例, 而范例内容列举如下: 1.BitBand 2.I2C_Atmel 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S828 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 等...
标签: Stellaris Luminary BitBand C_Atmel
上传时间: 2014-01-25
上传用户:daguda
Analog Device ARM-7 系列之 ADuC_7020 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7020 Evaluation Board 原理图,而范例内容如下: 1.ADC 2.Comparator 3.DAC 4.FlashEE 5.FuncRam 6.INT 7.Mics 8.PLA 9.Pulse 10.S&C 11.TimerTrig 12.UART 13.Varplace
标签: ADuC 7020 Evaluation Evaluati
上传时间: 2014-07-04
上传用户:lps11188
Analog Device ARM-7 系列之 ADuC_7024 Evaluation Board 内多个学习范例全都是基于 Keil 工程版的 范例,附 ADuC_7024 Evaluation Board 原理图,而范例内容如下: 1.ADC 2.Comp 3.DAC 4.FlashEE 5.FuncRam 6.INT 7.Mics 8.PLA 9.Pulse 10.PWM 11.S&C 12.TimerTrig 13.UART 14.Varplace
标签: ADuC 7024 Evaluation Evaluati
上传时间: 2016-01-01
上传用户:lo25643
tellaris Luminary Micro ARM 系列之 DK-LM3S828 多个学习范例全都是基于 Keil 工程版的范例, 并包含 LM3S Library Source Code ,而范例内容列举如下: 1.BitBand 2.I2C_Atmel 3.GPIO_JTAG 4.GPIO_LED 5.Hello 6.Interrupts 7.QS_DK_LM3S828 8.SSI_Atmel 9.Timers 10.UART_Out 11.WatchDog 等
标签: tellaris Luminary Library Source
上传时间: 2016-01-01
上传用户:lmeeworm
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
用vc++实现的手写数字识别算法,给做图像处理的朋友一个参考。该程序能识别0~9的10个数字。
上传时间: 2016-04-16
上传用户:sammi
Java: 在n 张扑克牌中找出顺子 题目是这样的:有n张扑克牌,每张牌的取值范围是:2,3,4,5,6,7,8,9,10,J,Q,K,A。在这n张牌中找出顺子(5张及5张以上的连续的牌),并将这些顺子打印出来。 思路:我的思路其实很简单,首先就是要去掉重复的牌,因为同样的顺子之算一个,显然JAVA中的Set很适合这个工作。同时又需要对这些牌进行排序,毫无疑问就是TreeSet了。然后从小到大遍历这些牌,并设置一个计数器count。若发现连续的牌,则count++;若发现不连续的,分2中情况:若count>4,则找到了一个顺子,存起来;反之则什么都不做。然后count=1,从新开始找顺子。下面就是代码:
标签: Java
上传时间: 2013-12-22
上传用户:hewenzhi
S3C2410A中文数据手册,包含内容1,2,3,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23章,没有的就是USB主接口和从接口那部分
上传时间: 2013-12-20
上传用户:685
给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境
标签: 数组
上传时间: 2016-12-20
上传用户:zhengjian