码迷,mamicode.com
首页 >  
搜索关键字:mining station on th    ( 5051个结果
UI(四)之拓扑图创建
关键函数: 1.LoadMap 包含5个函数 1.1 AddLayersBasemap(); 加载底图,暂时用不到 1.2//AddLayerCell(); 添加网图 1.3AddLayerLine(); 界面添加基线参数 1.4AddLayerStation(); 添加基站图层 1.5m_map. ...
分类:其他好文   时间:2019-02-24 01:04:39    阅读次数:420
Memorise Me!——用数值做地址,实现快速查找
题目如下: Arijit is a brilliant boy. He likes memory games. He likes to participate alone but this time he has to have a partner. So he chooses you. In th ...
分类:其他好文   时间:2019-02-21 21:34:38    阅读次数:124
[leetcode] 888. Fair Candy Swap
原题: Alice and Bob have candy bars of different sizes: A[i] is the size of the i-th bar of candy that Alice has, and B[j] is the size of the j-th bar o ...
分类:其他好文   时间:2019-02-21 17:36:41    阅读次数:162
Huffman树
从树中一个结点到另一个结点之间的分支构成这两个结点之间的路径,路径上的分支数目称作路径长度。树的路径长度是从树根到每个结点的路径长度之和。结点的带权路径长度为结点到树根之间的路径长度与结点上权的乘机,树的带权路径长度为树中所有叶子节点的带权路径长度之和。
分类:其他好文   时间:2019-02-21 09:47:18    阅读次数:188
19. Remove Nth Node From End of List
Given a linked list, remove the n-th node from the end of list and return its head. Example: Given linked list: 1->2->3->4->5, and n = 2. After removi ...
分类:其他好文   时间:2019-02-20 20:05:36    阅读次数:185
ES6原生Class
es5 之前定义构造函数的方法 es6 定义类常见方法 基本上,ES6的class可以看做知识一个语法糖,它的绝大部分功能,ES5都可以看到,新的class写法只是让对象原型的写法更加清晰,更像面向对象编程语法而已 定义了一个Point类,他里面有个constructor方法,这就是构造方法;而th ...
分类:其他好文   时间:2019-02-20 13:25:40    阅读次数:175
Tanya and Candies
Tanya has nn candies numbered from 11 to nn. The ii-th candy has the weight aiai. She plans to eat exactly n?1n?1 candies and give the remaining candy ...
分类:其他好文   时间:2019-02-20 10:07:14    阅读次数:101
Event 交互
# project:pybuilder # author:slx# datetime:2019/2/20 3:19# software: PyCharmimport threadingimport timeevent =threading.Event()class Boss(threading.Th ...
分类:其他好文   时间:2019-02-20 10:05:36    阅读次数:148
POJ1289 UVA107 The Cat in the Hat【暴力】
"The Cat in the Hat" Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 1694 Accepted: 589 Description (An homage to Theodore Seuss Geisel) Th ...
分类:其他好文   时间:2019-02-20 09:47:18    阅读次数:166
Vue组件通讯
组件通讯的关系: 父子组件通讯,兄弟组件通讯,跨级组件通讯。 <!-- 当子组件像父组件传递数据时,就要用到自定义事件了。 Vue组件通讯模式 观察者模式 dispatchEvent和addEventListener 子组件用$emit() 来触发事件 this.$emit("addNum", th ...
分类:其他好文   时间:2019-02-17 10:55:16    阅读次数:162
5051条   上一页 1 ... 85 86 87 88 89 ... 506 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!