Unix操作系统最基础的入门书,适合初级学者加以了解,超星格式
上传时间: 2013-12-26
上传用户:1109003457
C程序设计第二版-谭浩强主编 清华大学出版社 版本电子书,共11章 330页 文件后缀.NLC 阅读器自行下载
上传时间: 2015-04-30
上传用户:洛木卓
不是基于SVR4的unix系统编程,一本对unix编程者绝对有用的书,我找n久才找在超星找到的,不过我把它做成了pdf了,里面的每个函数都有例子讲得清清楚楚,适合学习unix系统编程者尤其是初学者。
上传时间: 2013-11-28
上传用户:netwolf
Linux+PHP+MySQL案例教程 讲解全面,是初学linux下网络编程的重要学习资料。(pdg格式用boox viewer或超星都可以打开。)
上传时间: 2015-05-13
上传用户:朗朗乾坤
数字运算,判断一个数是否接近素数 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
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将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
matlab在通信方向的应用,电子书,用超星浏览器打开。适用于学习matlab的初学者
上传时间: 2014-01-03
上传用户:caiiicc
c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。
上传时间: 2014-01-12
上传用户:变形金刚
这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,用超星浏览
上传时间: 2015-06-18
上传用户:iswlkje
是单片机C51的详细原理讲解说明,要用超星打开~
上传时间: 2014-01-23
上传用户:牛津鞋