码迷,mamicode.com
首页 >  
搜索关键字:around    ( 886个结果
第84天:NumPy 数学函数
by 闲欢 本文向大家介绍一下 NumPy 常见的数学函数。 NumPy 三角函数 三角函数是基本初等函数之一,是以角度(数学上最常用弧度制,下同)为自变量,角度对应任意角终边与单位圆交点坐标或其比值为因变量的函数。三角函数一般用于计算三角形中未知长度的边和未知的角度,在导航、工程学以及物理学方面都 ...
分类:其他好文   时间:2020-06-01 11:58:42    阅读次数:72
101. Symmetric Tree. 递归判断镜像二叉树
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet ...
分类:其他好文   时间:2020-05-31 17:37:36    阅读次数:56
vue+vant-stepper+js实现购物车原理小demo
电商毕业设计里的一个购物车demo,效果图: .vue文件 <template> <div class="box"> <div class="flex-left tit"> <span v-for="(i,inx) in tit" :key="inx" class="flex-around">{{i ...
分类:Web程序   时间:2020-05-26 12:22:36    阅读次数:564
HDU - 1498 G.题解
G - 同上 HDU - 1498 On Octorber 21st, HDU 50-year-celebration, 50-color balloons floating around the campus, it's so nice, isn't it? To celebrate this m ...
分类:其他好文   时间:2020-05-19 18:26:37    阅读次数:50
VS调试的一个错误
Run-Time Check Failure #2 - Stack around the variable 'lpCmdData' was corrupted. 测试软件软件崩溃了,但是dmp定位的地方又没有问题。这时候要往前找代码原因,这里提示了lpCmdData.我代码上是一个字符数组,提示框里 ...
分类:其他好文   时间:2020-04-29 12:41:01    阅读次数:64
报错initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64
Error: initscripts conflicts with redhat-release-server-7.0-1.el7.x86_64 You could try using --skip-broken to work around the problem You could try ru ...
分类:其他好文   时间:2020-04-28 23:17:32    阅读次数:179
对称二叉树
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet ...
分类:其他好文   时间:2020-04-22 09:28:17    阅读次数:63
POJ 1077 Eight(bfs+康托展开)
Eight Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 41040 Accepted: 16901 Special Judge Description The 15-puzzle has been around for ove ...
分类:其他好文   时间:2020-04-07 20:40:18    阅读次数:86
Using .NET Standard with Full Framework .NET
Using .NET Standard with Full Framework .NET .NET Standard has been around long enough now that most people are reasonably familiar with this somewhat ...
分类:Web程序   时间:2020-04-03 18:31:21    阅读次数:84
四 英文时态(一):一般动作
英文中把动作分成两个方面来讨论: 一个是”时“,即表示动作发生的时间;另一个是”态“,即用来表示动作进行到何种程度。这就是所谓的”时态“。 "时”又可以进一步分为四种时间: 。 “态”也可以进一步分为四中动作程度: 。 因为每一个时间规定下都有四种不同的动作完成程度,于是构成了因为的 16 个时态。 ...
分类:其他好文   时间:2020-03-25 10:27:18    阅读次数:88
886条   上一页 1 2 3 4 5 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!