ElaineLv

Personal Homepage is elainelv.github.io

Trellis

A Vehicle-based Edge Computing Platform for Transit and Human Mobility Analytics

本文介绍一种无线车载监控和跟踪系统,可以跟踪乘客的移动,检测行人流量,并评估外部因素如何影响人员的移动性,从而为运输运营商和潜在的城市规划者提供有用的分析。原文链接 @Author: Bozhao Qi, Lei Kang, Suman Banerjee @Public in: ACM/IEEE Symposium , 2017 :1-14 @Present by: Yina Lv, T......

Shortest Paths

Fast and Accurate Estimation of Shortest Paths in Large Graphs

2010年ACM国际会议文章。本文在前人提出的基于precomputed sketches的距离估计算法基础上,提出了一种快速、准确的最短路径逼近算法。实现误差小、查询时间短,并尽可能地多返回候选路径。原文链接 @Authors:Andrey Gubichev, Srikanta Bedathur, Stephan Seufert, Gerhard Weikum @Published i......

Pruned Labeling with Landmarks and Paths

Fast and Scalable Reachability Queries on Graphs by Pruned Labeling with Landmarks and Paths

2013年在ACM国际会议上发表的文章,关于图上快速可伸缩查询,也就是求最短路径,文中介绍了一种修剪地标标记和修剪路径标记的新索引算法原文链接 @Authors:Yosuke Yano, Takuya Akiba, Yoichi Iwata, Yuichi Yoshida @Published in: ACM International Conference on Conference o......

Cypher

An Evolving Query Language for Property Graph

介绍图数据库中属性图的查询语言——Cypher,这是一篇CCF A类文章,发表于数据库顶会SIGMOD,讲得很详细很不错!原文链接 @Authors:Nadime Francis,Alastair Green,Paolo Guagliardo @Published in: SIGMOD Conference 2018: 1433-1445 @Presented by: Yina Lv ,......

Zenith

Utility-aware resource allocation in edge computing

介绍一种在边缘计算中的共享资源分配模型。 原文链接 @Authors:Jinlai Xu,Balaji Palanisamy,Heiko Ludwig,Qingyang Wang @Published in: IEEE International Conference on Edge Computing @Presented by: Yina Lv , Time: Qct 10, 2018......

Linux入门详细笔记

Linux达人养成计划I

本系列博文是听了课程Linux达人养成计划I后的个人学习笔记整理,较为详细,供大家学习参考。 第1章 Linux简介 1.1Linux发展史 Unix——Minix——Linux 内核版本 Linux内核官网:www.kernel.org 内核版本说明:2.6.18(主版本.次版本.末版本) 目前最新的内核版本:3.16 发行版本 主要的发行版本:debian、Ubuntu(图形界面......