码迷,mamicode.com
首页 >  
搜索关键字:confusion matrix    ( 4333个结果
[LeetCode]: 48: Rotate Image
题目:You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?思路1:找对应关系,90度翻转是...
分类:其他好文   时间:2015-10-14 19:59:22    阅读次数:163
《zw版·Halcon-delphi系列原创教程》 Halcon分类函数008,matrix,矩阵函数
1 ** 3dFromFundamentalMatrix( Rows1, Cols1, Rows2, Cols2, CovRR1, CovRC1, CovCC1, CovRR2, CovRC2, CovCC2, FMatrix, CovFMat, out X, out Y, out Z, out.....
分类:Windows程序   时间:2015-10-14 12:21:24    阅读次数:350
利用ORACLE 11g 新特性创建物理备库
准备工作:主库启用归档在所有系统上安装oralce11g软件备库创建必要的目录创建监听,配置tnsname文件第一步:将主库的密码文件cp一份到备库中第二步:主备库的参数文件修改:主库参数文件如:matrix.__db_cache_size=83886080matrix.__java_pool_size=4194304matrix.__large_po..
分类:数据库   时间:2015-10-13 13:58:13    阅读次数:346
fafu 1568 Matrix(二分匹配+二分)
Description: You are given a matrix which is n rows m columns (1 yj的边,然后对二分图跑最大匹配,如果最大匹配数>=n-k+1,则ansmid 1 #pragma comment(linker, "/STACK:102400000.....
分类:其他好文   时间:2015-10-11 22:57:43    阅读次数:304
得到View Frustum的6飞机
笔者:i_dovelemon资源:CSDN日期:2014 / 9 / 30主题:View Frustum, Plane, View Matrix, Perspective Projection Matrix引言 在3D图形学中,一种优化的手法,叫做物体剔除(Object Culling)。这种技术的...
分类:其他好文   时间:2015-10-11 15:24:11    阅读次数:271
LeetCode Set Matrix Zeroes
原题链接在这里:https://leetcode.com/problems/set-matrix-zeroes/最原始的想法就是复制一个matrix, 扫描复制的matrix, 若遇到0, 更改原来的matrix, 如此使用O(m*n) space.观察到判断一个数是否应该更改为0 只需要看它的同行...
分类:其他好文   时间:2015-10-11 09:04:06    阅读次数:158
OpenMp多线程编程计时问题
在做矩阵乘法并行化测试的时候,在利用<time.h>的clock()计时时出现了一点问题。 首先看串行的程序: //?matrix_cpu.c #include?<stdio.h> #include?<stdlib.h> #include?<time.h> #define?NUM?2048 void?...
分类:编程语言   时间:2015-10-09 23:07:38    阅读次数:537
P2686 Matrix
还是二分图,源点 S 汇点 T , x[i]->y[i] 流量 1 权值 -cost 作为限制不重点, y[i]->x[i+1] /y[i]->x[i+n] 流量 inf 权值 0为边, S->x[1] 流量 2 权值 0 为起点, y[n*n]->T 流量 2 权值 0 为终点, x[1]->y[...
分类:其他好文   时间:2015-10-09 21:13:48    阅读次数:239
HDU 2767 Proving Equivalences(强联通缩点)
Proving EquivalencesProblem DescriptionConsider the following exercise, found in a generic linear algebra textbook.Let A be an n × n matrix. Prove tha...
分类:移动开发   时间:2015-10-09 20:00:36    阅读次数:264
hdu2255 KM模板
#include #include #include const int MAXN = 300+10;const int INF = 0x3f3f3f3f;int n, nx, ny;int lx[MAXN], ly[MAXN];// adjacent matrix to store graphin...
分类:其他好文   时间:2015-10-09 19:47:02    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!