自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (2)
  • 收藏
  • 关注

原创 3. Longest Substring Without Repeating Characters

Given a string, find the length of the longest substring without repeating characters.Examples:Given "abcabcbb", the answer is "abc", which the length is 3.Given "bbbbb", the answer is "

2017-10-22 23:19:01 132

原创 2. Add Two Numbers

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return i

2017-10-22 00:56:40 169 1

原创 1. Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may not use the sam

2017-10-21 23:17:33 144

原创 LeetCode 1 Two Sum for java

Two Sum Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two numbers such that they add up to

2015-03-13 11:22:54 264

原创 关于类中new对象与构造函数执行顺序的问题

package com.practise_2;public class E709 {public static void main(String[] args){Stem s=new Stem();}}class Root{Root(){System.out.println("this is Root");}Component_1 c1=new Component_1();Component_2

2014-10-27 20:53:38 2028 1

原创 关于POX中的lib.revent.py阅读分析

近期在学习POX,由于没有系统学习过python,所以在阅读代码方面着实苦恼了一番,

2014-10-24 16:15:23 678

ccnSim英文用户手册

ccnsim英文用户手册,作者讲解的很详细,只是需要了解一些Omnet等扩展知识

2015-03-20

ccnSim用户手册中文

以内容为中心网络的模拟仿真器,中文用户手册,不过不是很规范,需要大家自己结合原文

2015-03-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除