码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
图片变换【Matrix】矩阵 简介
Matrix矩阵介绍官方文档地址:https://developer.android.com/reference/android/graphics/Matrix.html在Android中,对图片的处理需要使用到Matrix类,Matrix是一个3 x 3的矩阵,内部就是个一维数组,内部有9个元素,... ...
分类:其他好文   时间:2017-03-09 20:22:51    阅读次数:508
zoj 1949 Error Correction
A boolean matrix has the parity property when each row and each column has an even sum, i.e. contains an even number of bits which are set. Here's a 4 ...
分类:其他好文   时间:2017-03-09 19:47:49    阅读次数:195
407. Trapping Rain Water II
Given an m x n matrix of positive integers representing the height of each unit cell in a 2D elevation map, compute the volume of water it is able to ...
分类:移动开发   时间:2017-03-09 19:47:13    阅读次数:209
css图像处理与动画
先讨论几个css 问题 1,css 清除浮动的方法 2,css 居中 3,多行省略号 4,小布局技巧 2D 动画功能属性兼容性:transform、transition、animation transform 可以实现旋转、缩放、倾斜、移动四种类型的变形处理。 transition、animatio ...
分类:Web程序   时间:2017-03-08 23:17:03    阅读次数:442
BZOJ2467 [中山市选2010]生成树
本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文版权归ljh2000和博客园共有,欢迎转载,但须保留此声明,并给出原文链接,谢谢合作。 本文作者:ljh2000 作者博客:http://www.cnblogs.com/ljh2000-jump/转载请注 ...
分类:其他好文   时间:2017-03-08 21:30:11    阅读次数:230
search-a-2d-matrix
题目描述 Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sor ...
分类:其他好文   时间:2017-03-08 12:55:45    阅读次数:125
nodejs+IIS+WebMatrix
关于node.jsNode.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。 Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。 Node.js 的包管理器 npm,是全球最大的开源库生态系统。在网页编程中javascript的魅力实在是强大 ...
分类:Web程序   时间:2017-03-08 11:24:20    阅读次数:171
等高线生成算法(转载)
等高线生成算法 输入:离散的采样点坐标和高度值(x_0,y_0,value_0),(x_1,y_1,value_1)......(x_n, y_n, value_n) 输出:等高线图,如下所示 wiki上的Marching squares算法对此有很好的说明,我也是按照wiki上面的步骤来实现这个算 ...
分类:编程语言   时间:2017-03-07 23:10:44    阅读次数:1732
rotate-image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). //给定一个n*n的矩阵,顺时针旋转90度 ...
分类:其他好文   时间:2017-03-07 13:14:54    阅读次数:152
二维码的生成
1,Maven依赖 2,使用com.google.zxing生成二维码 ...
分类:其他好文   时间:2017-03-07 11:38:11    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!