码迷,mamicode.com
首页 >  
搜索关键字:factors    ( 282个结果
[Bhatia.Matrix Analysis.Solutions to Exercises and Problems]ExI.5.2
The elementary tensors $x\otimes \cdots \otimes x$, with all factors equal, are all in the subspace $\vee^k\scrH$. Do they span it?
分类:其他好文   时间:2014-11-21 10:18:30    阅读次数:134
NYOJ1097 Ugly Numbers 【丑数】
Ugly Numbers 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述 Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ... shows the firs...
分类:其他好文   时间:2014-11-17 22:51:47    阅读次数:328
UVa 884 - Factorial Factors
题目:输出n!中素数因数的个数。 分析:数论。这里使用欧拉筛法计算素数,在计算过程中求解即可。             传统筛法是利用每个素数,筛掉自己的整数倍;             欧拉筛法是利用当前计算出的所有素数,乘以当前数字筛数;             所以每个前驱的素椅子个数一定比当前数的素因子个数少一个。 说明:又一次用了“线性筛法”。 #include #incl...
分类:其他好文   时间:2014-11-17 14:04:17    阅读次数:138
poj 1338
Ugly NumbersTime Limit:1000MSMemory Limit:10000KTotal Submissions:20697Accepted:9193DescriptionUgly numbers are numbers whose only prime factors are 2...
分类:其他好文   时间:2014-11-15 18:23:49    阅读次数:162
PAT 1059. Prime Factors
反正知道了就是知道,不知道也想不到,很快#include #include #include using namespace std;inline void print_prime_k(long long p, long long k) { printf("%lld", p); ...
分类:其他好文   时间:2014-11-12 20:59:25    阅读次数:211
UVa 11621 - Small Factors
题目:找到不小于给定数n的,仅以2,3为因数组成的数字。 分析:数论,贪心,分治。             利用两根指针,分别代表乘2,与乘3的队列,队列为至今生成的数字,初始为{1};             然后,每取两个指针对应元素*2和*3的值中最小的即为未找到的数字中最小的;             注意,可能生成重复数据,不要存进去(重复数据,一定连续产生)。 说明:打表计算...
分类:其他好文   时间:2014-10-25 15:55:11    阅读次数:171
HDU 1058 Humble Numbers(dp)
Problem Description A number whose only prime factors are 2,3,5 or 7 is called a humble number. The sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, ... shows the first...
分类:其他好文   时间:2014-10-14 23:41:13    阅读次数:266
Zygote.Human.Factors.7.0.Win32_64 2CD SolidWorks人体模型插件人机工程
Zygote.Human.Factors.7.0.Win32_64 2CD SolidWorks人体模型插件人机工程Human solution Ramsis 3821 Standalone车辆设计人机工程总布置工具Human factors for SolidWorks是用于SolidWorks三...
分类:Windows程序   时间:2014-09-18 14:38:33    阅读次数:1315
uvalive 6396 数论 世界决赛的题
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=589&problem=4407&mosmsg=Submission+received+with+ID+1528513 Factors The fundamental theore...
分类:其他好文   时间:2014-08-27 22:01:58    阅读次数:292
UVA - 11728 Alternate Task (唯一分解定理)
Little Hasan loves to play number games with his friends.One day they were playing a game where one of them will speak out a positive numberand the others have to tell the sum of its factors. The firs...
分类:其他好文   时间:2014-08-25 11:57:04    阅读次数:235
282条   上一页 1 ... 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!