Welcome![Sign In][Sign Up]
Location:
Search - ARMSTRONG

Search list

[GUI Develop两个ATLCOM组件源代码参考例子

Description: 这两个代码例子是本人在最近复习 com 时所写,主要是参考 Tom Armstrong, Ron Patton的ATL Developer s Guide,2nd Edition,希望不要笑话。以后本人写一些精彩片断,这次权当开场白吧-two code example is the recent review I wrote when com, the main reference Tom Armstrong, Ron Patton of ATL Developer s Guide, 2nd Edition, in the hope of a joke. After I made some wonderful clips, opening this right when it
Platform: | Size: 90087 | Author: 杨杰 | Hits:

[Other resourceFigure_Models

Description: James Armstrong VHDL Design , source code
Platform: | Size: 46310 | Author: 真名 | Hits:

[Other阿姆斯特朗数

Description: 如果一个正整数等于其各个数字的立方和,则称该数为阿姆斯特朗数(亦称为自恋性数)。 如 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 407 = 43 03 73 Armstrong is a few. Examination Program for 1000 all within a few Armstrong
Platform: | Size: 1024 | Author: 姚紫欣 | Hits:

[Othermathcoding

Description: C语言数学编程:包括叠代整除,阿姆斯特朗数,完数,乘法矩阵,多位阶乘,四分砝码等算法-C Programming Language Mathematics : iterative divisible including Armstrong, a few, several End, matrix multiplication, many factorial quarters algorithms such as weight
Platform: | Size: 4933 | Author: | Hits:

[Otherarmstrong

Description: 一个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 or four all of the median armstrong few.
Platform: | Size: 1317 | Author: summer | Hits:

[Other阿姆斯特朗数

Description: 如果一个正整数等于其各个数字的立方和,则称该数为阿姆斯特朗数(亦称为自恋性数)。 如 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 407 = 43 03 73 Armstrong is a few. Examination Program for 1000 all within a few Armstrong
Platform: | Size: 1024 | Author: 姚紫欣 | Hits:

[Otherarmstrong

Description: 一个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 or four all of the median armstrong few.
Platform: | Size: 1024 | Author: summer | Hits:

[Special Effectsfast

Description: 这是Armstrong的机器学习FAST算法matlab源代码,是从作者个人主页上下的,可以运行-This is Armstrong s Machine Learning FAST algorithm matlab source code from the author of the personal home page from top to bottom, you can run
Platform: | Size: 122880 | Author: 王寒涛 | Hits:

[Otherarmstrong-erlang_history

Description: Erlang History, by Mr. Joe Armstrong, Erricsson
Platform: | Size: 400384 | Author: jack | Hits:

[JSP/Javaarmstrong

Description: armstrong progam in java.this program explain for armstrong numbers
Platform: | Size: 1024 | Author: krishnan | Hits:

[CSharparmstrong

Description: 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 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.
Platform: | Size: 13312 | Author: ya3 | Hits:

[OtherArmstrong

Description: 在三位的整数中,例如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 Armstrong number.
Platform: | Size: 1024 | Author: Allan | Hits:

[AlgorithmArmstrong-number

Description: 如果一个正整数等于其各位数字的n次方和,则称该数为阿姆斯特朗数。求出1000以内的阿姆斯特朗数是C语言的经典题目。-If a positive integer equal to the sum of its every figure s n-th power, we call the number Armstrong number.Finding out all the Armstrong numbers in 1000 is a classic C language title.
Platform: | Size: 174080 | Author: shaoxiaoying | Hits:

[ELanguageAlgorithm-to-generate-armstrong-numbers

Description: Algorithm to generate armstrong numbers
Platform: | Size: 11264 | Author: ASAD | Hits:

[Embeded-SCM Developarmstrong

Description: 一个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 or four all of the median armstrong few.
Platform: | Size: 1024 | Author: madecle | Hits:

[GUI DevelopArmstrong-number-c-program-

Description: Armstrong number c program: c programming code to check whether a number is armstrong or not. A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself. For example 371 is an armstrong number as 33 + 73 + 13 = 371. Some other armstrong numbers are: 0, 1, 153, 370, 407.
Platform: | Size: 1024 | Author: fpthl | Hits:

[Embeded-SCM Developarmstrong

Description: 一个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 or four all of the median armstrong few.
Platform: | Size: 1024 | Author: sackedMor | Hits:

[OtherArmstrong-number

Description: 阿姆斯特朗数 可采用穷举法,依次取1000以内的各数(设为i),将i的各位数字分解后,据阿姆斯特朗数的性质进行计算和判断。-Armstrong number can be brute-force method, the number of 1000 in order to take within each (set i), i of the digits after the decomposition, according to the nature of Armstrong numbers are calculated and judged.
Platform: | Size: 10240 | Author: joson | Hits:

[GDI-BitmapArmstrong

Description: 在三位的整数中,例如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 Armstrong number.
Platform: | Size: 1024 | Author: quan53166 | Hits:

[AlgorithmArmstrong

Description: C++ code to check whether the input number is an armstrong number or not.
Platform: | Size: 1024 | Author: B E Project | Hits:
« 12 3 4 »

CodeBus www.codebus.net