码迷,mamicode.com
首页 >  
搜索关键字:one    ( 27922个结果
poj 1007 DNA Sorting (求逆序数)
DNA Sorting Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 83069   Accepted: 33428 Description One measure of ``unsortedness'' in a sequence is the number o...
分类:其他好文   时间:2014-09-14 00:12:10    阅读次数:387
[sig14&gdc14]crytek的《罗马之子》的渲染技术
ryse:son of rome是xbox one独占的游戏,xbox one硬件性能不太好,计算能力比高端pc要差,加上这个团队里面的人也比较少,所以crytek在son of rome里面也没有做更新换代式渲染技术升级,更多的是进行polish和改进,其实这种我反而更加喜欢,一些概念理解更加深刻,一些技术实用精致,很不错。 另外xbox one毕竟ram大了很多,8g的ram相比上一代的512mb,足以在很多领域较上一代产生算法级的变化,能做的事情多太多了,crytek在static shadow,la...
分类:其他好文   时间:2014-09-13 21:30:56    阅读次数:335
Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-09-13 20:06:45    阅读次数:155
Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-09-13 20:00:25    阅读次数:195
Leetcode: Word Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:其他好文   时间:2014-09-13 13:16:25    阅读次数:142
sybase update
Using the wrong join condition in aFROMclause causes unpredictable results. If theFROMclause specifies a one-to-many join and theSETclause references ...
分类:数据库   时间:2014-09-13 03:00:04    阅读次数:282
POJ1258:Agri-Net(最小生成树模板题)
http://poj.org/problem?id=1258DescriptionFarmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivi...
分类:Web程序   时间:2014-09-12 20:27:54    阅读次数:275
配置nginx限制ip访问次数
修改服务器上的nginx的配置文件 /usr/local/nginx/conf/nginx.conf http { ? ??limit_req_zone $binary_remote_addr zone=one:10m rate=3000r/m; ? ??proxy_cache_path??/var/cache/nginx levels=1:2 key...
分类:其他好文   时间:2014-09-12 17:29:34    阅读次数:382
Android中导入工程出现Project has no default.properties file! Edit the project properties to set one错误
Android中导入工程出现Project has no default.properties file! Edit the project properties to set one错误...
分类:移动开发   时间:2014-09-12 15:06:23    阅读次数:291
Leetcode: Maximum Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [?2,1,?3,4,?1,2,1...
分类:其他好文   时间:2014-09-12 14:45:53    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!