搜索资源列表
判断素数的个数
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
1
- 大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
gabor
- 该代码仅计算了一个101×101尺寸的Gabor函数变换,得到均值和方差。代码采用两种卷积计算方式,从结果中可以看出,快速傅立叶变换卷积的效率是离散二维叠加和卷积的近50倍。 -The code is only the calculation of a 101 × 101 size Gabor function transformation, the mean and variance. Convolutional code using two methods of calculation
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
Count101
- Count 101 就是长度为n的二进制(共2^n个数),求有多少个数没有 101 的出现 先写代码 搜索 101 ,也就是与5进行异或,不为0则右移一位再判断,直到为0,可以搜出n长度里没有 101 的个数,可是长度为50时就超时了···更何况题目给出的10000呢。。。。看看前20位的输出结果。可以发现公式:-And their length is exactly n. And what’s more, each chain sequence doesn’t contain “101
101
- this my sgu answer to question number 101-this is my sgu answer to question number 101
101
- 大数算法:输入2个很多位的数,求两个数的加法,减法,乘法,以及除法! 以及输入一个n,求n的阶乘!-Large Number Algorithm: Enter the number 2 many, find two numbers addition, subtraction, multiplication, and division! And the input of a n, find the factorial n!
C.
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Between 101-200 to determine the number of primes, and prints out all prime numbers. 1 program analysis: methods to determine the prime numbers: a numb
Math-Formulas-101
- math formulas for math and engineering student.very useful
shushu
- 判断101-200之间有多少个素数,并输出所有素数。-Judge between 101-200 how many primes, and output all primes.
c-source-code
- 判断101-200之间有多少个素数,并输出所有素数。-Determine 101-200 between the number of primes, and output of all primes.
received-s1-s2
- 101年台灣高應大電機乙班期末考 101年台灣高應大電機乙班期末考 received s1 s2.rar-101 years of Taiwan' s high should be large motor Yiban Final 101 years should be large motor Taiwan High Yiban Final 101 years should be large motor Taiwan High Yiban Final received s1 s2.rar
sac-101.6a-source.tar
- SAC(Single Assignment C)是一门严格的纯函数式编程语言,以满足数值计算领域的需求为主要目的,该文件为程序安装包。(SAC(Single Assessment C) is a strict, purely functional programming language designed to meet the needs of the numerical domain, and the file is the program installation package.)