上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页
摘要: 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 【XML】可扩展标记语言 (Extensible Markup Language, XML) ,用于标记电子文件使其具有结构性的标记语言,可以用来标记数据、定义数据类型,是一种允许用户对自己的标记语言进行定义的源语言。 XML是标准通用标记语言 (SGML) 的子集,非常适合 Web 传输。XML... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(1139) 评论(0) 推荐(0) 编辑
摘要: bit/位 取值0...1byte(字节)=11111111(2)=255(10)=FF(16)WORD(单字)=2Byte=0...65535 =FFFFDWORD(双字)=2WORD=4Byte=0...4292967295=FFFFFFFFint(4字节),long(4字节),flo... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(88) 评论(0) 推荐(0) 编辑
摘要: /** 功能:BYTE组转IplImage,并可实现图像的上下倒置*入参:pImg,BYTE数组指针。byteSize BYTE数组大小,width图像宽,height图像高*返回:转化后的IplImage指针*/IplImage * Byte2IplImg( BYTE *pImg,long by... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 最近要做一个性别识别的项目,在人脸检测与五官定位上我采用OPENCV的haartraining进行定位,这里介绍下这两天我学习的如何用opencv训练自己的分类器。在这两天的学习里,我遇到了不少问题,不过我遇到了几个好心的大侠帮我解决了不少问题,特别是无忌,在这里我再次感谢他的帮助。 一、简介目... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 试题4: void GetMemory( char *p ){ p = (char *) malloc( 100 );}void Test( void ) { char *str = NULL; GetMemory( str ); strcpy( str, "hello worl... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(104) 评论(0) 推荐(0) 编辑
摘要: /*test.ini//////////////[index]name=小朱年龄=23 [index2]sex=男/////////////////*/ #include "stdio.h"#include "iostream.h"#include "windows.h" int main(... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(79) 评论(0) 推荐(0) 编辑
摘要: LOGFONT logfont; GetObject(::GetStockObject(DEFAULT_GUI_FONT),sizeof(logfont),&logfont); logfont.lfCharSet=GB2312_CHARSET; logfont.lfWeight = FW_N... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(215) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #define BUFF_SIZE 1024wchar_t * ANSIToUnicode( const char* str ){ int textlen ; wchar_t * result; textlen = Mu... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(172) 评论(0) 推荐(0) 编辑
摘要: CBrush m_HollowBrush; ////////////////////////////////////////////////////////// CSign2Dlg::CSign2Dlg(CWnd* pParent /*=NULL*/) : CDialog(CSig... 阅读全文
posted @ 2012-12-06 15:28 废弃账号 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 25 下一页