码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
变形--矩阵 matrix()
matrix() 是一个含六个值的(a,b,c,d,e,f)变换矩阵,用来指定一个2D变换,相当于直接应用一个[a b c d e f]变换矩阵。就是基于水平方向(X轴)和垂直方向(Y轴)重新定位元素,此属性值使用涉及到数学中的矩阵,我在这里只是简单的说一下CSS3中的transform有这么一个属 ...
分类:其他好文   时间:2016-08-29 19:11:54    阅读次数:145
[LintCode] Submatrix Sum 子矩阵之和
Given an integer matrix, find a submatrix where the sum of numbers is zero. Your code should return the coordinate of the left-up and right-down numbe ...
分类:其他好文   时间:2016-08-28 00:59:36    阅读次数:233
UVa11859
11859 Division Game Division game is a 2-player game.In this game, there is a matrix of positive integers with N rows and M columns.Players make their ...
分类:其他好文   时间:2016-08-27 19:23:18    阅读次数:159
leetcode 59 Spiral Matrix II ------ java
Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example,Given n = 3, You should return the followi ...
分类:编程语言   时间:2016-08-26 15:03:20    阅读次数:158
codeforces 710C Magic Odd Square(构造或者n阶幻方)
Find an n?×?n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd. Find an n?×?n matrix with di ...
分类:其他好文   时间:2016-08-26 13:45:02    阅读次数:165
Codeforces 710 C. Magic Odd Square(构造)——Educational Codeforces Round 16
传送门Find an n?×?nn?×?n matrix with different numbers from 11 to n2n^2, so the sum in each row, column and both main diagonals are odd.Input The only line contains odd integer n(1?≤?n?≤?49).n (1?≤?n?≤...
分类:其他好文   时间:2016-08-24 14:45:25    阅读次数:176
Educational Codeforces Round 16 C
Description Find an n?×?n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd. Input The only l ...
分类:其他好文   时间:2016-08-24 12:52:23    阅读次数:128
HDU4307 Matrix(最小割)
题目 Source http://acm.hdu.edu.cn/showproblem.php?pid=4307 Description Let A be a 1*N matrix, and each element of A is either 0 or 1. You are to find su ...
分类:其他好文   时间:2016-08-24 12:33:29    阅读次数:222
UVa 11082 Matrix Decompressing (网络流)
...
分类:其他好文   时间:2016-08-24 00:56:40    阅读次数:133
codeforces 710C C. Magic Odd Square(构造)
题目链接: C. Magic Odd Square Find an n?×?n matrix with different numbers from 1 to n2, so the sum in each row, column and both main diagonals are odd. Fi ...
分类:其他好文   时间:2016-08-23 23:29:53    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!