// 得到 LBP纹理特征值图
// 参数:
// src 为单通道灰度图
// dst 为目标图
// 返回值:
// 返回ture 表示运行正常
// 返回false 表示运行出错
bool GetLBPFeatureImage(IplImage *src, IplImage *dst)
{
if (! src || ! dst) return false;
// 获取图像信息
con...
分类:
其他好文 时间:
2014-12-20 22:10:25
阅读次数:
377
当你在网页中看视频的时候,一般页面中都会有个播放器,你会注意到,播放器的左面一般都会有个可伸缩的列表,如图云迅雷播放页.下面我提供两种解决方案:html代码一般是这样的:<divclass="content"id="main"><divclass="con_right"><divclass="right_margin"&g..
分类:
其他好文 时间:
2014-12-19 19:15:52
阅读次数:
211
Page主要分为ContentPage、MasterDetailPage、NavigationPage、TabbedPage和CarouselPage。 ContentPage 一个单独的页面,可以放一个或多个控件,属于page里面是最底层的元素。 1 /// 2 /// Con...
分类:
其他好文 时间:
2014-12-19 17:23:31
阅读次数:
278
[root@srmdr:/root]#lspci |grep -i eth02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 10)02:02.1 Ethernet con...
分类:
其他好文 时间:
2014-12-19 09:58:16
阅读次数:
311
实例1、取得MYSQL的版本在windows环境下安装mysql模块用于python开发MySQL-python
Windows下EXE安装文件下载代码如下:#-*-coding:UTF-8-*-#安装MYSQLDBforpythonimportMySQLdbasmdbcon=Nonetry:#连接mysql的方法:connect(‘ip‘,‘user‘,‘password‘,‘dbname‘)con=
mdb.connect(‘l..
分类:
数据库 时间:
2014-12-18 19:07:13
阅读次数:
278
fuelphp遇到的一些小问题,写下来以防止别人遇到相同的问题,写的比较随意1.引用到orm\model 报错:class Model_Test extends Orm\Model 报错内容:Class 'Orm\Model' not found 修正方法:fuel/app/config/con.....
分类:
Web程序 时间:
2014-12-18 18:41:09
阅读次数:
202
??
1
新建项目T33Debug
main.cpp
#include
#include
#include
//文件锁
void
MyMessageHandler(QtMsgType
type,const
QMessageLogContext
&context,con...
分类:
其他好文 时间:
2014-12-18 12:00:06
阅读次数:
251
Pragmatic Version Control Using Git
跳转到:
导航,
搜索
git config --global user.name "Travis Swicegood"git config --global user.email "development@domain51.com"git config --global --listgit con...
分类:
其他好文 时间:
2014-12-18 09:17:35
阅读次数:
168
Kiki & Little Kiki 1
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 873 Accepted Submission(s): 283
Problem Description
Kiki is con...
分类:
其他好文 时间:
2014-12-17 20:52:43
阅读次数:
172
场景说明:目前在windows上测试,或者在Linux上测试,发送UDP数据包,尽管目标端口不可达,但是并没有返回ICMP报文目的端口不可达的情况,真正做到了UDP报文的投递的特性,根本就没有等待,尽管调用了connect函数,但是没有任何的效果,其实我们可以想象到TCP的三次握手就是con..
分类:
其他好文 时间:
2014-12-15 06:43:41
阅读次数:
1500