说明:一个用Microsoft C++ 6.0 制定的二进制阅读器。不过只能阅读,不能编辑,功能比较单一。-a Microsoft C 6.0 enacted binary reader. But only reading, editing, function relatively simple. <王志> 在 2008-10-13 上传
| 大小:143.42kb | 下载:0
说明:是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well. <tctc> 在 2008-10-13 上传
| 大小:5.26kb | 下载:0
说明:此程序是利用汇编完成的音乐程序
其中的音乐是一首民歌《友谊地久天长》
-use of this procedure is completed compilation of music procedures which music is a folk song "friendship to incorporate" <小虎> 在 2008-10-13 上传
| 大小:909byte | 下载:0
说明:给Window程序设置热键,而且比RegisterHotKey增加了组合键功能-to Window program hotkey, more than RegisterHotKey a function key combinations <潘> 在 2008-10-13 上传
| 大小:61.51kb | 下载:1
说明:甲、乙、丙三位鱼夫出海打鱼,他们随船带了21只箩筐。当晚返航时,他们发现有七筐装满了鱼,还有七筐装了半筐鱼,另外七筐则是空的,由于他们没有秤,只好通过目测认为七个满筐鱼的重量是相等的,7个半筐鱼的重量是相等的。在不将鱼倒出来的前提下,怎样将鱼和筐平分为三份?
-A, B, C 3 fisherman fishing, they brought on board 21 baskets. That night back, they fo <姚紫欣> 在 2008-10-13 上传
| 大小:1.84kb | 下载:0
说明:如果一个正整数等于其各个数字的立方和,则称该数为阿姆斯特朗数(亦称为自恋性数)。
如 407=43+03+73就是一个阿姆斯特朗数。试编程求1000以内的所有阿姆斯特朗数-if one is integral to its various figures and Cubic, says the number of Armstrong (also known as narcissistic sexual numbers). If 40 <姚紫欣> 在 2008-10-13 上传
| 大小:1kb | 下载:0
说明:如果一个数恰好等于它的因子之和,则称该数为“完全数”。
*题目分析与算法设计
根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。
*-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algor <姚紫欣> 在 2008-10-13 上传
| 大小:853byte | 下载:0
说明:自守数是指一个数的平方的尾数等于该数自身的自然数。例如:
252=625 762=5776 93762=87909376
请求出200000以内的自守数-several times refer to a few of the square by using equal to the number of its own natural number. For example : 625762 252 = = = 8790937 <姚紫欣> 在 2008-10-13 上传
| 大小:1.39kb | 下载:0
说明:打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。
*题目分析与算法设计
对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。
-Print all over n (4 admission; 256) with the square of its symmetrical <姚紫欣> 在 2008-10-13 上传
| 大小:1.03kb | 下载:0