码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
Notes for Apue —— chapter 4 Files and Directories(文件和目录)
4.1 Introduction 4.2 stat, fstat, fstatat, and lstat Functions The lstat function is similar to stat, but when the named file is a symbolic link, lsta...
分类:其他好文   时间:2015-05-04 23:38:09    阅读次数:194
【转】Java基础笔记 – 枚举类型的使用介绍和静态导入--不错
原文网址:http://www.itzhai.com/java-based-notes-introduction-and-use-of-an-enumeration-type-static-import.html#1.2、values方法的使用:Java基础笔记 – 枚举类型的使用介绍和静态导入本文...
分类:编程语言   时间:2015-05-03 13:15:25    阅读次数:160
Android Development Notes-2
Summary:SDK, ADB, Active, Intents and Tasks...
分类:移动开发   时间:2015-05-02 18:14:25    阅读次数:141
Java Notes-11
Summary:Synchronized and Unsynchronized Collections, Properties...
分类:编程语言   时间:2015-05-02 13:50:51    阅读次数:169
Android Development Notes -1
Installing the Andriod SDK and Prerequisites...
分类:移动开发   时间:2015-05-01 18:45:46    阅读次数:177
Codeforces Round #300-Tourist's Notes(贪心)
Tourist's Notes Time Limit:2000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64u Submit Status Description A tourist hiked along the mountain range. The hike lasted for n ...
分类:其他好文   时间:2015-05-01 17:27:28    阅读次数:177
Java Notes-10
The Map Interface, Collection implementations introduction...
分类:编程语言   时间:2015-05-01 09:26:25    阅读次数:171
SQLite实例——dummynote.java
先附上源代码。代码不断更新中,主要实现一个记事本的功能,涉及SQLite的CRUD操作。 dummynote.java package com.example.dummynote; import android.os.Bundle; import android.support.v4.widget.SimpleCursorAdapter; import android.vie...
分类:数据库   时间:2015-04-30 16:20:01    阅读次数:185
Leetcode#160Intersection of Two Linked Lists
Writeaprogramtofindthenodeatwhichtheintersectionoftwosinglylinkedlistsbegins.Forexample,thefollowingtwolinkedlists:A:a1→a2 ↘ c1→c2→c3 ↗ B:b1→b2→b3begintointersectatnodec1.Notes:Ifthetwolinkedlistshavenointersectionatall,returnnull.Thelinkedlistsmustr..
分类:其他好文   时间:2015-04-29 17:29:24    阅读次数:128
UVA147——DP——Dollars
DescriptionNew Zealand currency consists of $100, $50, $20, $10, and $5 notes and $2, $1, 50c, 20c, 10c and 5c coins. Write a program that will determ...
分类:其他好文   时间:2015-04-28 22:47:21    阅读次数:262
1141条   上一页 1 ... 85 86 87 88 89 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!