码迷,mamicode.com
首页 >  
搜索关键字:paper    ( 1210个结果
【Python】内置数据类型
参考资料: http://sebug.net/paper/books/dive-into-python3/native-datatypes.html http://blog.csdn.net/hazir/article/details/101597091、Boolean【布尔型】# coding.....
分类:编程语言   时间:2014-07-22 23:10:15    阅读次数:371
How to Read an Engineering Research Paper
# How to Read an Engineering Research Paper> [William G. Griswold](http://cseweb.ucsd.edu/users/wgg/)> Department of Computer Science & Engineering> U...
分类:其他好文   时间:2014-05-19 11:50:50    阅读次数:204
Graph Cuts学习笔记2014.5.16----1
进行了一段时间的论文学习后,现在下载了一些代码,准备从OpenCV跟matlab两个方面着手搭建自己的图像分割平台,计划耗时一个月左右的时间!昨天去西工大,听了一场Graph Asia的报告,里面有个Microsoft的人讲述自己怎么写paper。纠正了我一直以来的一个误区:就是做完实验再写pape...
分类:其他好文   时间:2014-05-19 11:11:58    阅读次数:305
window.location.href = basePath + "paper/deleteExpertComment.action?expertId="+$(this).prev().val();
window.location.href = basePath + "paper/deleteExpertComment.action?expertId="+$(this).prev().val();
分类:Windows程序   时间:2014-05-16 04:14:33    阅读次数:428
sql 语句 插入结果为select 和值混合
String slctpsql="select id ,"+uid+","+ddd+","+score+",'"+mark+"' ,"+markid+" ,"+exam.getId()+" from Test_Paper where testBaseId=(select id from Test_Base where baseTestId="+judgemap.get(i).getId()+" a...
分类:数据库   时间:2014-05-15 20:36:45    阅读次数:434
POJ2411:Mondriaan's Dream(状态压缩)
Description Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (where he had to use his toilet paper to draw on,...
分类:其他好文   时间:2014-05-07 05:16:29    阅读次数:385
codechef Holes in the text 题解
Chef wrote some text on a piece of paper and now he wants to know how many holes are in the text. What is a hole? If you think of the paper as the plane and a letter as a curve on the plane, then each...
分类:其他好文   时间:2014-05-03 15:49:18    阅读次数:412
CVPR2010 Paper Gestalt
这篇文章主要讲了好paper和坏paper的视觉特点。主要结论为: (1) 好paper的视觉特点 高大上的数学公式,使得算法看起来非常有技术含量。 performance图表(比如ROC, PR等图)传递一种全面周到的信息。最好在画performance plot时除了给出performance accuracy等还给出了standard deviation指示。说明算法的稳定性。 给出...
分类:其他好文   时间:2014-04-30 22:21:39    阅读次数:329
GPU瓶颈
关于是否是GPU瓶颈还是CPU瓶颈,NV的paper中说调整CPU或GPU的时钟,改变频率,来检测性能瓶颈到底来自那里。 这个方法还需要借助辅助工具,一般游戏逻辑帧和图形帧是分离的,可以改变逻辑帧和图形帧的频率试试。看看帧数是否明显降低。 或者忽略所有的Draw Calls看看fps。   显存位宽是显存在一个时钟周期内所能传送数据的位数,表示瞬间所能传输的数据量。 是显存和芯片之间交换...
分类:其他好文   时间:2014-04-29 13:45:20    阅读次数:368
[MOC062066]背景建模资料收集整理
背景建模相关资料收集,各个链接都已给出。有介绍paper的,有介绍代码的 资料,不可能很完整,以后不定期更新。...
分类:其他好文   时间:2014-04-29 13:17:22    阅读次数:353
1210条   上一页 1 ... 119 120 121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!