http://en.citizendium.org/wiki/Stack_frame To use a stack frame, a thread keeps two pointers, often called the Stack Pointer (SP), and the Frame (FP) ...
分类:
其他好文 时间:
2017-11-23 16:32:18
阅读次数:
266
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians ...
分类:
其他好文 时间:
2017-11-23 08:41:09
阅读次数:
153
lc 413 Arithmetic Slices [413 Arithmetic Slices][1] A sequence of number is called arithmetic if it consists of at least three elements and if the dif ...
分类:
其他好文 时间:
2017-11-16 17:14:42
阅读次数:
106
[TOC] KafkaConsumer是从kafka集群消费消息的客户端。这是kafka的高级消费者,而SimpleConsumer是kafka的低级消费者。何为高级?何为低级? 我们所谓的高级,就是可以自动处理kafka集群的失败信息,也可以适应kafka集群中消息的分区迁移。这个客户端也可以与服 ...
分类:
其他好文 时间:
2017-11-16 14:21:20
阅读次数:
147
The branch of mathematics called number theory is about properties of numbers. One of the areas that has captured the interest of number theoreticians ...
分类:
其他好文 时间:
2017-11-14 22:34:11
阅读次数:
213
2017/11/9 Leetcode 日记 566. Reshape the Matrix In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one w ...
分类:
其他好文 时间:
2017-11-13 11:27:40
阅读次数:
207
1.基本数据类型大小的对比 关于数据类型的大小,总是记不住,这里也算有个记录,顺便看一下32位和64位之间的差别: 我写了一小段测试代码: [cpp] view plain copy // C++Test.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #in ...
分类:
其他好文 时间:
2017-11-13 11:18:01
阅读次数:
209
Permutation Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 0 Accepted Submission(s): 0Special ...
分类:
其他好文 时间:
2017-11-11 20:45:02
阅读次数:
523
Permutation Problem Description A permutation p1,p2,...,pn of 1,2,...,n is called a lucky permutation if and only if pi≡0(mod|pi?pi?2|) for i=3...n.No ...
分类:
其他好文 时间:
2017-11-11 17:53:07
阅读次数:
265
题目链接:http://codeforces.com/problemset/problem/888/C 题目: You are given a string s consisting of lowercase Latin letters. Character c is called k-domina ...
分类:
其他好文 时间:
2017-11-10 15:18:14
阅读次数:
312