1 The decimal expansion of the fraction 1/33 is 0.03, where the 03 is used to indicate that the cycle 03 2 repeats indefinitely with no intervening di ...
分类:
其他好文 时间:
2018-03-30 12:22:48
阅读次数:
86
https://leetcode.com/problems/intersection-of-two-linked-lists/description/ Write a program to find the node at which the intersection of two singly l ...
分类:
其他好文 时间:
2018-03-25 10:35:35
阅读次数:
179
前言 Applicaiton类在 Android开发中非常常见,可是你真的了解Applicaiton类吗? 本文将全面解析Applicaiton类,包括特点、方法介绍、应用场景和具体使用,希望你们会喜欢。 目录 示意图 1. 定义 代表应用程序(即 Android App)的类,也属于Android ...
分类:
移动开发 时间:
2018-03-21 21:14:34
阅读次数:
261
C++虚函数与纯虚函数用法与区别(转) 1. 虚函数和纯虚函数可以定义在同一个类(class)中,含有纯虚函数的类被称为抽象类(abstract class),而只含有虚函数的类(class)不能被称为抽象类(abstract class)。 2. 虚函数可以被直接使用,也可以被子类(sub cla ...
分类:
编程语言 时间:
2018-03-18 21:37:36
阅读次数:
165
进程和线程的关系 IPC机制即为跨进程通信,是inter-Process Communication的缩写。是指两个进程之间进行通信。在说进程通信之前,我们的弄明白什么是线程,什么是进程。进程和线程是两个截然不同的概念。按照操作系统中的描述,线程是CPU调度的最小单位,同时线程也是一种有限的系统资源 ...
分类:
移动开发 时间:
2018-03-11 23:55:28
阅读次数:
261
链表归纳 一、题型 1、链表反转/翻转 "206 Reverse Linked List" "092 Reverse Linked List II" "061 Rotate List" 2、链表划分/重排 "086 Partition List" "143 Reorder List" 3、链表合并 ...
分类:
其他好文 时间:
2018-03-11 14:32:00
阅读次数:
175
题目描述: Given a linked list, determine if it has a cycle in it. Follow up:Can you solve it without using extra space? 思路: 判断一个链表是否有环。 * 同个时间Faster走的比Slo ...
分类:
其他好文 时间:
2018-03-05 11:14:41
阅读次数:
181
该字段的值和另外两个字段Sales Stage和Status都相关。 从下列function module CRM_OPPORT_H_PROB_SET_EC可看出,当status不为代码中的这些硬编码的值时,chance of success的值取决于sales cycle和sales stage的 ...
分类:
编程语言 时间:
2018-02-25 19:13:59
阅读次数:
211
原文地址:http://blog.csdn.net/xiyangyang8/article/details/50754771 Handler类的作用主要有两种: 1.在新启动的线程中发送消息。 2.在主线程(UI线程)中获取,处理消息。 注:主线程已经封装有Loop的消息队列处理机制,无需再创建。 ...
分类:
其他好文 时间:
2018-02-24 20:41:00
阅读次数:
265
A - Palindromic Supersequence B - Recursive Queries C - Permutation Cycle D - Tree E - Team Work F - Escape Through Leaf G - Palindrome Partition ...
分类:
其他好文 时间:
2018-02-24 14:57:45
阅读次数:
202