码迷,mamicode.com
首页 >  
搜索关键字:raw image    ( 53293个结果
2416 呼吸灯 效果
#include <stdint.h> #include <stdbool.h> #include <raw_api.h> #include <lib_string.h> #include <2416_reg.h> #include <pwm.h> #include <irq.h> #include <timer.h> #include <pwm.h> #include <rsh.h> ...
分类:其他好文   时间:2014-07-22 08:25:33    阅读次数:229
定时图片切换
<img?src="./image/pic1.jpg"?id="pic_id"> <script?type="text/javascript"> //pic切换 var?array=new?Array(); var?index=0; var?array=?new?Array("./image/pic1.jpg","./image/pic2.jpg"); f...
分类:其他好文   时间:2014-07-21 10:39:39    阅读次数:194
qemu qcow2 disk enlarge
1。? [root@?kvm]#?qemu-img?info?new.qcow2? image:?new.qcow2 file?format:?qcow2 virtual?size:?60G?(64424509440?bytes) disk?size:?7.0G cluster_size:?65536 qemu-img?resize??filenam...
分类:其他好文   时间:2014-07-21 10:33:18    阅读次数:217
【LeetCode with Python】 Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place?...
分类:编程语言   时间:2014-07-19 23:46:49    阅读次数:516
纹理合成之《基于块缝合纹理合成算法》
本文主要阅读了张岩博士的博士论文《纹理合成技术的研究及其应用》和作者的原文《Image Quilting for Texture Synthesis and Transfer》。 先上效果: 改图701*501像素大小,在试验中,将其截图为400*400,然后4*4铺开,效果为 可以看出,还是结合得...
分类:其他好文   时间:2014-07-19 22:30:58    阅读次数:231
关于clonezilla
Clonezilla 是一个很好的系统克隆工具,它可以说是吸取了 Norton Ghost 和 Partition Image 的优点。即不仅支持对整个系统进行克隆,而且也可以克隆单个的分区,这种灵活性可能更能适应备份者的需要。有需求的朋友不妨关注下 Clonezilla 的功能:- 在 GNU/L...
分类:其他好文   时间:2014-07-19 18:02:56    阅读次数:195
Surface、SurfaceView、SurfaceHolder及SurfaceHolder.Callback之间的关系
转载请包含网址:http://blog.csdn.net/pathuang68/article/details/7351317一、SurfaceSurface就是“表面”的意思。在SDK的文档中,对Surface的描述是这样的:“Handle onto a raw buffer that is be...
分类:其他好文   时间:2014-07-19 17:22:55    阅读次数:288
NGif, Animated GIF Encoder for .NET
1.简介链接:http://www.codeproject.com/Articles/11505/NGif-Animated-GIF-Encoder-for-NET2.代码使用1)多个Image生成一个GIF——Encoder;2)一个GIF解析出多个Image——Decoder.3.优秀应用可视化...
分类:Web程序   时间:2014-07-19 16:35:15    阅读次数:239
Delphi实例之橡皮筋画图的实现
Delphi实例之橡皮筋画图的实现在《Delphi7基础教程》这本书的练习中提到过一个橡皮筋画图的例子,书上的源码是错误的!不知道是打印的错误还是本身源码就有问题,我将它改了过来。在Form1上放置一个Image组件,Image1的Align设为Client。 1 unit ...
分类:其他好文   时间:2014-07-19 16:17:38    阅读次数:273
android图片处理方法(不断收集中)
Java代码//压缩图片大小publicstaticBitmapcompressImage(Bitmapimage){ByteArrayOutputStreambaos=newByteArrayOutputStream();image.compress(Bitmap.CompressFormat.J...
分类:移动开发   时间:2014-07-18 14:28:22    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!