上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页

2017年9月21日

CCN(content centric networking)介绍

摘要: ICN工作原理简单介绍:当我们想要获取某项信息时,我们所获得的信息并不一定是信息所在的服务器传输过来的,而是由最近节点中缓存传输过来的。CCN是研究最多的ICN的一种具体实现。在CCN中主要有两种数据包:内容请求包(interest packet)和内容数据包(dat... 阅读全文

posted @ 2017-09-21 16:44 sichenzhao 阅读(1190) 评论(0) 推荐(0) 编辑

ICN(Information centric networking)体系结构和技术实现

摘要: ICN的目的是把内容与终端位置剥离,通过发布/订阅范式(Publish/Subscribe Paradigm)来提供存储和多方通信等服务。什么是发布/订阅范式(Publish/Subscribe Paradigm)发布/订阅范式是消息队列范例的一种,是一个更大的消息中... 阅读全文

posted @ 2017-09-21 10:32 sichenzhao 阅读(1925) 评论(0) 推荐(0) 编辑

ICN(Information-Centric Networking)初步介绍

摘要: 当前的互联网体系结构是基于终端间包交换的点到点连接通信架构。随着实时视频、话音等通信业务量的日益激增,由于TCP/IP体系固有结构的束缚,互联网传输、处理这些实时多媒体数据的能力受到越来越大的挑战,体现在效率低下、用户体验差。总结如下,目前基于TCP/IP的互联网体系... 阅读全文

posted @ 2017-09-21 09:41 sichenzhao 阅读(1412) 评论(0) 推荐(0) 编辑

2017年9月20日

Leetcode c语言-Next Permutation

摘要: Title:Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arra... 阅读全文

posted @ 2017-09-20 19:24 sichenzhao 阅读(219) 评论(0) 推荐(0) 编辑

计算机与通信会议排名

摘要: 附件是计算机领域的学术会议等级排名情况,分为A+, A, B, C, L 共5个档次。其中A+属于顶级会议,基本是这个领域全世界大牛们参与和关注最多的会议。国内的研究者能在其中发表论文的话,是很值得骄傲的成就。A类也是非常好的会议了,尤其是一些热门的研究方向,A类的会... 阅读全文

posted @ 2017-09-20 10:47 sichenzhao 阅读(1384) 评论(0) 推荐(0) 编辑

2017年9月19日

Leetcode c语言-Divide Two Integers

摘要: Title:Divide two integers without using multiplication, division and mod operator.If it is overflow, return MAX_INT.这道题就是实现除法,而且不能用到乘法... 阅读全文

posted @ 2017-09-19 21:39 sichenzhao 阅读(202) 评论(0) 推荐(0) 编辑

windows+sublime text3+MINGW编译运行c

摘要: 在linux下,编译运行c或者c++或python等非常简单,因为包含了gcc,g++编译器和python解释器。在windows下,可以利用MINGW安装gcc和g++编译器。MINGW:是Minimalist GNUfor Windows的缩写。MINGW提供了一... 阅读全文

posted @ 2017-09-19 16:23 sichenzhao 阅读(381) 评论(0) 推荐(0) 编辑

Leetcode c语言-Implement strStr()

摘要: Title:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.这道题是... 阅读全文

posted @ 2017-09-19 16:03 sichenzhao 阅读(108) 评论(0) 推荐(0) 编辑

Leetcode c语言-Remove Element

摘要: Title:Given an array and a value, remove all instances of that value in place and return the new length.Do not allocate extra space fo... 阅读全文

posted @ 2017-09-19 13:37 sichenzhao 阅读(80) 评论(0) 推荐(0) 编辑

Leetcode c语言-Remove Duplicates from Sorted Array

摘要: Title:Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not al... 阅读全文

posted @ 2017-09-19 11:25 sichenzhao 阅读(205) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 35 下一页

导航