资源列表
c-language
- 输入某年某月某日,判断这一天是这一年的第几天 -Input a certain period of a day, judgment day is the first few days of the year
c--day
- 此程序用来判断输入的日期是这一年当中的第几天 有助于学习c语言-Input a certain period of a day, judgment day is the first few days of the year
c-pp
- 判断101-200之间有多少个素数,并输出所有素数。 程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Determine 101-200 between the number of primes, and output of all primes. Program analysis: judgment Primes: respectively removed by a number of 2 to sqr
c-000
- 输入三个整数x,y,z,请把这三个数由小到大输出-Input Three integers x, y, z, please put the three the number of small to large output
c-p67
- 利用for循环控制100-999个数,每个数分解出个位,十位,百位。-For loop control 100-999 number of each decomposition bits and ten, one hundred.
888
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer prime factorization. For example: Enter 90, print out 90 = 2* 3* 3* 5.
YLB2012
- 压力表计量管理系统 用于计量检定 实现自动记录、出证-Pressure gauge measurement and management system for the metrological verification
BinaryExp
- Implementation of binary exponent algorithm
countinversion
- Implentation of Counting inversion algorithm
nqueens_v1
- N queens problem solved by algorithm
subsets
- Sum of Subsets algorithm implementation
line_dandc
- Hideen line removal problen using Divide And Conquer Strategy