码迷,mamicode.com
首页 >  
搜索关键字:core image    ( 66658个结果
win8.1 Dism 应用实例
使用win8.1安装镜像制作wimboot启动 制作wim启动映像文件Dism /Export-Image /WIMBoot/SourceImageFile:z:\sources\install.wim /SourceIndex:1/DestinationImageFile:d:\wimboot.w...
分类:Windows程序   时间:2014-07-09 20:14:21    阅读次数:341
asp.net 开发过程中关于image控件中图片点击后地址乱码的问题
前台页面是这样的: 关联的js为:drag_layer.js和ImgShowFuncs.js,另外还要引用一个imagezoom.css的样式文件点击图片时候新页面打开原图但是路径会报错,于是我在pageload中添加了第一句话解决之: Request.ContentEncod...
分类:Web程序   时间:2014-07-09 19:32:43    阅读次数:241
jLim - 紧凑的 JavaScript 框架
1. [代码][JavaScript]代码 /*!* jLim Core** jLim is a small JavaScript base code. It can be used to built your own* JavaScript library or framework.** @ve....
分类:编程语言   时间:2014-07-09 18:52:21    阅读次数:264
iOS开发项目—07图片拉伸
iOS开发项目—07图片拉伸一、简单说明1.代码说明:图片处理代码:1 + (UIImage *)resizedImage:(NSString *)name2 {3 UIImage *image = [UIImage imageWithName:name];4 return [ima...
分类:移动开发   时间:2014-07-08 22:29:29    阅读次数:321
Cracking the Coding Interview Q1.6
Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. Can you do th...
分类:其他好文   时间:2014-07-08 22:06:25    阅读次数:222
十天精通CSS3
第1章 初识CSS3 CSS3课程列出第一站,先带领大家进入CSS3的世界,探索CSS3的魅力!你做好准备了吗? 第2章 边框 本课程主要讲解border-color 、border-image 、border-radius 及box-shadow 相关知识 第3章 颜色相关 学习CSS3中与颜色有关的属性,包括RGBA colors和Gradient,来实现在此...
分类:Web程序   时间:2014-07-08 20:49:19    阅读次数:219
PS 色调——老照片效果
这 clc; clear all; Image=imread('9.jpg'); Image=double(Image); Image_new=Image; Image_new(:,:,1)=0.393*Image(:,:,1)+0.769*Image(:,:,2)+0.189*Image(:,:,3); Image_new(:,:,2)=0.349*Image(:,...
分类:其他好文   时间:2014-07-08 20:04:34    阅读次数:235
从命令行执行django数据库操作
从命令行执行django数据库操作,报错: django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before acce...
分类:数据库   时间:2014-07-08 17:57:04    阅读次数:495
how to add borders for a google map marker 谷歌地图 自定义图钉
If you are not satisfied with default Google map Marker (Default google marker can only be a icon, image or shape), for example adding a border, then you should use richmarker! http://google-maps...
分类:其他好文   时间:2014-07-08 17:17:18    阅读次数:386
TI_DSP_SRIO - Doorbell原理(中断路由到core-1)
Doorbell的中断到core的机制是由DOORBELLx_ICRRx寄存器实现的,共有八个ICRR寄存器。 When doorbell packets are received by the SRIO peripheral, these ICRRs route doorbell interrupt requests(在ISCR寄存器中指示) from the associated doo...
分类:其他好文   时间:2014-07-08 16:36:13    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!