码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
前端之CSS列表及背景类属性
一、列表类属性: 1.列表符号样式: list-style-type:disc(实心圆)|circle(空心圆)|square(实心方块)|decimal(数字)|none(去掉列表符号样式); 2.使用图片作为列表符号: list-style-image:url(图片路径); 3.列表符号位置: ...
分类:Web程序   时间:2019-05-11 19:51:13    阅读次数:178
Pytorch基础的基本概念
1.什么是Pytorch,为什么选择Pytroch? 2.Pytroch的安装 3.配置Python环境 4.准备Python管理器 5.通过命令行安装PyTorch 6.PyTorch基础概念 GPU云服务器默认提供了pytorch的环境, 7.通用代码实现流程(实现一个深度学习的代码流程) im ...
分类:其他好文   时间:2019-05-11 18:03:32    阅读次数:408
(DP 线性DP) leetcode 221. Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. Example: 这是一个DP题,好像是线性DP吧。 官方题解有DP的 ...
分类:其他好文   时间:2019-05-10 13:09:06    阅读次数:138
Math 353/DSC 301, Spring 2019, Final Exam
Math 353/DSC 301, Spring 2019, Final ExamPlease remember to write down your name and student ID. This is the take-home portion whichhas four problems. ...
分类:编程语言   时间:2019-05-09 20:07:52    阅读次数:142
20189224 《网络攻防实践》/《网络攻击与防范》第十周学习总结
20189224 《网络攻防实践》/《网络攻击与防范》第十周学习总结 冯·诺依曼体系结构和图灵机 图灵机是一个计算机的理论模型,本质上是状态机;冯诺依曼体系是图灵机的实现,包括运算、控制、存储、输入、输出五个部分。诺依曼体系相对之前的计算机最大的创新在于程序和数据的存储,以此实现机器内部编程。 图灵 ...
分类:其他好文   时间:2019-05-05 21:59:26    阅读次数:211
Image Overlap LT835
Two images A and B are given, represented as binary, square matrices of the same size. (A binary matrix has only 0s and 1s as values.) We translate on ...
分类:其他好文   时间:2019-05-04 09:19:34    阅读次数:130
javascript(五)表达式
表达式 (expression) JavaScript中的一个短语, JavaScript解释器会将其计算(evaluate) 出一 个结果。程序中的常量是最简单的一类表达式。变量名也是一种简单的表达式,它的值就是赋值给变量的值。复杂表达式是由简单表达式组成的。如数组访问表达式是由一个表示数组的表达 ...
分类:编程语言   时间:2019-05-04 00:07:50    阅读次数:185
POJ1475 Pushing Boxes(BFS套BFS)
描述 Imagine you are standing inside a two dimensional maze composed of square cells which may or may not be filled with rock. You can move north, south ...
分类:其他好文   时间:2019-05-02 21:27:48    阅读次数:166
[LeetCode] Walking Robot Simulation 走路机器人仿真
A robot on an infinite grid starts at point (0, 0) and faces north. The robot can receive one of three possible types of commands: : turn left 90 degr ...
分类:其他好文   时间:2019-05-02 00:10:04    阅读次数:151
一种简单高效的音频降噪算法示例(附完整C代码)
近期比较忙, 抽空出来5.1开源献礼. 但凡学习音频降噪算法的朋友,肯定看过一个算法. <<语音增强-理论与实践>> 中提及到基于对数的最小均方误差的降噪算法,也就是LogMMSE. 资料见: <<Speech enhancement using a minimum mean-square erro ...
分类:编程语言   时间:2019-05-02 00:02:55    阅读次数:244
2122条   上一页 1 ... 28 29 30 31 32 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!