码迷,mamicode.com
首页 >  
搜索关键字:pixel    ( 781个结果
css样式匹配苹果个型号手机
/*适配苹果X*/ @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { .header_nav { top: 44px; } } /... ...
分类:移动开发   时间:2019-01-14 17:59:20    阅读次数:451
matplotlib--设置线条颜色及形状
一、控制颜色 b--blue c--cyan(青色) g--green k--black m--magenta(紫红色) r--red w--white y--yellow 颜色有三种表示方法,可以用全名,也可以用16进制,也可用RGB或RGBA元组 二、控制线型 - 实线-- 短线-.短点相间线: ...
分类:其他好文   时间:2019-01-06 19:20:55    阅读次数:270
PAT 甲级 1054 The Dominant Color (20 分)
Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color ...
分类:其他好文   时间:2019-01-06 12:49:21    阅读次数:189
winform使用PrintDocument控件打印
代码,需要加入的控件:PrintDocument、PageSetupDialog、PrintDialog、PrintPreviewDialog、BackgroundWorker,控件的Document属性要指定为PrintDocument控件的id。导入Excel用的是12.0的驱动,需要下载:ht ...
分类:Windows程序   时间:2019-01-04 14:56:22    阅读次数:1386
android课程表控件、悬浮窗、Todo应用、MVP框架、Kotlin完整项目源码
Android精选源码 " Android游戏2048 " " MVP Kotlin项目(RxJava+Rerotfit+OkHttp+Glide) " " Android基于自定义Span的富文本编辑器 " " android课程表控件效果源码 " " Dagger、Clean、MVP框架搭建,快 ...
分类:移动开发   时间:2019-01-03 15:41:35    阅读次数:218
733. Flood Fill - Easy
An image is represented by a 2-D array of integers, each integer representing the pixel value of the image (from 0 to 65535). Given a coordinate (sr, ...
分类:其他好文   时间:2019-01-02 10:45:09    阅读次数:136
阿里巴巴AI夺肝结节诊断两项世界冠军,至今无人超越
在澳门用人工智能预测流感趋势后,阿里巴巴还在继续探索如何用科技保障人类健康,这一次是更准确地测量肝结节。 12月28日消息,在全球LiTS(Liver Tumor Segmentation Challenge,肝脏肿瘤病灶区CT图像分割挑战)上,阿里巴巴从近百支科学家队伍中脱颖而出,已获得两项第一,至今无人超越。
分类:其他好文   时间:2018-12-28 16:05:43    阅读次数:235
PixelRatio使用
export default class PixelRatioView extends Component { render() { return ( PixelRatio实例 ... ...
分类:其他好文   时间:2018-12-28 14:36:30    阅读次数:162
LC 302. Smallest Rectangle Enclosing Black Pixels【lock, hard】
An image is represented by a binary matrix with 0 as a white pixel and 1 as a black pixel. The black pixels are connected, i.e., there is only one bla ...
分类:其他好文   时间:2018-12-21 21:17:29    阅读次数:240
【前端布局】px与rpx的简述
本文只以移动设备为例说明。 注意:设计师以iphone6为标准出设计稿的话,1rpx=0.5px=1物理像素。Photoshop里面量出来的尺寸为物理像素点。所以可以直接使用标注尺寸数据。 【像素Pixel】像素是图像的基本采样单位,它不是一个确定的物理量,因为像素点的物理大小是不确定的。如图: 【 ...
分类:其他好文   时间:2018-12-20 14:37:12    阅读次数:2228
781条   上一页 1 ... 14 15 16 17 18 ... 79 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!