码迷,mamicode.com
首页 > 其他好文
Ashlar-Vellum.Graphite.v10.2.3.SP1+CEI.Ensight.10.1.6c.GOLD 科学工程虚拟系统
Ashlar-Vellum.Graphite.v10.2.3.SP1Ashlar-Vellum 工业产品製图软体 Cobalt, Xenon, Argon, Graphite, Neon 是美国 Ashlar公司 所研发,使用於工业产品的2D-3D设计绘图,是电子产业与机械产业拓展美国与全球外销市场
分类:其他好文   时间:2016-03-14 08:20:01    阅读次数:370
Spark源码分析之二:Job的调度模型与运行反馈
 在《Spark源码分析之Job提交运行总流程概述》一文中,我们提到了,Job提交与运行的第一阶段Stage划分与提交,可以分为三个阶段:         1、Job的调度模型与运行反馈;         2、Stage划分;         3、Stage提交:对应TaskSet的生成。    
分类:其他好文   时间:2016-03-14 08:16:44    阅读次数:274
[Architecture Design] 三层式体系结构设计
[Architecture Design] 三层式体系结构设计
分类:其他好文   时间:2016-03-14 08:16:48    阅读次数:131
5.约瑟夫问题(循环链表)
约瑟夫问题,有n个人,编号为1,2,...,n,围成一个圆圈,按照顺时针方向从编号为k的人从1开始报数,报数为m的人出列,如此重复下去,直到所有的人都出列。编写一个算法,要求输入n,k,m,按照出列的顺序输出编号。 主要借助了两个游标进行移动,p有两个意义,第一,报数结束,p指向被删除的结点,第二,
分类:其他好文   时间:2016-03-14 08:18:24    阅读次数:207
Spark源码分析之七:Task运行(一)
在Task调度相关的两篇文章《Spark源码分析之五:Task调度(一)》与《Spark源码分析之六:Task调度(二)》中,我们大致了解了Task调度相关的主要逻辑,并且在Task调度逻辑的最后,CoarseGrainedSchedulerBackend的内部类DriverEndpoint中的ma
分类:其他好文   时间:2016-03-14 08:17:34    阅读次数:262
Spark源码分析之五:Task调度(一)
在前四篇博文中,我们分析了Job提交运行总流程的第一阶段Stage划分与提交,它又被细化为三个分阶段:         1、Job的调度模型与运行反馈;         2、Stage划分;         3、Stage提交:对应TaskSet的生成。         Stage划分与提交阶段主要
分类:其他好文   时间:2016-03-14 08:17:53    阅读次数:1416
[2016-3-14]OMG美语每日笔记-How do you plan a wanderful date?
坚持~坚持~坚持~!  
分类:其他好文   时间:2016-03-14 08:15:01    阅读次数:179
关于软件工程(待续,更新中···)
//对第一课作业的补充 背景:最初并不知道Teacher Young会开这门课,在他结束第一次上课后,我才从其他同学那里间接了解到这件事。于是,便欣然决定下次去蹭他的课。作为一名大三本科生,去上研究生的课或许是一件挺奇怪的事儿。然而,此前Teacher Young多少有些接触,上过他的课,跟着他或直
分类:其他好文   时间:2016-03-14 08:17:22    阅读次数:201
*循环单链表
创建不带头结点,只有head指针(n个结点):  
分类:其他好文   时间:2016-03-14 07:08:36    阅读次数:171
286. Walls and Gates
You are given a m x n 2D grid initialized with these three possible values. Fill each empty room with the distance to its nearest gate. If it is impos
分类:其他好文   时间:2016-03-14 07:07:26    阅读次数:130
106. Construct Binary Tree from Inorder and Postorder Traversal
Note:You may assume that duplicates do not exist in the tree.   Subscribe to see which companies asked this question  
分类:其他好文   时间:2016-03-14 07:09:20    阅读次数:172
105. Construct Binary Tree from Preorder and Inorder Traversal
Note:You may assume that duplicates do not exist in the tree.   Subscribe to see which companies asked this question      
分类:其他好文   时间:2016-03-14 07:05:24    阅读次数:159
296. Best Meeting Point
A group of two or more people wants to meet and minimize the total travel distance. You are given a 2D grid of values 0 or 1, where each 1 marks the h
分类:其他好文   时间:2016-03-14 07:07:25    阅读次数:178
What is the bottleneck and weakness of AlphaGo?
Is self-play a bottleneck in theory for AlphaGo to improve? My perspective is not! The real problem with AlphaGo (and any other AI and human) is the s
分类:其他好文   时间:2016-03-14 07:07:35    阅读次数:172
利用克拉莫法则求解n元线性方程组
接上一篇随笔,利用克拉莫法则求解n元线性方程组。 代码:  
分类:其他好文   时间:2016-03-14 07:04:08    阅读次数:157
Qt high DPI
http://doc.qt.io/qt-5/highdpi.html It is recommended to use the Fusion style. In order to get an application designed for low DPI values running on a
分类:其他好文   时间:2016-03-14 07:05:28    阅读次数:245
【CImg】基本像素操作
继openCV之后接触的又一个C++视觉库——短小精干的CImg 刚开始接触的时候真的是..几乎无从下手,网上资料比较少,但发现有一篇非常有用的中文手册:http://wenku.baidu.com/link?url=GKEgUZUzabHADgCQG3Dg5NGzaMevXu38vvHF71UB3
分类:其他好文   时间:2016-03-14 07:03:40    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!