代码,需要加入的控件:PrintDocument、PageSetupDialog、PrintDialog、PrintPreviewDialog、BackgroundWorker,控件的Document属性要指定为PrintDocument控件的id。导入Excel用的是12.0的驱动,需要下载:ht ...
分类:
Windows程序 时间:
2019-01-04 14:56:22
阅读次数:
1386
Android精选源码 " Android游戏2048 " " MVP Kotlin项目(RxJava+Rerotfit+OkHttp+Glide) " " Android基于自定义Span的富文本编辑器 " " android课程表控件效果源码 " " Dagger、Clean、MVP框架搭建,快 ...
分类:
移动开发 时间:
2019-01-03 15:41:35
阅读次数:
218
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
在澳门用人工智能预测流感趋势后,阿里巴巴还在继续探索如何用科技保障人类健康,这一次是更准确地测量肝结节。 12月28日消息,在全球LiTS(Liver Tumor Segmentation Challenge,肝脏肿瘤病灶区CT图像分割挑战)上,阿里巴巴从近百支科学家队伍中脱颖而出,已获得两项第一,至今无人超越。
分类:
其他好文 时间:
2018-12-28 16:05:43
阅读次数:
235
export default class PixelRatioView extends Component { render() { return ( PixelRatio实例 ... ...
分类:
其他好文 时间:
2018-12-28 14:36:30
阅读次数:
162
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
本文只以移动设备为例说明。 注意:设计师以iphone6为标准出设计稿的话,1rpx=0.5px=1物理像素。Photoshop里面量出来的尺寸为物理像素点。所以可以直接使用标注尺寸数据。 【像素Pixel】像素是图像的基本采样单位,它不是一个确定的物理量,因为像素点的物理大小是不确定的。如图: 【 ...
分类:
其他好文 时间:
2018-12-20 14:37:12
阅读次数:
2228
基本概念 逻辑分辨率 (point),物理分辨率 (pixel) 缩放因子 scale, scale ≈ px / pt 等比例缩放 如:淘宝、京东 首页 文字流 保持相同文字大小,让大屏幕显示更多内容,如:豆瓣列表页 弹性控件 混合 图片 按照屏幕尺寸 缩放,文字按照文字流,如:网易音乐,图片缩放 ...
分类:
其他好文 时间:
2018-12-14 12:44:55
阅读次数:
164
1 #include "lcd.h" //调用LCD.h函数 2 #include "stdlib.h" 3 #include "font.h" 4 #include "usart.h" //调用usart.h函数 5 #include "delay.h" //调用delay.h函数 6 ... ...
分类:
其他好文 时间:
2018-12-06 20:29:04
阅读次数:
434
*作者:BUI* 可自定义制作属于你的像素画(默认为Sans) 第77行的COLOR可编辑你想要的颜色(RGB值) 1,2,3,4分别代表第77行所定义的颜色(0代表不显示) 视频地址:传送链接 1 @name Pixel painting ByBUI 2 @persist MAX_X MAX_Y ...
分类:
其他好文 时间:
2018-12-02 20:39:46
阅读次数:
523