题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
当你使用了本系统后,你将不再因为自己的网站的音乐 链接地址变动而烦恼了! 因为我们(心影瞬间工作室)将为随时监测链接的可用性! 这些问题,我们将为你解决! 现在我们已经推出了 《歌曲排行榜》《卡通歌曲》《新年歌曲》《民歌》 《萨克斯》《经典老歌》《天籁之音》《中国轻音乐》 等项目, 相继我们还将推出《祝福点歌系统》,以及为有一定浏 览量的网站定制《点歌系统》 欢迎加入《心影瞬间工作室》这是一个免费为大家提供 共享服务的简单组织!
标签:
上传时间: 2015-01-12
上传用户:二驱蚊器
李敖图书,《上天》
标签: 图书
上传时间: 2015-02-03
上传用户:yd19890720
动态改变IP地址 本人的IP地址时常变动,所以就写下这个小程序自娱。 由于是刚刚学习VC,所以很多VC相关的小问题却发现不好解决。比如界面刷新问题比如程序中的《确定》按纽,非的激活一下才可以显示出来,而IP控件就更过分了,必须每个字段都点一下才能刷新。
上传时间: 2015-02-06
上传用户:sclyutian
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
标签: person_key RSA 算法
上传时间: 2013-12-14
上传用户:zhuyibin
自己动手写操作系统,书的配套光盘。很好的入门级教材,是《操作系统》极好的课设参考资料。
上传时间: 2013-12-11
上传用户:hoperingcong
本文作者从1997年开始跟踪研究GE的管理模式,1999年访问了GE美国总部;随后,在 99《财富》论坛上海年会上,他又现场聆听了韦尔奇先生的一席发言。这一切促使他把自己对GE及韦尔奇的许多理解撰写成文,以期对正在走向世界、冲刺“财富500强”的中国企业家们有所启示。
上传时间: 2015-04-21
上传用户:pkkkkp
用51编写的音乐播放程序,利用定时器改变扬声器的频率,其中有歌曲《童话》
上传时间: 2013-12-31
上传用户:lizhizheng88
数字运算,判断一个数是否接近素数 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-08
上传用户:英雄