码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
Codeforces Round #405 (rated, Div. 2, based on VK Cup 2017 Round 1) C
Description In the army, it isn't easy to form a group of soldiers that will be effective on the battlefield. The communication is crucial and thus no ...
分类:其他好文   时间:2017-04-05 01:14:34    阅读次数:209
今日文献更新
a case study on the communication and computation behaviors of real applications in noc based mpsocs : noc based mpsocsA FPGA partial reconfiguration ...
分类:其他好文   时间:2017-04-03 13:55:09    阅读次数:177
单线程,同步异步,阻塞非阻塞的理解
一.概念理解 1.同步异步: 同步和异步关注的是消息通信机制 (synchronous communication/ asynchronous communication)所谓同步,就是在发出一个*调用*时,在没有得到结果之前,该*调用*就不返回。但是一旦调用返回,就得到返回值了。换句话说,就是由* ...
分类:编程语言   时间:2017-04-02 13:13:40    阅读次数:161
【计算机网络】概述
【什么是因特网?】 具体构成描述 1、与因特网相连的设备被称作主机或者端系统。(host or end system) 2、连接这些设备的是通信链路和分组交换机。(communication link and packet switch) 3、典型的communication link包括同轴电缆、 ...
分类:其他好文   时间:2017-03-31 00:58:49    阅读次数:196
Android开发——进程间通信之AIDL(二)
0.  前言不论是Android还是其他操作系统,都会有自己的IPC机制,所谓IPC(Inter-Process Communication)即进程间通信。首先线程和进程是很不同的概念,线程是CPU调...
分类:移动开发   时间:2017-03-26 22:16:09    阅读次数:256
Java面试18|关于进程与线程
1、IPC(Inter-Process Communication,进程间通信)与线程通信的几种方式 异步:如队列 同步:RPC调用,如web service Java线程间通信:FutureTask、Exchanger和共享全局变量的方式 ...
分类:编程语言   时间:2017-03-18 00:53:18    阅读次数:187
dell R710 开机提示iDRAC6 Communication Failure   IPMI
最近公司电路要做检修,需要把服务器停机,其中一台R710机器,开机报错intializingRemoteAccessController........iDRAC6CommunicationFailure,rebooting自动重启,重启后初始化,等待时间许久,失败提示按F1跳过,再启动ESXi5系统启动到检测IPMI时,卡住好好的机器出现这个,..
分类:其他好文   时间:2017-03-12 22:09:14    阅读次数:1809
mysql Lost connection to MySQL server at ‘reading initial communication packet
mysql爆出,本地连接正常,远程链接无法链接,爆出错误LostconnectiontoMySQLserverat‘readinginitialcommunicationpacket大量无法远程链接的问题1.iptables导致看看iptables-L2.mysqld下增加skip-name-resolve我加了发现不行看下面3.bind-adress我发现mysqld还有一句bind-add..
分类:数据库   时间:2017-03-10 19:19:45    阅读次数:198
摘录 :iOS下音视频通信的实现-基于WebRTC
原文出自:http://www.cocoachina.com/ios/20170306/18837.html ,为了方便记忆,转载,如原作者不同意转载,邮件通知,立即删除 前言: WebRTC,名称源自网页实时通信(Web Real-Time Communication)的缩写,简而言之它是一个支持 ...
分类:移动开发   时间:2017-03-09 13:06:31    阅读次数:436
Xiaoguang Tu's Home Page
Xiaoguang Tu (涂晓光): CV: Ph.D. Candidate of School of Communication and Information Engineering, University of Electronic Science and Technology of Chi ...
分类:其他好文   时间:2017-03-03 12:08:35    阅读次数:134
811条   上一页 1 ... 31 32 33 34 35 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!