matrix开发版的键盘驱动程序,希望对大家有帮助
上传时间: 2015-05-10
上传用户:love1314
学习C++的一些范例,初级学习者非常有用,可以学习如何编写简单的代码。
标签: 范例
上传时间: 2014-08-10
上传用户:410805624
An Introduction To Software Architecture
标签: Introduction Architecture Software An
上传时间: 2014-09-10
上传用户:jkhjkh1982
非常不错的 c及c++的函数库手册。里面对每个函数都有对应的实例加以参考。不过这是英文版的 chm文件
上传时间: 2014-03-10
上传用户:huql11633
运动图象检测,运用IDMA规范综合JPEG编码和解码库,了解使用XDIAS接口实现与算术库的协调工作。
上传时间: 2014-10-10
上传用户:sdq_123
有关dsp54x各方面编程的程序,包括ev模块的编程
上传时间: 2014-10-10
上传用户:ukuk
java核心技术!经典,值得研究!欢迎下载
上传时间: 2014-10-10
上传用户:xfbs821
vb manange system 看看就行, 管理系统
上传时间: 2014-01-10
上传用户:qilin
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
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