码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
Real Adaboost总结
Real Adaboost分类器是对经典Adaboost分类器的扩展和提升,经典Adaboost分类器的每个弱分类器仅输出{1,0}或{+1,-1},分类能力较弱,Real Adaboost的每个弱分类器输出的是一个实数值(这也是为什么叫“Real”),可以认为是一个置信度。和LUT(look-up...
分类:其他好文   时间:2014-06-26 21:01:52    阅读次数:411
js 上移下移行
function up_tr(sender) { var tr = $(sender).parent().parent(); var table = tr.parent(); var first = $("tr:first", table); if (tr.html() == first.html(...
分类:Web程序   时间:2014-06-26 17:12:58    阅读次数:267
HTML基本语法总结
简介   HTML(Hyper Text Mark-up Language 超文本标记语言):不是编程语言,而是一种描述性的标记语言,用于描述网页中内容的显示方式,比如文字以什么颜色、大小来显示等,这些都是利用Html标记来实现。   HTML的文档结构   所有的网页文件,通过都是四对标记来构成文档的骨架,它们是:...
分类:Web程序   时间:2014-06-26 13:44:00    阅读次数:183
【Leetcode】Search in Rotated Sorted Array II
Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Write a function to determine if a given target is in the...
分类:其他好文   时间:2014-06-26 07:09:01    阅读次数:213
POJ 1184 聪明的打字员
简直难到没朋友。 双向bfs + 剪枝。 剪枝策略: 对于2--5位置上的数,只有当光标在对应位置时通过swap ,up,down来改变,那么当当前位置没有达到目标状态时,left和right无意义。 好了,只剪掉这里就过掉了。。。 还有比较炫酷的方法实现枚举720种排列。。。然后状压什么的。。。功力不够完全看不懂。。。。 #include #include #include #...
分类:其他好文   时间:2014-06-25 20:11:00    阅读次数:162
POJ #1141 - Brackets Sequence - TODO: POJ website issue
A bottom-up DP. To be honest, it is not easy to relate DP to this problem. Maybe, all "most"\"least" problems can be solved using DP..Reference:http:/...
分类:Web程序   时间:2014-06-25 18:39:32    阅读次数:235
mysql 报错之创建自定义函数
I experienced this error while trying to alter one of my stored procedures remotely on a master server. After some research, I ended up getting inform...
分类:数据库   时间:2014-06-25 15:34:33    阅读次数:471
IIS 相关
Restart IIS: run "iisreset" commandcheck port usage: netstat -anoHow to set up SSL in IISHow to set up a HTTPS service in IISHow to trust IIS Express ...
分类:其他好文   时间:2014-06-25 11:55:38    阅读次数:172
[]leetcode]Unique Paths II
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-06-25 09:17:03    阅读次数:159
HTML---初识HTML
HTML(Hyper TextMark-up Language超文本标记语言)的缩写,标记:就是用来描述网页内容的一些特定符号。HTML不是编程语言,而是一种描述性的标记语言,用于描述网页中内容的显示方式,比如文字的颜色、大小,控件的大小等都能用HTML标记来实现。...
分类:Web程序   时间:2014-06-24 21:30:16    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!