搜索资源列表
magic-tower
- 魔塔的源代码,整体架构和一些零零碎碎的东西-Magic Tower' s source code, the overall architecture and some bits and pieces of things
guessNumber
- 该小游戏主要是自己选择一个数字的位数n,然后系统随机产生一个n位数字,游戏者开始猜,每次猜数字会提示猜对多少个数字,用B提示,如果顺序放了,数字对了,用A提示,直到“n A,0B”,表示猜对了数字,游戏结束。-The game select a digital number of bits n, then the system randomly generates an n-bit numbers, the game began to guess, each number guessing wi
source
- 水仙花数是指一个 n 位数 ( n≥3 ),它的每个位上的数字的 n 次幂之和等于它本身。(例如:1^3 + 5^3 + 3^3 = 153) // 功能:判断输入 nValue 是否为水仙花数 // 输入: nValue为正整数 // 输出:无 // 返回:如果输入为水仙花数,返回1,否则返回0-Daffodils refers to a number of bits n (n ≥ 3), the numbers on each of its bits equal to n-t