码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
LeetCode 74: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 sorted f ...
分类:其他好文   时间:2017-06-15 20:28:51    阅读次数:161
使用Kinect2.0控制VREP中的虚拟模型
VREP中直接设置物体姿态的函数有3个: 通过设置物体矩阵可以同时改变其位置与姿态,参数matrix是一个包含12个元素的列表: 12 simFloat values (the last row of the 4x4 matrix (0,0,0,1) is not needed). The x-ax ...
分类:其他好文   时间:2017-06-15 12:57:18    阅读次数:435
poj2155--Matrix(二维树状数组)
Matrix Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 18021 Accepted: 6755 Description Given an N*N matrix A, whose elements are either 0 ...
分类:编程语言   时间:2017-06-15 10:43:14    阅读次数:297
Number of Islands
This is Matrix Problem which can be converted to BSF: Loop through each node, if it is island, find the edge. Inside the mark them all as sea. So it w ...
分类:其他好文   时间:2017-06-15 10:39:20    阅读次数:150
Shader
///////////////Begin Shader Source File///////////////////// cbuffer cbChangesPerFrame : register( b0 ){ matrix mvp_;}; Texture2D colorMap_ : register ...
分类:其他好文   时间:2017-06-12 22:37:16    阅读次数:252
int **指针问题
转自:http://blog.csdn.net/u012501459/article/details/45395571 在打印二维数组时遇到了问题,二维数组可以这样定义int matrix[ROWS][COLUMNS],但是打印二维数组时函数的声明是void printMatrix(int ** n ...
分类:其他好文   时间:2017-06-11 22:16:34    阅读次数:153
基于FPGA的均值滤波算法的实现
前面实现了基于FPGA的彩色图像转灰度处理,减小了图像的体积,但是其中还是存在许多噪声,会影响图像的边缘检测,所以这一篇就要消除这些噪声,基于灰度图像进行图像的滤波处理,为图像的边缘检测做好夯实基础。 椒盐噪声(salt & pepper noise)是数字图像的一个常见噪声,所谓椒盐,椒就是黑,盐 ...
分类:编程语言   时间:2017-06-11 12:52:07    阅读次数:320
240. Search a 2D Matrix II
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 sorted i ...
分类:其他好文   时间:2017-06-11 10:21:16    阅读次数:125
R语言时间序列数据应用xts
zoo是时间序列的基础库,是面向通用的设计。 xts 是对时间序列库(zoo) 的一种扩展实现。xts 类型继承了zoo 类型,丰富了时间序列数据处理的函数。 一、xts对象的结构和定义 1、xts对象是一个具有时间索引的观测值矩阵,结构如下: xts = matrix + times 2、创建xt ...
分类:编程语言   时间:2017-06-10 14:02:51    阅读次数:594
(leetcode题解)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-06-08 20:28:34    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!