根据朋友给的一份原理写的 感觉还挺清楚#include "cv.h"#include "highgui.h"#include using namespace cv;#define MAXWIDTH 352#define MAXHEIGHT 288typedef struct PTNode{ ...
分类:
其他好文 时间:
2014-07-01 18:41:35
阅读次数:
145
android:adjustViewBounds:是否保持宽高比,使用的时候需要和maxWidth、maxHeight一起使用,单独使用没有效果android:cropToPadding:是否截取指定的空白区域代替,单独使用没效果,需要和scrollY一起使用,
分类:
移动开发 时间:
2014-06-24 16:30:00
阅读次数:
276
缩放!所有的东西都可以缩放!一些比较炫的响应式网站会在一定范围内有缩放效果。当然,js可以搞定~以前就用过的全屏缩放类:// CLASS function imgzoom(srcWidth,srcHeight,maxWidth,maxHeight){ this.srcWidth=srcWid...
分类:
其他好文 时间:
2014-06-14 21:22:42
阅读次数:
529
function wrapText(context, text, x, y,
maxWidth, lineHeight) { var words = text.split(" "); var line = ""; for (var
n...
分类:
其他好文 时间:
2014-05-24 07:58:42
阅读次数:
244
WPF下如果希望界面大小固定不变时,设置很简单:
只需要将窗口中的Width/MaxWidth/MinWidth , Height/MaxHeight/MinHeight 设置成两组一样的值,同时将 ResizeMode设 为 NoResize即可。
例子代码如下所示:
<Window
xmlns="http://schemas.microso...
分类:
其他好文 时间:
2014-05-18 08:53:16
阅读次数:
256
JS 对某图片的等比缩放
代码
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->
最新javascript自动按比例显示图片,按比例压缩图片显示
function AutoResizeImage(maxWidth,max...
分类:
数据库 时间:
2014-04-29 13:14:22
阅读次数:
440