发现书上的单词错误了~原来是VOICE_CALL写成VOIDE_CALL了~~害我调试半天,最后在api中才发现..
分类:
移动开发 时间:
2014-07-22 22:57:54
阅读次数:
219
代码已经验证过,没问题 ! 代码层次结构: |-----serial_communication_class--- | ? ? ? ? ? ? ? ? ? ? |-------src--------- | ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?|------com-----...
分类:
移动开发 时间:
2014-07-21 10:32:45
阅读次数:
475
什么是NFC NFC(Near Field Communication,近场通信),是一种数据传输技术。但与Wi-Fi、蓝牙、红外线等数据传输技术的一个主要差异就是有效距离一般不能超过4厘米。NFC的3种工作模式读卡器模式(Reader/writer mode) 读卡器模式本质上就是通过NFC设.....
分类:
其他好文 时间:
2014-07-21 09:06:06
阅读次数:
231
亲爱的小伙伴们大家好,很多Lyncserver的学习者在学习企业语音这块时,都是想在测试环境下实现下。但是用户什么来模拟PBX和PSTN呢?大家通常可能会想到Freepbx。FREEPBX是一个基于Linux最强大的GUI(基于网页的)配置Asterisk的工具。它提供标准传统电话系统能做的任何事,加入..
分类:
其他好文 时间:
2014-07-20 03:14:37
阅读次数:
580
ZigBee is a specification for a suite of high level communication protocols used to create personal area networks built from small, low-power digital ...
分类:
其他好文 时间:
2014-07-19 20:37:21
阅读次数:
212
Communication System
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 22862
Accepted: 8126
Description
We have received an order from Pizoor Communications ...
分类:
其他好文 时间:
2014-07-19 12:00:05
阅读次数:
274
Using cron seems
to add another entry point into your application, while Quartz would
integrate into it. So you would be forced to deal with some inter-process communication if you wanted to pass...
分类:
其他好文 时间:
2014-07-19 11:11:44
阅读次数:
373
1.什么是aidl:aidl是 Android Interface definition language的缩写,一看就明白,它是一种android内部进程通信接口的描述语言,通过它我们可以定义进程间的通信接口
icp:interprocess communication :内部进程通信
2.既然aidl可以定义并实现进程通信,那么我们怎么使用它呢?文档/android-sdk/docs...
分类:
移动开发 时间:
2014-07-17 19:16:35
阅读次数:
272
本题一看似乎是递归回溯剪枝的方法,我一提交,结果超时。
然后又好像是使用DP,还可能我剪枝不够。
想了很久,无奈忍不住偷看了下提示,发现方法真多,有贪心,DP,有高级剪枝的,还有三分法的,八仙过海各显神通啊。
坏习惯了,没思考够深入就偷看提示了。
幸好及时回头,还不需要看别人的代码了。自己做出来之后,有空看看多种解法的代码也好。
然后我想出自己的思路了,使用贪心,剪枝,DP综合优化下,呵...
分类:
其他好文 时间:
2014-07-15 12:26:44
阅读次数:
215
WCF(Windows Communication Foundation)是作为.Net framework 3.0发布的,所以只有2008及其以上的版本才可以创建wcf应用程序WCF是对现有分布式通信技术的整合,其中包括Com/DCom、.Net Remoting、Web服务及其WSE(web服务...
分类:
其他好文 时间:
2014-07-13 22:05:06
阅读次数:
376