码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
LeetCode 661. Image Smoother (图像平滑)
Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of each cell becomes the ave ...
分类:其他好文   时间:2017-10-20 10:14:06    阅读次数:198
566. Reshape the Matrix
566. Reshape the Matrix In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but ...
分类:其他好文   时间:2017-10-19 20:00:26    阅读次数:174
598. Range Addition II
Given an m * n matrix M initialized with all 0's and several update operations. Operations are represented by a 2D array, and each operation is repres ...
分类:其他好文   时间:2017-10-19 12:34:45    阅读次数:166
unity shader 学习
1、shader的三种变量类型(uniform ,attribute,varing) Uniform 变量一般用来表示(变换矩阵,材质,光照参数,颜色信息),在vertex和fragment中都可以使用。 Uniform mat4 viewportmatrix Attribute 变量一般用来表示( ...
分类:编程语言   时间:2017-10-19 10:22:40    阅读次数:165
hiho一下 第172周
题目1 : Matrix Sum 题目1 : Matrix Sum 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 You are given an N × N matrix. At the beginning every element is 0. Write a p ...
分类:其他好文   时间:2017-10-16 16:30:31    阅读次数:180
hihocoder-Week 172--Matrix Sum
hihocoder-Week 172--Matrix Sum Matrix Sum Matrix Sum 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 You are given an N × N matrix. At the beginning every elem ...
分类:其他好文   时间:2017-10-15 19:42:30    阅读次数:134
Matrix类
package android.graphics; import java.io.PrintWriter; /** * The Matrix class holds a 3x3 matrix for transforming coordinates. */ public class Matrix {... ...
分类:其他好文   时间:2017-10-15 19:29:35    阅读次数:263
566. Reshape the Matrix
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. ...
分类:其他好文   时间:2017-10-15 14:17:27    阅读次数:184
661. Image Smoother
Given a 2D integer matrix M representing the gray scale of an image, you need to design a smoother to make the gray scale of each cell becomes the ave ...
分类:其他好文   时间:2017-10-15 14:15:22    阅读次数:135
hiho 172周 - 二维树状数组模板题
题目链接 描述 You are given an N × N matrix. At the beginning every element is 0. Write a program supporting 2 operations: 1. Add x y value: Add value to th ...
分类:编程语言   时间:2017-10-14 21:56:19    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!