码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
监控视频相关数据集
BOSS datasetWebsite:Datasets are availablehere.Dataset:The BOSS project aims at developing an innovative and bandwidth efficient communication system ...
分类:其他好文   时间:2015-01-05 21:54:18    阅读次数:8093
一、wcf概述
WCF (Windows Communication Foundation) 通信基础SOA ( Service-Oriented Architecture) 面向服务架构。 既是一种编程模式,又是一种软件开发的架构方法。目标: 实现不同组件夸平台配合使用(分布式应用)原则: 1、边界是显式定义的....
分类:其他好文   时间:2015-01-05 18:10:09    阅读次数:137
Android进程间通信:两个应用之间如何传值
两个应用之间如何传值,其实这个标题太水了,专业的说法是“两个进程间如何传值”,什么?!还不够专业,好吧,你淫了!“进程间通信”其实更专业,这回你总满意了吧!顺带说一下,简写成IPC:Inter-Process Communication。 兄弟们,如果你们从搜索引擎或者其他途径找到这篇文章的话,说明你的Android技术已经提升到一个很高的层次了哦,嘿嘿~为什么这么说呢?因为无论哪个平台,线...
分类:移动开发   时间:2015-01-04 15:20:58    阅读次数:298
POJ 1018(dp Or 枚举)
Communication System Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 23738   Accepted: 8437 Description We have received an order from Pizoor Communications ...
分类:其他好文   时间:2014-12-31 22:50:26    阅读次数:151
Windows上的多线程管道通信
一个管道实际上就是一块共享内存,它有两端,分别用于两个进程的读写。这里介绍下如何在Windows上实现线程之间的管道通信。 参考原文:Multithreaded Pipe Communication on Windows C#多线程管道通信 创建一个管...
分类:编程语言   时间:2014-12-30 12:06:20    阅读次数:174
WCF 简单示例
WCF(Windows Communication Foundation,WCF)是基于Windows平台下开发和部署服务的软件开发包(Software Development Kit,SDK)。WCF为服务提供了运行时环境(Runtime Environment),使得开发者能够将CLR类型公开为...
分类:其他好文   时间:2014-12-20 00:41:57    阅读次数:287
How to monitor Linux UDP buffer available space?
How to monitor Linux UDP buffer available space? You are trying to solve the wrong problem. UDP is?unreliable?communication, period. If packet loss is a problem for you, you should either impleme...
分类:系统相关   时间:2014-12-17 19:08:00    阅读次数:258
WCF学习笔记一(概述)
WCF Windows Communication Foundation 分布式通信框架。WCF是对现有分布式通信技术的整合。是各种分布式计算的集大成者。主要整合技术如下图: WCF的服务不能孤立的存在,需要寄宿于一个运行着的进程中,我们把承载WCF服务的进程称为宿主,为服务指定的宿主的...
分类:其他好文   时间:2014-12-14 00:34:25    阅读次数:264
开源网络通信库参考
Sockets tcp/ip communication libraryC++ Sockets LibraryThis is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor...
分类:其他好文   时间:2014-12-12 18:51:41    阅读次数:246
android NFC通信初探一
大家好,经历了3个月的沉寂,我又重新走上了编码的道路上了。这次稍微了解了下android NFC,在这里和大家分享下我所学到的东西。希望和大家一起交流,互相学习,MY QQ IS 1339266784. 一、NFC简介 NFC[1]是Near Field Communication缩写,...
分类:移动开发   时间:2014-12-12 18:23:00    阅读次数:225
811条   上一页 1 ... 66 67 68 69 70 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!