[TOC] A. Hard to prepare B. BE, GE or NE C. Cacti Lottery D. Easy Math E. End Fantasy VIX F. Features Track G. Trace H. Ryuji doesn't want to study I. ...
分类:
其他好文 时间:
2018-09-10 11:15:37
阅读次数:
305
original url: http://preshing.com/20120612/an-introduction-to-lock-free-programming/ What Is It? People often describe lock-free programming as progra ...
分类:
其他好文 时间:
2018-09-04 20:49:33
阅读次数:
210
"Let's C" is a popular and fun programming contest hosted by the College of Computer Science and Technology, Zhejiang University. Since the idea of th ...
分类:
其他好文 时间:
2018-09-04 01:39:24
阅读次数:
188
Long time ago, there was a great kingdom and it was being ruled by The Great Arya and Pari The Great. These two had some problems about the numbers th ...
分类:
其他好文 时间:
2018-08-30 13:43:40
阅读次数:
227
did you call him你给他打电话了?why did you call him你为什么给他打电话?did not you call him你没给他打电话?why did not you call him你为什么没给他打电话?where did you call him你在哪给他打电话?wh ...
分类:
其他好文 时间:
2018-08-29 14:51:18
阅读次数:
175
13. Roman to Integer class Solution { public int romanToInt(String s) { if(s == null || s.length() == 0) return 0; int result = 0; // becauase later w... ...
分类:
其他好文 时间:
2018-08-28 21:18:59
阅读次数:
154
本文摘自复旦大学出版社《中学英语语法(高中第二版)》,作者魏孟勋 a(n) + 基数词The student made a two minutes’ speech in French. a(n) + 序数词He started to learn a second foreign language. ...
分类:
其他好文 时间:
2018-08-27 21:59:06
阅读次数:
233
import this The Zen of Python, by Tim Peters Beautiful is better than ugly.Explicit is better than implicit.Simple is better than complex.Complex is b ...
分类:
编程语言 时间:
2018-08-25 20:05:55
阅读次数:
150
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