码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
codeforces 337E Book of Evil (dfs)
codeforces 337E Book of Evil (dfs) —— black的专栏 —— waShaXiu...
分类:其他好文   时间:2015-08-11 16:18:35    阅读次数:115
POJ 3461 Oulipo kmp 水过
Oulipo Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 29178   Accepted: 11690 Description The French author Georges Perec (1936–1982) once wrote a book, La ...
分类:其他好文   时间:2015-08-11 10:06:09    阅读次数:125
LintCode-Copy Books
Given an array A of integer with size of n( means n books and number of pages of each book) and k people to copy the book. You must distribute the continuous id books to one people to copy. (You can g...
分类:其他好文   时间:2015-08-10 22:25:51    阅读次数:402
HNU13377:Book Club(DFS)
Problem description Porto’s book club is buzzing with excitement for the annual book exchange event! Every year, members bring their favorite book and try to find another book they like that is...
分类:其他好文   时间:2015-08-10 20:00:12    阅读次数:124
learn python the hard way-ex3
运算符号 + plus? -minus? / slash * arterisk %percent <less than >greater than <=less than equal >=greater than equal http://learnpythonthehardway.org/book/ex3.html...
分类:编程语言   时间:2015-08-10 08:19:51    阅读次数:141
编写Shader时的一些性能考虑
编写shader时的一些建议:1、只计算需要计算的东西;2、通常,需要渲染的像素比顶点数多,而顶点数又比物体数多很多。所以如果可以,尽量将运算从PS移到VS,或直接通过script来设置某些固定值;3、在使用Surface Shader时,可以通过一些指令让shader优化很多。 通常情况下,Su....
分类:其他好文   时间:2015-08-10 01:41:46    阅读次数:146
2015 HUAS Summer Trainning #4 B
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:其他好文   时间:2015-08-09 22:18:20    阅读次数:130
UVa 714 - Copying Books
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:其他好文   时间:2015-08-09 20:17:23    阅读次数:136
HNU 13377 Book Club (最大流 判环)
Book Club Time Limit: 5000ms, Special Time Limit:12500ms, Memory Limit:65536KB Total submit users: 34, Accepted users: 16 Problem 13377 : No special judgement Problem description...
分类:其他好文   时间:2015-08-09 18:47:09    阅读次数:141
Android之SurfaceView
转载自:http://www.cnblogs.com/xuling/archive/2011/06/06/android.html首先我们先来看下官方API对SurfaceView的介绍SurfaceView的API介绍Provides a dedicated drawing surface emb...
分类:移动开发   时间:2015-08-09 13:58:05    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!