搜索资源列表
Infos
- 全新的手机归属地,包括153,159,158等号段,以及卡类型等。-new phone ownership, including equal to 153,159,158, as well as card type, and so on.
armstrong
- 一个N位数的各位数的N次方之和等于这个数,称为armstrong数(如:153=1^3+5^3+3^3)。编一个程序,求出2,3,4位数中所有的armstrong数。-an N to the median number of Nth power equal to the sum of the number called armstrong (such as : 153 = a ^ ^ 3 5 3 3 ^ 3). Procedures for a series to get two, three
Mobile
- 手机归属地,文本格式,包含130-139,150、153、156、158、159号段,数据库更新到2007-12-03
M-T153Specification[1]
- M-153热敏打印头资料,费了很大劲搞到的,可以直接用CPU控制,节约不少费用的。
153
- SniffDoor V 0.7a开放源码,很好用
CSS3[1].0
- CSS属性众多,在W3C CSS 2.0版本中共有122个标准属性,在W3C CSS 2.1版本中共有115个标准属性,其中删除了CSS 2.0版本中7个重复或无用的属性:font-size-adjust、font-stretch、marker-offset、marks、page、size和text-shadow。如果再加上IE专有属性,共计有153个左右。
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
C3
- 收集了目前大学期末考试中18个重要的C程序源代码例题解答,还有24个待续。题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 1.程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。-Collected at the end of the current university examinations 18 important C
shushang
- 无线通信原理与应用这本书上的第153页的仿真程序,根据J.I.smith的论文编写的-J.I.smith code for rayleigh-fading-code
mickey
- 打印出100-999之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。 例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方-Print out between 100-999 all the " Narcissus number" so-called " Narcissus number" refers to a three-digit, which you figure is equal t
shuixianhuashu
- 计算输出所有的水仙花数(水仙花数指1个三位数个位数的立方和等于该数,如153=1*1*1+5*5*5+3*3*3)-shuixianhuashu
Narcissisticnumber
- 所谓“水仙花数”,是指一个3位数,其各位数在立方和等于该数,如153=1^3+5^3+3^3, 编程输出所有的“水仙花数”。-The so-called " Narcissistic number" refers to a 3-digit number of its Members in the cube and is equal to the number, such as 153 = 1 ^ 3+5 ^ 3+3 ^ 3, the programming output o
armstrong
- This a program to check whether the entered number is an armstrong number or not. An armstrong number can be defined as follows: e.g. number=153 then, cube(1)=1 cube(5)=125 and cube(3)=27 AND 1+125+27=153.-This is a program to check wh
Armstrong
- 在三位的整数中,例如153可以满足13 + 53 + 33 = 153,这样的数称之为Armstrong数,试写出一程式找出所有的三位数Armstrong数。 -In the three integers, such as 153 to meet the 13+ 53+ 33 = 153, this number is called Armstrong numbers, try to write a program to identify all of the three-digit Arm
c
- 求所有这样的三位数,这些三位数等于它各位数字的立方和。如,153=13 +53 +-Find all such three-digit, which is equal to its three-digit number cube and you. For example, 153 = 13+53+33
shuixianhuashu
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 -Print out all of the" narcissus number", the so-called" narcissus number " is a three digit, the digits and equal to the number of cubicIn itself. For examp
153
- 提取并保存EXE文件的图标,很不错的VB源码,适合VB爱好者学习研究。-Extract and save the EXE file icon, a very good VB source code for VB enthusiasts to learn.
153-minutes-learn-to-R
- 一本对R语言初学者而言很有用的资料,主要是初学者容易遇到的153个问题-R language for beginners, useful information, is easy for beginners to encounter 153
shuixianhua
- 水仙花数是指各位的数字立方和等于该数本身的三位数(如153 = 13 + 53 + 33)。编写C#控制台应用程序,输出所有的水仙花数。-Narcissus is the number of the Members of Digital Cube and equal to the number of three-digit (such as 153 = 13+ 53+ 33). Write a C# console application, the output of all the daffo