题目链接:http://poj.org/problem?id=3292
题目大意:就是给你一个模4余1的数H-number,如果一个H-number是H-primes 当且仅当它的因子只有1和它本身(除1外)。一个H-number是H-semi-prime当且仅当它只由两个H-primes的乘积表示。H-number剩下其他的数均为H-composite。给你一个数h,问1到h有多少个H-sem...
分类:
其他好文 时间:
2014-07-23 22:38:17
阅读次数:
302
Semi-prime H-numbers
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 7372
Accepted: 3158
Description
This problem is based on an exercise of David Hilbert, who pedagogically s...
分类:
其他好文 时间:
2014-07-21 11:13:15
阅读次数:
269
Mysql5.6简介
在MySQL5.5发布两年后,Oracle宣布MySQL5.6正式版发布,首个正式版版本号为MySQL5.6.10。在MySQL5.5中使用的是InnoDB作为默认的存储引擎,而MySQL5.6则对InnoDB引擎进行了改造,提供全文索引能力,使InnoDB适合各种应用场景。
1、运行环境配置及安装
1.1、部署环..
分类:
数据库 时间:
2014-07-17 20:03:59
阅读次数:
1547
1.SEMI (Semiconductor Equipment And Materials International) 国际半导体设备与材料产业协会 2.SECS SECS协议是基于RS-232或TCP/IP的点对点协议,由SECS I/HSMS、SECS II两层及GEM构成 SECS I/HS...
分类:
其他好文 时间:
2014-07-14 19:28:24
阅读次数:
1174
题目链接:uva 11105 - Semi-prime
H-numbers
题目大意:H-number为4?k+1(k为非负数),H-composites为因子中含有H-number(不包括自己本身)的数,反之久是H-prime,给定n,求有多少H-composites。
解题思路:首先用筛选法求出范围内的H-prime,然后枚举两个判断乘积是否在范围内。
#include
#...
分类:
其他好文 时间:
2014-07-04 00:26:37
阅读次数:
248
Astand-up meeting(or simply "stand-up") is a dailyteam-meetingheld to provide a status update to the team members. The "semi-real-time" status allows ...
分类:
其他好文 时间:
2014-06-28 12:05:20
阅读次数:
249
11105 - Semi-prime H-numbers
题目链接
题意:给定4 * n + 1的集合,在这个集合基础上求这个集合的集合素数,然后求出这个集合中,由两个集合素数相乘得到的数有几个。
思路:先筛出集合素数,然后暴力一下两两组合有多少个即可。
代码:
#include
#include
const int N = 1000005;
int vis[N...
分类:
其他好文 时间:
2014-06-28 07:47:24
阅读次数:
358
BACKGROUNDAdvances in semi-conductor processing and logic design have permitted an increase in the amount of logic that may be present on integrated c...
分类:
其他好文 时间:
2014-06-16 13:19:01
阅读次数:
347
1. SELECT语句可以使用正则表达式做列选择,下面的语句查询除了ds和h
之外的所有列:SELECT `(ds|hr)?+.+` FROM sales2. LEFT SEMI JOIN的限制是,
JOIN子句中右边的表只能在ON子句中设置过滤条件,在WHERE子句、SELECT子句或其他地方过滤...
分类:
其他好文 时间:
2014-05-16 06:22:00
阅读次数:
283
Compiling dogecoind on CentOS
There seems to be some collective difficulty installing altcoin programs on CentOS. This shouldn't come as a surprise to anybody who has used CentOS on even a semi-regul...
分类:
其他好文 时间:
2014-05-13 07:27:06
阅读次数:
542