本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/转载请注 ...
分类:
其他好文 时间:
2017-01-11 09:17:38
阅读次数:
197
A binary watch has 4 LEDs on the top which represent the hours (0-11), and the 6 LEDs on the bottom represent the minutes (0-59).Each LED represents a... ...
分类:
其他好文 时间:
2017-01-11 07:44:46
阅读次数:
321
概要 AtomicIntegerArray, AtomicLongArray, AtomicReferenceArray这3个数组类型的原子类的原理和用法相似。本章以AtomicLongArray对数组类型的原子类进行介绍。内容包括:AtomicLongArray介绍和函数列表AtomicLongA ...
分类:
编程语言 时间:
2017-01-06 00:56:23
阅读次数:
306
Remember the story of Little Match Girl? By now, you know exactly what matchsticks the little match girl has, please find out a way you can make one s ...
分类:
其他好文 时间:
2016-12-30 23:18:54
阅读次数:
255
(因为没保存丢失过一次。。所以第二遍比较偷懒直接截屏课件了。。见谅) 一、序列sequence共性内容 依次是字符串、列表、元组、由元组构成的列表 ...
分类:
其他好文 时间:
2016-12-27 00:59:08
阅读次数:
192
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-12-23 01:06:35
阅读次数:
133
#2. 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 nod ...
分类:
其他好文 时间:
2016-12-18 23:07:01
阅读次数:
245
data models sample: 1.创建记录(object) To represent database-table data in Python objects, Django uses an intuitive(直观的) system: A model class represents ...
分类:
其他好文 时间:
2016-12-13 06:59:06
阅读次数:
299
1 #ifndef INITIAL_OPENGL 2 #define INITIAL_OPENGL 3 #include 4 VTK_MODULE_INIT(vtkRenderingOpenGL) 5 VTK_MODULE_INIT(vtkInteractionStyle) 6 VTK_MODULE... ...
分类:
其他好文 时间:
2016-12-12 23:50:10
阅读次数:
286
位运算相关 三道题 231. Power of Two 位运算相关 三道题 231. Power of Two Given an integer, write a function to determine if it is a power of two. (Easy) 分析: 数字相关题有的可以考 ...
分类:
其他好文 时间:
2016-12-12 22:52:53
阅读次数:
154