码迷,mamicode.com
首页 >  
搜索关键字:communication    ( 811个结果
Vbs 测试程序一
转载请注明出处有点小恶意哦!慎重测试'This procedure is written in SeChaos, only for entertainment, not malicious communication, crack or rewrite.I am not liable, the fi...
分类:其他好文   时间:2014-07-16 19:35:02    阅读次数:173
NFC学习记录一
随着电子钱包等的类似需求的提出,最近几年NFC(near field communication 近场通信)正在开始慢慢普及。由于工作的需要,现在正在学习NFC相关的知识,先将NFC的一些基础罗列一下,做个记录。 1.NFC简介 NFC(近场通讯)能在短距离内与兼容的设备进行识别和数据交换,一般频率在13.56MHZ,它是RFID与互联互通技术整合而来,如果RFID是父的话,NFC则是子,其继...
分类:其他好文   时间:2014-07-11 08:00:15    阅读次数:307
python入门示例程序
该实例是raspi和dsp电机运动控制板的串口uart通信:import serialclass SerialHandler(): ''' raspi serial for communication ''' def __init__(self)://初始化一些默认参...
分类:编程语言   时间:2014-07-09 21:16:54    阅读次数:283
基于Xen实现一种domain0和domainU的应用层数据交互高效机制 - 3
继续 上一篇的研究,结合 xen4.2.3 的代码分析,发现 xen4.2.3 的应用层工具库 tools 包含一个工具叫 libvchan ,其头文件描述如下:* This is a library for inter-domain communication. A standard Xen .....
分类:其他好文   时间:2014-07-09 13:23:06    阅读次数:387
WebRTC
WebRTC,名称源自网页实时通信(Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的技术,是谷歌2010年以6820万美元收购Global IP Solutions公司而获得的一项技术。WebRTC实现了基于网页的视频会议,标准是WHA...
分类:Web程序   时间:2014-07-07 21:03:51    阅读次数:361
Linux高性能服务器编程——多进程编程
多进程编程 多进程编程包括如下内容: 复制进程影映像的fork系统调用和替换进程映像的exec系列系统调用。 僵尸进程以及如何避免僵尸进程 进程间通信(Inter-Process Communication,IPC)最简单的方式:管道 3种进程间通信方式:信号量,消息队列和共享内存 fork系统调用 #inclu...
分类:系统相关   时间:2014-07-06 08:09:00    阅读次数:329
WCF简介
WCF(Windows communication Foundation),顾名思义,就是在windows平台下解决通信的基础框架。WCF做为.NET Framework 3.0的一个组件发布出来的,也就是说.NET Framework对其提供原生的支持。windows平台下比较典型的分布式通信技术...
分类:其他好文   时间:2014-07-05 17:11:01    阅读次数:191
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-07-01 08:54:18    阅读次数:414
Intents and Intent Filters
An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundament...
分类:其他好文   时间:2014-06-30 19:28:20    阅读次数:225
Inter-process communication in Qt using QProcess
Recently, I needed to call a CUI program from within Qt GUI window and simulate the effect of an embedded command line window like the Autolisp consol...
分类:其他好文   时间:2014-06-30 12:45:02    阅读次数:1252
811条   上一页 1 ... 76 77 78 79 80 ... 82 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!