数据结构课程设计 数据结构B+树 B+ tree Library
上传时间: 2013-12-31
上传用户:semi1981
自己在wince的环境下做的一移动数字电视驱动,可读性比较强
上传时间: 2014-01-06
上传用户:jing911003
数字电视基本概念介绍,为ppt,非常不错的一个数字电视入门培训资料
上传时间: 2017-09-20
上传用户:yyq123456789
si文档中文版,做数字电视方面的程序员不可缺少的参考文档,包含si各个表的解析
上传时间: 2017-09-23
上传用户:plsee
数字处理及显示技术专辑 106册 913M数字电视原理与应用 480页 4.8M ppt.rar
标签:
上传时间: 2014-05-05
上传用户:时代将军
视频显示相关专辑数字电视原理与应用 480页 4.8M ppt.rar
标签:
上传时间: 2014-05-05
上传用户:时代将军
该文档为数字电视中DSP技术的应用简介文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
上传时间: 2021-11-19
上传用户:
数字运算,判断一个数是否接近素数 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
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X
上传时间: 2015-07-26
上传用户:xauthu
猜数字游戏 游戏说明: 1、游戏开始,电脑随机产生一个数字不重复的四位数。 2、将您猜的数点击OK按钮提交。 3、电脑会将您提交的数与它自动产生的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字 正确但位置不正确,比如:"2A2B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了2个数字 ,但位置不对。 4、您共有10次机会,在10次内,如果结果为“4A0B”,游戏成功。如果10次里您都没有猜对游戏失败。
标签: 数字
上传时间: 2013-12-14
上传用户:zhouli