码迷,mamicode.com
首页 >  
搜索关键字:core image    ( 66658个结果
iOS 动画类型 笔记
#pragma mark Core Animation- (IBAction)buttonPressed1:(id)sender { UIButton *button = (UIButton *)sender; NSInteger tag = button.tag; CATransition...
分类:移动开发   时间:2014-06-11 11:13:59    阅读次数:275
Computer Vision Algorithm Implementations
Participate in Reproducible ResearchGeneral Image ProcessingOpenCV(C/C++ code, BSD lic) Image manipulation, matrix manipulation, transformsTorch3Visio...
分类:其他好文   时间:2014-06-11 10:57:06    阅读次数:444
CSS中background-image【CSS Sprites,base64编码】
CSS中,background可以设置对象的背景样式。如颜色或者使用一张图片代替,今天我要多说两句的就是使用一张图片的参数:image。准确的来说应该是background-image。我们可以这样用它:body{ background-image: url(....jpg);} /* 也可以直接使...
分类:Web程序   时间:2014-06-11 10:00:18    阅读次数:343
什么是HASH函数(经典例子)
让我们先来了解一些基本知识,作作预热只有这样才能更好的了解hash。Hash,一般翻译做"散列",也有直接音译为"哈希"的,就是把任意长度的输入(又叫做预映射, pre-image),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空...
分类:其他好文   时间:2014-06-11 09:55:39    阅读次数:234
[leetcode]Rotate Image @ Python
原题地址:https://oj.leetcode.com/problems/rotate-image/题意:You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Fo...
分类:编程语言   时间:2014-06-11 09:43:59    阅读次数:1264
Struts2.3.6+Spring3.2.4+Hibernate4.2.4 Jar包总结
struts2-core-2.3.16.jar 是struts2的核心框架xwork-core-2.3.16.jar struts2-core的依赖包,struts2是在此基础上开发的javassist-3.15.0-GA.jar 初始化struts2的Filter的必要组件,Hibernate延时...
分类:编程语言   时间:2014-06-11 09:33:35    阅读次数:311
OpenResty
OpenResty (aka. ngx_openresty) is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well ...
分类:其他好文   时间:2014-06-10 00:02:19    阅读次数:384
tools/build.c
/** linux/tools/build.c** Copyright (C) 1991, 1992 Linus Torvalds*//** This file builds a disk-image from three different files:** - bootsect: max 510...
分类:其他好文   时间:2014-06-08 08:04:19    阅读次数:344
使用jsp生成验证码
在开发中验证码是比较常用到有效防止这种问题对某一个特定注册用户用特定程序暴力破解方式进行不断的登陆尝试的方式。此演示程序包括三个文件:1.index.jsp:登录页面2.image.jsp:生成验证码图片页面3.result.jsp:结果页面【页面代码】1.index.jsp ...
分类:Web程序   时间:2014-06-07 23:12:15    阅读次数:234
Leetcode | 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-06-07 20:33:17    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!