The K?P factorization of a positive integer N is to write N as the sum of the P-th power of K positive integers. You are supposed to write a program t ...
分类:
其他好文 时间:
2018-08-21 00:27:26
阅读次数:
165
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2018-08-20 19:44:40
阅读次数:
192
题目传送门 Prime Path The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change th ...
分类:
其他好文 时间:
2018-08-20 14:28:54
阅读次数:
109
Curling 2.0 Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 26408 Accepted: 10546 Description On Planet MM-21, after their Olympic games th ...
分类:
Web程序 时间:
2018-08-19 00:59:22
阅读次数:
183
描述 Given an N*N matrix A, whose elements are either 0 or 1. A[i, j] means the number in the i-th row and j-th column. Initially we have A[i, j] = 0 (1 ...
分类:
编程语言 时间:
2018-08-18 10:25:04
阅读次数:
204
传送门戳这里qwq 题目描述 On Mars, there is a huge company called ACM (A huge Company on Mars), and it’s owned by a younger boss. Due to no moons around Mars, th ...
分类:
其他好文 时间:
2018-08-17 21:32:42
阅读次数:
183
React 中的 Component、PureComponent、无状态组件之间的比较 table th:first of type { width: 150px; } 组件类型 | 说明 | React.createClass | 不使用ES6语法,只能使用 React.createClass 来 ...
分类:
其他好文 时间:
2018-08-17 14:59:10
阅读次数:
161
VMware Workstation 12 Player之安装林耐斯-Linux Deepin -系统、、、 正式开始安装系统了、、、 ...
分类:
系统相关 时间:
2018-08-16 22:33:20
阅读次数:
357
http://blog.csdn.net/zhoushuyan/article/details/5948289 验证码的OCR方式识别 http://ykf.iteye.com/blog/212431 几天一直在研究OCR技术,据我了解的情况,国内最专业的OCR软件只有2家,清华TH-OCR和汉王O ...
分类:
编程语言 时间:
2018-08-16 16:36:00
阅读次数:
167
一.磁盘管理 分区 建立文件系统 挂载使用 逻辑卷建立 磁盘阵列的建立 磁盘配额设定 fdisk -l 查看磁盘信息 df -Th 查看硬盘对应的目录 /dev/sdb/ 20G 1. 文件类型介绍 ext4 扩展型文件系统 特点 支持单个文件上 EB 支持日志功能 NTFS 文件 和 fat32 ...
分类:
系统相关 时间:
2018-08-16 13:42:12
阅读次数:
161