码迷,mamicode.com
首页 >  
搜索关键字:cup    ( 820个结果
cidaemon.exe进程cpu占用率高及关闭cidaemon.exe进程方法
问题描写叙述: 这段时间机器总是出现一个奇怪的问题:cidaemon.exe进程占用CUP率98%以上,大大影响了电脑的正常使用.资源管理器中出现多个cidaemon.exe进程,强制结束占用cpu率最高的一个,两分钟左右后,相同的问题还是出现了。 问题关联: cidaemon.exe相关知识:ci...
分类:系统相关   时间:2015-01-25 15:03:55    阅读次数:229
cidaemon.exe进程cpu占用率高及关闭cidaemon.exe进程方法
问题描写叙述: 这段时间机器总是出现一个奇怪的问题:cidaemon.exe进程占用CUP率98%以上,大大影响了电脑的正常使用.资源管理器中出现多个cidaemon.exe进程,强制结束占用cpu率最高的一个,两分钟左右后,相同的问题还是出现了。 问题关联: cidaemon.exe相关知识:ci...
分类:系统相关   时间:2015-01-24 11:23:26    阅读次数:225
hacker cup 2015 Round 1 解题报告
A:求区间内素因子个数等于n的数有多少个解题思路:筛法解题代码: 1 // File Name: a.cpp 2 // Author: darkdream 3 // Created Time: 2015年01月18日 星期日 13时54分20秒 4 5 #include 6 #include 7 ....
分类:其他好文   时间:2015-01-21 23:48:41    阅读次数:173
hacker cup 2015 资格赛
A:交换一个数的两位,问能得到最大和最小的数是多少。水题: 1 // File Name: a.cpp 2 // Author: darkdream 3 // Created Time: 2015年01月10日 星期六 17时16分44秒 4 5 #include 6 #include 7 #in....
分类:其他好文   时间:2015-01-21 19:35:26    阅读次数:177
Facebook Hacker Cup 2015 Round 1 Autocomplete (附带测试数据)
题目描述: Autocomplete25 points                                                               Since you crave state-of-the-art technology, you've just purchased a phone with a grea...
分类:其他好文   时间:2015-01-21 10:21:20    阅读次数:261
Facebook Hacker Cup 2015 Round 1 Winning at Sports (附带测试数据)
题目描述: Winning at Sports25 points                                                               In the game of Sports, the object is have more points than the other team after a cer...
分类:Windows程序   时间:2015-01-21 10:17:33    阅读次数:368
Facebook Hacker Cup 2015 Round 1 Homework(附带测试数据)
题目描述: Homework10 points                                                                  Your first-grade math teacher, Mr. Book, has just introduced you to an amazing new co...
分类:其他好文   时间:2015-01-21 08:59:29    阅读次数:158
Facebook Hacker Cup 2015 Round 1 --- Homework
给一个区间,求该区间内 质因子个数等于k的数 的个数。 暴力预处理一下啦 #include #include using namespace std; const int maxn=10000010; bool pri[maxn]; int cnt[maxn]; void init() { memset(pri,1,sizeof pri); memset(cnt,0,s...
分类:其他好文   时间:2015-01-19 15:47:37    阅读次数:179
Facebook Hacker Cup 2015 Round 1 --- Autocomplete
Since you crave state-of-the-art technology, you've just purchased a phone with a great new feature: autocomplete! Your phone's version of autocomplete has some pros and cons. On the one hand, it's ve...
分类:其他好文   时间:2015-01-19 15:45:02    阅读次数:180
Facebook Hacker Cup 2015 Round 1 --- Winning at Sports
In the game of Sports, the object is have more points than the other team after a certain amount of time has elapsed. Scores are denoted by two hyphen-separated integers. For example, scores may inclu...
分类:Windows程序   时间:2015-01-19 15:43:13    阅读次数:285
820条   上一页 1 ... 73 74 75 76 77 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!