http://www.apuebook.com/errata2e.html Welcome to the web site dedicated to the support of the second edition of Advanced Programming in the UNIX® Envi...
分类:
其他好文 时间:
2015-02-07 18:50:47
阅读次数:
228
一、AMBA总线标准
1. AMBA 全称“Advanced Microprocessor Bus Architectur”,是ARM公司提出的一种开放性的SOC总线标准,现已经广泛应用于RISC的内核上上。
2. AMBA定义了一种多总线系统(multilevel
busing system),包括系统总线和等级稍低的外设总线。 AMBA支持32位、64位、128位的数据...
分类:
其他好文 时间:
2015-02-07 17:26:38
阅读次数:
112
Problem A The world medical association has announced that their new medication could stop Ebola and cure patients whose disease is not advanced. Buil...
分类:
其他好文 时间:
2015-02-06 14:32:33
阅读次数:
226
/*
题意:将两个字符串结合起来,他们的公共子串只输出一次
思路:根据LCS的原理,将每个字符都进行标记,看两个字符串中对应的字符究竟处于什么状态,
然后输出,其标记为公共子串的字符只输出一次即可
*/
# include
# include
# include
# include
using namespace std;
int dp[110][110],pre[110][110];
...
分类:
其他好文 时间:
2015-02-06 11:17:25
阅读次数:
123
PROBLEM A: Eradicating
Ebola
The world medical association has announced that their new medication could stop Ebola and cure patients whose disease is not advanced. Build a realistic, sensible, a...
分类:
其他好文 时间:
2015-02-06 09:30:36
阅读次数:
4914
利用一些时间做了几节关于Yii2的视频教程,有兴趣的可以看看。地址:http://www.yiifans.com/forum.php?mod=viewthread&tid=11498&extra=第一部分 Yii2基本认识第一节、基本概念(已完结)下载安装使用basic和advanced模板的目录结...
分类:
其他好文 时间:
2015-02-05 13:02:25
阅读次数:
135
原始链接:http://www.oracle-developer.net/display.php?id=411
oracle高级队列介绍
高级队列Advanced Queuing(AQ)在oracle多个版本都可得到。他是oracle原生消息软件并且在每一个版本都在加强。
这篇文章提供了一个AQ的高级概览。尤其是我们将看到如何启动一个队列并进行入列--出列操作,还有通过通知创...
分类:
数据库 时间:
2015-02-04 23:28:22
阅读次数:
240
1. 历史 RabbitMQ是一个由erlang开发的AMQP(Advanced Message Queue)的开源实现。AMQP的出现其实也是应了广大人民群众的需求,虽然在同步消息通讯的世界里有很多公开标准(如 COBAR的IIOP,或者是SOAP等),但是...
分类:
其他好文 时间:
2015-02-04 16:59:48
阅读次数:
243
服务器端WebService程序:C#代码usingSystem.Runtime.Serialization.Formatters.Binary;usingSystem.IO;usingSystem.IO.Compression;usingSystem.Data.SqlClient;………publi...
分类:
Web程序 时间:
2015-02-04 09:20:41
阅读次数:
138
10.4 下行L1/L2控制信令 上下行信道的数据传输,需要特定的“下行控制信令”提供支持。下行控制信令通常被称为“下行L1/L2控制信令”,这表示该控制信令部分来自物理层(L1),部分来自MAC层(L2)。下行控制信令具体内容包括: 1. 下行调度分配,该信息告诉终端如何正确的接收、解调以及解.....
分类:
数据库 时间:
2015-02-04 00:23:48
阅读次数:
255