WINCE下串口通讯,封装类。 用EVC开发工具设计。 对于WINCE以及EVC开发的朋友有以定的借鉴作用。
上传时间: 2014-01-08
上传用户:坏天使kk
在线要素综合中,对于三个点以上共线的情况,中间的点是冗余点,这里去除冗余点的算法
标签:
上传时间: 2015-04-29
上传用户:leixinzhuo
不用说了,uC/OS2.51官方源代码,此外结合本人心得体会增加了详细地说明,希望对初次使用者能起到一定的帮助作用。适用于uC/OS-II开发工具Borland C3.1剪裁版。
标签:
上传时间: 2014-11-05
上传用户:sammi
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
图书管理系统,适用于毕业设计论文中,对大学毕业生论文上合计有很大的参考作用
标签: 图书管理
上传时间: 2015-06-01
上传用户:天涯
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
一个嵌入式TCP/IP协议栈,针对freescale系列单片机。对学习TCP/IP有很好的借鉴作用。
上传时间: 2014-01-07
上传用户:远远ssad
java做得cs聊天室,支持多方聊天,对学习java网络编程的朋友有很好的借鉴作用!
标签: java
上传时间: 2015-06-21
上传用户:onewq
GPS辅助空中三角测量原理及应用,这本书堪称GPS测量中经典的书籍,对喜欢做此方面的朋友会有很好的指导作用,望大家喜欢
上传时间: 2014-01-22
上传用户:kikye
实时连续显示柱状图,对需要信号频谱显示的有很好的参考作用
标签:
上传时间: 2015-09-01
上传用户:familiarsmile