自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

wangkr的专栏

computer has vision

  • 博客(4)
  • 资源 (4)
  • 收藏
  • 关注

转载 计算机视觉会议和期刊分类

会议:三大顶级  ICCV:International Conference on Computer Vision,国际计算机视觉大会   CVPR:International Conference on Computer Vision and Pattern Recognition,国际计算机视觉与模式识别大会   ECCV:European Conference on Comp

2014-11-23 20:42:57 1388

原创 对寄存器ESP和EBP的一些理解

PS:EBP是当前函数的存取指针,即存储或者读取数时的指针基地址;ESP就是当前函数的栈顶指针。每一次发生函数的调用(主函数调用子函数)时,在被调用函数初始时,都会把当前函数(主函数)的EBP压栈,以便从子函数返回到主函数时可以获取EBP。下面是按调用约定__stdcall 调用函数test(int p1,int p2)的汇编代码假设执行函数前堆栈指针ESP为0xAAAAAAA ;

2014-11-20 17:02:33 27368 18

转载 简单Shellcode的详细分析

作 者: moonflow百年一遇的高级光棍节,我得写篇详细完整的文章才行。初学者,菜文,老鸟请飘过分析段简单的shellcode代码1.shellcode.c代码:#include  static char shellcode[]=   "\xeb\x17\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x4

2014-11-20 14:35:00 3001

转载 如何写paper

误区一:We write papers and give talks mainly to impress others, gain recognition, and get promoted.写paper的目标是: to infect the mind of your readers with your idea, like a virus.Paper由

2014-11-15 20:08:58 2239

Waving Trees

KentaroToyama的 Wallflower paper中的图像测试集 原 paper:Kentaro Toyama, John Krumm, Barry Brumitt, Brian Meyers, "Wallflower: Principles and Practice of B

2015-04-28

Camouflage Wallflower测试集

KentaroToyama的 Wallflower paper中的图像测试集 原 paper:Kentaro Toyama, John Krumm, Barry Brumitt, Brian Meyers, "Wallflower: Principles and Practice of Background Maintenance", Seventh International Conference on Computer Vision, September 1999, Kerkyra, Greece, pp. 255-261, IEEE Computer Society Press.

2015-04-28

图书管理系统

这是一个图书信息管理系统,采用Sql Server+MFC开发

2013-07-11

组成原理课程设计

华中科技大学计算机学院组成原理课程设计 题目和要求

2013-05-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除