People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, where the first 2 digits are for Red, the middle 2 dig...
分类:
其他好文 时间:
2015-03-03 09:59:09
阅读次数:
150
Problem Description
A balanced number is a non-negative integer that can be balanced if a pivot is placed at some digit. More specifically, imagine each digit as a box with weight indicated by the dig...
分类:
其他好文 时间:
2015-03-01 21:05:16
阅读次数:
134
//转载自:http://dig.phy.ccnu.edu.cn/%D4%DA%CF%DF%BD%CC%D1%A75.files/jiaoxue5frame.files/5-4.htm寄存器是计算机和其它数字系统中用来存储代码或数据的逻辑部件。它的主要组成部分是触发器。一个触发器能存储1位二进制代码...
分类:
其他好文 时间:
2015-02-25 12:57:06
阅读次数:
154
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢
Add Two Numbers
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single dig...
分类:
其他好文 时间:
2015-02-14 17:35:31
阅读次数:
201
1,pingping对方域名ping对方ip、ping对方网关、ping自己网关、pingwww.sina.com2,telnetipport3,dig、dig@dns域名dig+trace域名
分类:
系统相关 时间:
2015-02-08 23:22:51
阅读次数:
261
1.查看域名的A记录 # dig yahoo.com; > DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.2 > yahoo.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER DiG 9.8.2rc1-...
分类:
其他好文 时间:
2015-02-05 17:54:34
阅读次数:
246
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=3001题意:n 个城市已经 m 条路 以及对应路费 c,要求遍历所有城市最少的路费,每个城市不能超过2次。分析:和TSP问题差不多,只不过变成三进制的状压,dig[i][j]表示在状态i下在点j已经做过的...
分类:
其他好文 时间:
2015-02-04 14:25:10
阅读次数:
176
题目大意:给定一个字符串,求按照题中所给的压缩方式最短能压缩到多长
区间DP 令f[i][j]表示[i,j]区间内的字符串最短能压缩到多长
普通的区间DP:f[i][j]=min{f[i][k]+f[k+1][j]} (i
此外如果对这段字符串进行压缩,那么我们可以枚举循环节,用Hash来判断
如果k是一个循环节,那么有f[i][j]=min(f[i][j],f[i][i+k-1]+dig...
分类:
其他好文 时间:
2015-01-23 21:41:23
阅读次数:
183
Intro to Parallel Programming
How do you dig a hole faster?
GPU理念
很多很多简单计算单元;
清洗的并行计算模型;
关注吞吐量而非延迟;
CPU: HOST
GPU:DEVICE
A Typical GPU Program
1,CPUallocates(分配)...
分类:
其他好文 时间:
2015-01-02 09:50:16
阅读次数:
279
上次博文我们讨论了DNS的基础,本次博文我们重点来看看如何配置一台DNS服务器。【本次博文的主要内容】bind服务器简介(包括客户端工具dig的介绍)配置正向解析DNS服务器配置反向解析DNS服务器配置辅助DNS服务器并在主辅之间实现区域传送一、BIND服务器简介:Bind是BerkeleyInt..
分类:
系统相关 时间:
2015-01-01 06:48:07
阅读次数:
458