码迷,mamicode.com
首页 >  
搜索关键字:digital roots    ( 1030个结果
HDU 2212 DFS【列举题】
将数列举出就可以了 DFS Time Limit: 5000/2000 MS (Java/Others)     Memory Limit: 65536/32768 K (Java/Others) Problem Description A DFS(digital factorial sum) number is found by summing the ...
分类:其他好文   时间:2014-11-23 14:34:50    阅读次数:154
深入理解计算机系统第二版习题解答CSAPP 2.13
从20世纪70年代末到80年代末,Digital Equipment的VAX计算机是一种非常流行的机型。它没有布尔运算AND和OR指令,只有bis(位设置)和bic(位清除)这两种指令。两种指令的输入都是一个数据字x和一个掩码字m。它们生成一个结果z,z是由根据掩码m的位来修改x的位得到的。使用bi...
分类:移动开发   时间:2014-11-19 23:47:13    阅读次数:418
hdoj 2212 DFS 【水】
DFS Time Limit: 5000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5298    Accepted Submission(s): 3252 Problem Description A DFS(digital factoria...
分类:其他好文   时间:2014-11-18 01:42:27    阅读次数:245
Digital Roots
描述The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is th...
分类:其他好文   时间:2014-11-16 17:16:56    阅读次数:270
PAT 1022. Digital Library
完全考输入输出#include #include #include #include #include #include #include using namespace std;unordered_map > idx_title;unordered_map > idx_author;unorder...
分类:其他好文   时间:2014-11-16 01:53:32    阅读次数:164
第一章:计算机网络概述
Asymmetric Digital Subscriber Line(非对称数字用户线) 亦可称作非对称数字用户环路。是一种新的数据传输方式。它因为上行和下行 带宽不对称,因此称为非对称数字用户线环路 mstsc 远程桌面连接 第一章:计算机网络概述 Citrix vSphere Hyper-v PKI RAS 活动目录组策略 1. 计算机网络在信息时代的作用...
分类:其他好文   时间:2014-11-14 12:40:29    阅读次数:272
杭电 1013 Digital Roots
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1013反思:思路很简单,但是注意各位数加起来等于10的情况以及输入0的时候结束程序该怎么去表达#include#includechar a[1000000];int main(){ int i; in.....
分类:其他好文   时间:2014-11-14 08:08:39    阅读次数:181
POJ 1284 Primitive Roots 欧拉函数模板题
#include #include #include #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000"); #define EPS (1e-6) #define LL long long #de...
分类:其他好文   时间:2014-11-13 20:55:14    阅读次数:136
Post Robot
Problem DescriptionDT is a big fan of digital products. He writes posts about technological products almost everyday in his blog.But there is such few...
分类:其他好文   时间:2014-11-10 19:48:58    阅读次数:162
OCP-1Z0-051-题目解析-第13题
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:其他好文   时间:2014-11-06 21:26:26    阅读次数:307
1030条   上一页 1 ... 90 91 92 93 94 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!