码迷,mamicode.com
首页 >  
搜索关键字:improve    ( 241个结果
HDU3555 Bomb(数位dp)
Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence of the time bomb counts from 1 to N. If the curren...
分类:其他好文   时间:2015-03-06 19:15:02    阅读次数:145
微软职位内部推荐-Sr. SE - Office incubation
微软近期Open的职位:Senior Software Engineer-Office Incubation Office China team is looking for experienced engineers to improve consumer experience in China....
分类:其他好文   时间:2015-03-04 23:58:36    阅读次数:285
[XAF] How to improve the application's performance
https://www.devexpress.com/Support/Center/Question/Details/T148978The best way to determine the precise cause of a performance problem is to profile y...
分类:移动开发   时间:2015-02-24 10:15:48    阅读次数:797
hdu3555---Bomb(数位dp,水)
Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence of the time bomb counts from 1 to N. If the current...
分类:其他好文   时间:2015-02-22 23:09:00    阅读次数:408
【SICP练习】41 练习1.46
?? 练习1.46 这道题要求我们写一个过程iterative-improve,其接受两个过程为参数,一个是判断检测是否足够好的good-enough?和另一个改进猜测的improve。其有一个猜测的数字作为参数,然后返回的是一个过程。 我们先来写出这个iterative-improve过程。 (define (iterative-improveclose-enough? ...
分类:其他好文   时间:2015-02-17 22:26:49    阅读次数:126
hdu3555 数位dp
http://acm.hdu.edu.cn/showproblem.php?pid=3555 Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number seque...
分类:其他好文   时间:2015-02-15 21:55:53    阅读次数:129
【SICP练习】4 练习1.8
如果对前面的内容理解透彻了,看到这个表达式就知道直接将y换成guess即可。博主写的函数如下:(define (improve guess x) (/(+ (* guess guess)) (* 2 guess)) 3))但是如果中写到这里就认为完成了那就错了,如果还是用书中的good-enough...
分类:其他好文   时间:2015-02-05 13:22:48    阅读次数:117
微软职位内部推荐-Sr. SE - Office incubation
微软近期Open的职位:Senior Software Engineer-Office Incubation Office China team is looking for experienced engineers to improve consumer experience in China....
分类:其他好文   时间:2015-02-03 12:30:35    阅读次数:184
How to debug the CPU usage 100
Read the following lists:http://improve.dk/debugging-in-production-part-1-analyzing-100-cpu-usage-using-windbg/http://improve.dk/debugging-in-producti...
分类:其他好文   时间:2015-02-02 23:03:32    阅读次数:141
Facebook工程师是如何改进他们Android客户端的
from://http://greenrobot.me/devnews/facebook-engineer-improve-android-app/Facebook工程师是如何改进他们Android客户端的本文来源于Facebook工程师博客。作为世界上最大的社交网络,Facebook的Androi...
分类:移动开发   时间:2015-01-30 19:03:25    阅读次数:168
241条   上一页 1 ... 15 16 17 18 19 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!