码迷,mamicode.com
首页 >  
搜索关键字:pt px pixel    ( 3374个结果
dp和px的转化
一、首先要认识下:屏幕密度ppippipixlespercentinch每英寸的像素数ppi=水平方向的像素数/屏幕宽度例如:3.7in480x8003.7*3.7=3x*3x+5x*5x宽度:3*0.63=1.89PPI?480/1.89=254规定:ppi是160,标准屏幕密度mdpi240hdpi二、dp和px的转化dp和px换算公式:1dp=当前屏幕密度/160*1px..
分类:其他好文   时间:2014-11-21 10:52:05    阅读次数:157
驱动笔记 - 中断处理
中断注册int request_irq(unsigned int irq, irqreturn_t (*handler)(int irq, void *dev_id, struct pt_regs *regs), unsigned long flags, const char *devname, v...
分类:其他好文   时间:2014-11-19 23:50:34    阅读次数:135
谈谈CSS中em与px的差异
在国内网站中,包括三大门户,以及“引领”中国网站设计潮流的蓝色理想,ChinaUI等都是使用了px作为字体单位。只有百度好歹做了个可调的表率。而 在大洋彼岸,几乎所有的主流站点都使用em作为字体单位,也就是可调的。没错,px比em更加容易使用,大部分读者不知道em为何物或者它相当于多少 px。国外人...
分类:Web程序   时间:2014-11-19 21:49:54    阅读次数:171
转载:你可能没注意的CSS单位
出自:http://www.cnblogs.com/dolphinX/p/4097693.html扶今追昔CSS中的单位我们经常用到px、pt、em、百分比,px和pt不用多说emem是相对单位,参考物是父元素的font-size,具有继承的特点如果字体大小是16px(浏览器的默认值),那么 1em...
分类:Web程序   时间:2014-11-19 18:15:32    阅读次数:213
css小数转换(转)
http://www.auiou.com/relevant/00000430.jsp在IE6.0字体设定为中的时候,如果字体未做任何CSS设定或者元素的设定,默认的字体是12pt,或者16px,或者1em,或者font size=3。em、px、pt的换算关系如下:1em=16px1em=12pt1...
分类:Web程序   时间:2014-11-19 14:00:09    阅读次数:168
java线程同步方法,方法块区别
先说同步方法,它到底是锁定的当前对象,还是当前类 代码块1 package com.ssss; public class Thread1 implements Runnable { //public static Object o=new Object(); public void run() { pt(); } public synch...
分类:编程语言   时间:2014-11-19 11:12:37    阅读次数:223
Percona Toolkit 2.2.12 发布,MySQL 管理工具
Percona Toolkit 2.2.12 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。改进内容包括:New Features:pt-stalknow gathersdmesgoutput from up to 60 seconds befor...
分类:数据库   时间:2014-11-19 10:40:29    阅读次数:261
java线程同步方法,方法块区别
先说同步方法,它到底是锁定的当前对象,还是当前类 代码块1 package com.ssss; public class Thread1 implements Runnable { //public static Object o=new Object(); public void run() { pt(); } public synch...
分类:编程语言   时间:2014-11-19 01:12:54    阅读次数:261
OpenCV Tutorials —— Sobel Derivatives
图像边缘 —— 像素灰度值变换剧烈的点 You can easily notice that in an edge, the pixel intensity changes in a notorious way. A good way to expresschanges is by using de...
分类:其他好文   时间:2014-11-19 00:08:24    阅读次数:308
OpenCV Tutorials —— Basic Thresholding Operations
Threshold Binary This thresholding operation can be expressed as: So, if the intensity of the pixel is higher than , then the new pixel intensity is ....
分类:其他好文   时间:2014-11-18 23:53:21    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!