码迷,mamicode.com
首页 >  
搜索关键字:maximal independent    ( 650个结果
重定位与链接脚本
1.为什么需要重定位 位置无关编码(PIC,position independent code):汇编源文件被编码成二进制可执行程序时编码方式与位置(内存地址)无关。 位置有关编码:汇编源码编码成二进制可执行程序后和内存地址是有关的。 我们在设计一个程序时,会给这个程序指定一个运行地址(链接地址)。 ...
分类:其他好文   时间:2017-01-24 07:40:31    阅读次数:293
Database Sharding, The “Shared-Nothing” Approach DATABASE SHARDING
w将单个服务器上的单个数据库打碎为多个服务器上的单个数据库 http://www.agildata.com/database-sharding/ Database Sharding provides a method for scalability across independent server ...
分类:移动开发   时间:2017-01-12 18:42:55    阅读次数:227
Bsim3 学习笔记1
Normal short channel effects The threshold voltage of a long channel device is independent of the channel length L and the drain voltage Vd . Vth decr ...
分类:其他好文   时间:2017-01-11 14:17:24    阅读次数:245
seven habits of highly effective people 高效能人士的七个习惯
习惯的模型 : dependent 依赖 -- independent 独立自主 --interdependent 互相依赖 1: be proactive 主动积极 what you can do 2:begin with the end in mind 以终为始 3 :put first thi ...
分类:其他好文   时间:2017-01-08 17:43:54    阅读次数:216
Android屏幕尺寸与度量单位(px,dp,sp)简介
1.各度量单位的含义 px:pixels(像素)。显示器是由一个一个的像素点组成的,例如在通用显示器中,每英寸包括72个像素点; dp:device independent pixels(设备独立像素),不同的设备有不同的显示效果,这个和设备硬件有关;Android中,使用dp可以对目标进行自动缩放 ...
分类:移动开发   时间:2017-01-04 23:24:13    阅读次数:316
Maximal Rectangle
很不好想的一道题,参考:http://blog.csdn.net/doc_sgl/article/details/11832965 分为两步:把原矩阵转为直方图,再用largest rectangle求解:http://www.cnblogs.com/573177885qq/p/5537334.ht ...
分类:其他好文   时间:2016-12-29 07:22:37    阅读次数:140
图——拓扑排序(uva10305)
John has n tasks to do. Unfortunately, the tasks are not independent and the execution of one task is only possible if other tasks have already been e ...
分类:编程语言   时间:2016-12-27 00:59:30    阅读次数:214
Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the following ...
分类:其他好文   时间:2016-12-23 01:43:03    阅读次数:136
mii-tool
MII的全称是Media Independent Interface,字面意思上就是媒体无关的接口,因此它是独立于具体设备的,仔细想想标准化的东西都是独立于具体设备的。 In computing, mii-tool is a Unix command which allows users to qu ...
分类:其他好文   时间:2016-12-16 22:27:22    阅读次数:153
移动web知识
1、像素知识 px: css pixels,逻辑像素,浏览器使用的抽象单位 dp,pt:device independent pixels ,设备无关像素 dpr:devicePixelRatio 设备像素缩放比 计算公司:1px=(dpr)*dpr*dp 2、Viewport 手机浏览器默认为我们 ...
分类:移动开发   时间:2016-12-13 06:33:01    阅读次数:282
650条   上一页 1 ... 26 27 28 29 30 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!