码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
Dictionary subtraction
Finding the words from the book that are not in the word list from words.txt is a problem you might recognize as set subtraction; that is, we want to ...
分类:其他好文   时间:2014-08-17 18:16:02    阅读次数:259
数论F - Strange Way to Express Integers(不互素的的中国剩余定理)
F -Strange Way to Express IntegersTime Limit:1000MSMemory Limit:131072KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionElina is reading a book wr...
分类:其他好文   时间:2014-08-17 11:37:32    阅读次数:326
对象属性操作-ios
#import @class Author;@interface Books : NSObject{ @private NSString *color; int book_id; NSString *box; Author *author; NSArray *r...
分类:移动开发   时间:2014-08-17 03:48:31    阅读次数:226
One usage of recurison: the tower of Hanoi
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】   we have seen important examples of functions that are more n...
分类:其他好文   时间:2014-08-17 01:09:11    阅读次数:186
HDU 1686 Oulipo(KMP)
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book: Tout avait...
分类:其他好文   时间:2014-08-16 19:50:11    阅读次数:239
導出到Excel
void clicked(){ #Excel HWND HWND; SysExcelApplication excel; SysExcelWorkbooks books; SysExcelWorkbook book; SysExcelWorksheets shee...
分类:其他好文   时间:2014-08-16 17:01:50    阅读次数:251
OBject copy 和retain区别
@interface Person : NSObject//retian : release 旧值,retain 新值@property(nonatomic,retain) Book *book;//copy:release旧值,copy 新值@property(nonatomic,retain) ...
分类:其他好文   时间:2014-08-16 16:20:50    阅读次数:206
python 解析 json
#coding=utf=8import urllib,jsonurl ='https://api.douban.com/v2/book/user/62855846/collections'read = urllib.urlopen(url).read()j = 0titles=[]atls=[]im...
分类:编程语言   时间:2014-08-16 12:31:50    阅读次数:230
form 提交数组的一些trick
在给服务器传值时form利用 $.post( "/member/member/book/" + event_id, { tickets: tickets, csrf_ppw_token : csrf_ppw_token, event_id : ...
分类:其他好文   时间:2014-08-16 12:27:30    阅读次数:191
(转载)Android显示原理简介
Android应用程序显示的过程:Android应用程序调用SurfaceFlinger服务把经过测量、布局和绘制后的Surface渲染到显示屏幕上。名词解释SurfaceFlinger:Android系统服务,负责管理Android系统的帧缓冲区,即显示屏幕。Surface:Android应用的每...
分类:移动开发   时间:2014-08-15 21:06:59    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!