case语句中,对于state/next 矢量仅仅做了1-bit比较。 parameter 值不是表示FSM的状态编码,而是表示state/next变量的索引。 ...
分类:
系统相关 时间:
2016-05-08 14:58:23
阅读次数:
387
Three always block style with registered outputs(Good style) ...
分类:
系统相关 时间:
2016-05-07 14:59:00
阅读次数:
212
http://www.rdrop.com/users/paulmck/scalability/paper/whymb.2010.07.23a.pdf Shared-Memory Synchronization-Morgan & Claypool(2013) http://www.amazon.com ...
分类:
系统相关 时间:
2016-05-07 14:52:02
阅读次数:
179
导入Excel在本地环境没有问题,但部署到服务器上后出现异常。 经排查,是系统问题,因为本地是32位系统,而服务器上则是64位系统。 解决方法: 1、打开IIS管理器 2、右击应用程序所在的连接池 3、修改“启用32为应用程序”为true 感谢:http://www.cnblogs.com/dwfb ...
分类:
数据库 时间:
2016-05-06 12:03:34
阅读次数:
276
ZooKeeper是一个分布式开源框架,提供了协调分布式应用的基本服务,它向外部应用暴露一组通用服务——分布式同步(Distributed Synchronization)、命名服务(Naming Service)、集群维护(Group Maintenance)等,简化分布式应用协调及其管理的难度, ...
分类:
其他好文 时间:
2016-04-30 23:48:15
阅读次数:
239
Linux offers two kinds of semaphores:
? Kernel semaphores, which are used by kernel control paths
? System V IPC semaphores, which are used by User Mode processes
struct semaphore {
spinl...
分类:
其他好文 时间:
2016-04-29 18:43:56
阅读次数:
181
kernel preemption:
the main characteristic of a preemptive kernel is that a process running in the kernel mode can be replaced by another process while in the middle of a kern...
分类:
系统相关 时间:
2016-04-29 18:43:38
阅读次数:
275
kernel preemption:
the main characteristic of a preemptive kernel is that a process running in the kernel mode can be replaced by another process while in the middle of a kern...
分类:
系统相关 时间:
2016-04-26 21:00:46
阅读次数:
223
Linux offers two kinds of semaphores:
? Kernel semaphores, which are used by kernel control paths
? System V IPC semaphores, which are used by User Mode processes
struct semaphore {
spinl...
分类:
其他好文 时间:
2016-04-26 20:58:19
阅读次数:
299