码迷,mamicode.com
首页 >  
搜索关键字:eddys picture    ( 691个结果
mfc动态显示图片
参考:https://blog.csdn.net/pudongdong/article/details/69396600 之前写过win32动态显示图片的博客,这次用到了mfc。原理是一样的。 OnInitDialog函数初始化 OnPaint具体画图。 注意,要想程序运行到OnPaint方法,需要 ...
分类:编程语言   时间:2018-11-27 11:10:09    阅读次数:266
matlab中文本文件与图像转化
一 将图片转化为txt文本文件 a=imread('picture.bmp'); //读取picture.bmp图片 b=rgb2gray(a); //由rgb图片转化为灰度图 c=b'; //matlab由图片转换为矩阵是一列一列转的,txt文件数据读入矩阵也是一列一列读入的,后文以行为单位处理的 ...
分类:其他好文   时间:2018-11-25 11:56:51    阅读次数:133
图解 I帧,B帧以及P帧
I?frame (Intra-coded picture): 即完整的一张图片 P?frame (Predicted picture): 与前面一张图片的区别的区域 B?frame (Bidirectional predicted picture):与前面以及后面的图片的区别区域 众所周知,视频一般 ...
分类:其他好文   时间:2018-11-10 20:06:32    阅读次数:287
Tju_Oj_2312Help Me with the Game
这道题里主要学习了sort函数、sort的cmp函数写法、C++的map用法(其实和数组一样) Your task is to read a picture of a chessboard position and print it in the chess notation. Input Spec ...
分类:其他好文   时间:2018-10-30 14:55:52    阅读次数:234
PAT 1118 Birds in Forest [一般]
Some scientists took pictures of thousands of birds in a forest. Assume that all the birds appear in the same picture belong to the same tree. You are ...
分类:其他好文   时间:2018-10-29 16:05:54    阅读次数:190
【HDOJ1828&&POJ1177】Picture(线段树,扫描线)
题意:给定n个矩形,求他们的并的周长 n<=5e3,abs(x[i])<=1e4 思路:From https://www.cnblogs.com/kuangbin/archive/2013/04/10/3013437.html 真实“线段”树 ...
分类:其他好文   时间:2018-10-28 00:07:12    阅读次数:201
python多进程,并获取每个进程的返回值
pool = multiprocessing.Pool(processes=10) row = [...] for row in rows: task_id = row[1] img_id = row[0] pool.apply_async(check_picture_contain_human_o... ...
分类:编程语言   时间:2018-10-14 16:40:46    阅读次数:823
简单尝试利用维控LeviStudioU的一栈缓冲区溢出漏洞
这是别人给我发的,让我分析一下,看能否写出exp。只怪自己水平不够,最后没能写出exp,以下为自己的分析思路 环境为win10 pro x64 英文版(10.0.16299) 默认安全配置 一、漏洞分析 此漏洞是由于LeviStudioU在处理.G_Picture.xml文件的szFilename时 ...
分类:其他好文   时间:2018-10-13 16:51:05    阅读次数:141
列举一些算法对照片、图像进行相似度对比分析比较
首先: 图片如下 18.jpg 19.jpg 20.jpg 21.jpg 算法以及对比结果 一、 package com.aliyun.picture.demo; import javax.imageio.ImageIO; import java.awt.*; import java.awt.col ...
分类:编程语言   时间:2018-10-12 17:45:39    阅读次数:1096
upc 3026 Exponial
Exponial 题目描述 Illustration of exponial(3) (not to scale), Picture by C.M. de Talleyrand-Périgord via Wikimedia Commons Everybody loves big numbers (if ...
分类:其他好文   时间:2018-10-06 22:11:53    阅读次数:180
691条   上一页 1 ... 9 10 11 12 13 ... 70 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!