针对的事件不同:start,end, take 与 create,assignment, complete, delete. 通知的代理不同:DelegateExecution 与 DelegateTask ...
分类:
其他好文 时间:
2017-12-04 11:46:16
阅读次数:
2883
In this assignment, your task is to create a simple tree topology. You will assume each level i.e., core, aggregation, edge and host to be composed of ...
分类:
Web程序 时间:
2017-12-02 22:07:45
阅读次数:
270
Face Recognition for the Happy House Welcome to the first assignment of week 4! Here you will build a face recognition system. Many of the ideas prese ...
分类:
移动开发 时间:
2017-11-27 16:44:30
阅读次数:
216
Autonomous driving Car detection Welcome to your week 3 programming assignment. You will learn about object detection using the very powerful YOLO mod ...
分类:
其他好文 时间:
2017-11-25 21:37:23
阅读次数:
210
计算机系DSA第二次Programming Assignment中第三题涉及到这个算法 【问题描述】 一个有向图中,有一些节点上有5角钱硬币,求问从指定的a顶点走到指定的b顶点,最多总共可以拿到多少硬币 【问题分析】 1. 一个有向图可以分解为强连通分量(Strongly Connected Com ...
分类:
其他好文 时间:
2017-11-25 13:05:21
阅读次数:
163
1.拷贝一个列表必须使用切片操作符拷贝看下面的结果,与预想之差异 print ('Simple Assignment')shoplist = ['apple','mango','carrot','banana']mylist = shoplist del shoplist[0] print (' s ...
分类:
编程语言 时间:
2017-11-20 21:49:37
阅读次数:
224
题目链接:https://vjudge.net/problem/POJ-3189 Steady Cow Assignment Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 6979 Accepted: 2418 Descript ...
分类:
其他好文 时间:
2017-11-13 14:12:29
阅读次数:
184
HDU 5289 - Assignment http://acm.hdu.edu.cn/showproblem.php?pid=5289 Tom owns a company and he is the boss. There are n staffs which are numbered from ...
分类:
其他好文 时间:
2017-11-12 12:37:55
阅读次数:
132
Python Basics with numpy (optional)Welcome to your first (Optional) programming exercise of the deep learning specialization. In this assignment you w ...
分类:
编程语言 时间:
2017-11-10 00:15:48
阅读次数:
229
Please note that when you are working on the programming exercise you will find comments that say "# GRADED FUNCTION: functionName". Do not edit that ...
分类:
其他好文 时间:
2017-11-09 22:28:04
阅读次数:
107