图书馆管理系统,3阶b树 数据结构实验,简单易懂 初学者的作品
上传时间: 2014-01-09
上传用户:gaojiao1999
MATLAB数学实验的课件以及作业,里面有程序以及分析过程,这个是关于线性代数的
上传时间: 2015-05-16
上传用户:thesk123
linux核心分析,包括内存管理、任务调度、文件管理等详细分析
上传时间: 2014-01-19
上传用户:pinksun9
CRC 校验源码分析,第一次接触还真难以理解。这些东西不想在这里讲,随便找一下都是一大把。我想根据源代码来分析会比较好懂一些。
上传时间: 2015-05-17
上传用户:zhangjinzj
这是我在学习《信息系统分析》时用UMLwithRationalRose所做的一个学校图书馆系统分析的设计,通过转化可以变成程序,希望对一部分人有帮助
标签: UMLwithRationalRose 信息系统 分 图书馆
上传时间: 2014-12-22
上传用户:qlpqlq
凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26
上传时间: 2015-05-18
上传用户:bibirnovis
用于小波滤波器的谱分析,mallat分解法。实现信号的重构
上传时间: 2014-10-29
上传用户:AbuGe
图象阈值分析的书籍,个人认为很实用,使用于图象分析
上传时间: 2014-01-12
上传用户:xuanchangri
数字运算,判断一个数是否接近素数 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
编译器之词法分析,可以分析类C语言 包括<=的处理,里面有详细注释
上传时间: 2015-05-21
上传用户:redmoons