1. from here. diagonalReturn specified diagonals. diagflatCreate a 2-D array with the flattened input as a diagonal. traceSum along diagonals. triuUpp ...
分类:
编程语言 时间:
2020-01-19 09:24:38
阅读次数:
95
Final standings Solved: 2 out of 7 ac:A题水题 b题思维题 b题: B. Diagonal Walking v.2 time limit per test 1 second memory limit per test 256 megabytes input st ...
分类:
其他好文 时间:
2020-01-11 15:10:37
阅读次数:
94
题目如下: You are given a square board of characters. You can move on the board starting at the bottom right square marked with the character 'S'. You nee ...
分类:
其他好文 时间:
2019-12-29 10:57:18
阅读次数:
68
Description Description Given a 2D binary matrix filled with 0's and 1's, find the largest square which diagonal is all 1 and others is 0. Only consid ...
分类:
其他好文 时间:
2019-12-21 22:24:34
阅读次数:
67
>> ones(2:3)ans = 1 1 1 1 1 1 >> 2*ones(2:3)ans = 2 2 2 2 2 2 >> rand(3,3) 产生0~1中的随机数ans = 0.359326 0.667090 0.241347 0.925524 0.999806 0.712061 0.464 ...
分类:
其他好文 时间:
2019-12-11 20:59:59
阅读次数:
126
原题链接在这里:https://leetcode.com/problems/diagonal-traverse/ 题目: Given a matrix of M x N elements (M rows, N columns), return all elements of the matrix i ...
分类:
其他好文 时间:
2019-12-10 13:02:21
阅读次数:
98
使用散点图矩阵图,可以两两发现特征之间的联系 1、frame,pandas dataframe对象2、alpha, 图像透明度,一般取(0,1]3、figsize,以英寸为单位的图像大小,一般以元组 (width, height) 形式设置4、ax,可选一般为none5、diagonal,必须且只能 ...
分类:
其他好文 时间:
2019-10-01 20:36:53
阅读次数:
159
1、标量(scalar)、向量(vector)、矩阵(matrix)、张量(tensor)。 2、一些关于矩阵的概念:主对角线(main diagonal)、单位矩阵(identity matrix)、逆矩阵(matrix inversion)、对角矩阵(diagonal matrix)、对称矩阵( ...
分类:
其他好文 时间:
2019-10-01 18:18:52
阅读次数:
112
Diagonal Walking v.2 "CodeForces 1036B " Mikhail walks on a Cartesian plane. He starts at the point (0,0)(0,0), and in one move he can go to any of ei ...
分类:
其他好文 时间:
2019-09-13 10:51:53
阅读次数:
120