码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
WCF
WCF(Windows Communication Foundation)是由微软开发的一系列支持数据通信的应用程序框架,可以翻译为Windows通信开发平台 WCF整合了原有的Windows通信的.net Remoting ,WebService,Socket机制,并融合有HTTP和FTP的相关技 ...
分类:其他好文   时间:2017-10-28 13:45:14    阅读次数:111
SR领域文献
DRCN http://www.drcn.org/ The International Workshop on Design of Reliable Communication Networks (DRCN) 2016年10月转: image super-resolution分类_DavFrank_ ...
分类:其他好文   时间:2017-10-21 19:12:20    阅读次数:273
多进程编程之进程间通信
进程间通信(Interprocess Communication, IPC),经典的IPC:管道、FIFO、消息队列、信号量以及共享存储和套接字。 一、管道 管道是UNIX系统IPC的最古老的形式,所有的UNIX系统都提供此种通信机制。 1·、两个局限性: (1)半双工,数据只能在一个方向流动,现在 ...
分类:系统相关   时间:2017-10-16 11:10:58    阅读次数:190
GPS Vehicle Tracker Communication Protocol
GPS Vehicle Tracker Communication Protocol GPS Vehicle Tracker Communication Protocol Table of Contents Preface. 5 Terminologies. 5 Protocol Overview. ...
分类:其他好文   时间:2017-10-03 11:27:31    阅读次数:206
android IPC 机制 (开发艺术探索)
一、IPC 机制介绍 IPC是Inter-Process Communication的缩写,含义就是进程间通信或者跨进程通信,是指两个进程之间进行数据交换的过程。那么什么是进程,什么是线程,进程和线程是两个截然不同的概念。在操作系统中,线程是CPU调度的最小单元,同时线程是一种有限的系统资源。而进程 ...
分类:移动开发   时间:2017-10-01 18:11:36    阅读次数:230
2017 ACM/ICPC Asia Regional Beijing Online
A Visiting Peking University 直接模拟 B Reverse Suffix Array unsolved C Matrix 预处理每列前缀和以及每个每个行区间的每列的最小值,枚举行的所有区间,求最长连续字段和。 D Agent Communication unsolved ...
分类:其他好文   时间:2017-09-27 18:52:08    阅读次数:186
information entropy as a measure of the uncertainty in a message while essentially inventing the field of information theory
https://en.wikipedia.org/wiki/Claude_Shannon In 1948, the promised memorandum appeared as "A Mathematical Theory of Communication," an article in two ...
分类:其他好文   时间:2017-09-26 21:05:03    阅读次数:191
2017 ACM-ICPC 亚洲区(南宁赛区)网络赛 GSM Base Station Identification (点在多边形内模板)
In the Personal Communication Service systems such as GSM (Global System for Mobile Communications), there are typically a number of base stations spr ...
分类:其他好文   时间:2017-09-24 18:17:04    阅读次数:354
初识WCF1:
参照: http://blog.csdn.net/songyefei/article/details/7363296 第一篇 Hello WCF WCF(Windows Communication Foundation)是微软公司推出的面向服务技术的集大成者,涵盖继承了其之前发布的所有的分布式应用程 ...
分类:其他好文   时间:2017-09-23 19:03:38    阅读次数:121
Too many open files 问题
在工作中遇到Too many open files 的异常,环境是linux系统,tomcat1.6,以下是异常的详细内容:2017-09-09 06:52:15,691 [Thread-1] com.communication.socket.Server$MainThread.run(Server ...
分类:其他好文   时间:2017-09-22 17:54:34    阅读次数:133
811条   上一页 1 ... 23 24 25 26 27 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!