码迷,mamicode.com
首页 >  
搜索关键字:signals and systems    ( 1391个结果
Parallelized coherent read and writeback transaction processing system for use in a packet switched cache coherent multiprocessor system
A multiprocessor computer system is provided having a multiplicity of sub-systems and a main memory coupled to a system controller. An interconnect mo...
分类:其他好文   时间:2014-09-22 02:05:02    阅读次数:349
【QT】信号和槽
信号和槽机制是QT对C++的拓展,只有QOBject的子类才具有这种功能。支持信号和槽的类必须从QObject派生,并且用Q_OBJECT宏开始定义类。信号和槽的意义在于:调用者和被调用者分离,实现高内聚,低耦合。信号的定义: 在类中,用signals标识符表示。 signal的声明和函数的声明.....
分类:其他好文   时间:2014-09-21 19:22:41    阅读次数:196
Qt跨线程发送信号与元数据
Qt的signals/slots是可以用在线程间的。由于事件循环(event loop)是在主线程完成的,所以在非主线程发送一个信号时,对应的槽函数将会由主线程执行。 熟悉多线程的读者应该都感受到这里会有一个微妙的问题。如果signals/slots的函数参数是一个自己定义的类型。比如自己定义了一个Student类,信号函数为sendStudent(const Student &stu)...
分类:编程语言   时间:2014-09-19 12:06:35    阅读次数:306
CircuitBreaker design pattern---reference
It's common for software systems to make remote calls to software running in different processes, probably on different machines across a network. One...
分类:其他好文   时间:2014-09-17 11:42:52    阅读次数:324
Global UNIX file system cylinder group cache
A globalcylindergroup(CG) cache is stored in file server memory and shared by a plurality of file systems supported by the file server. The global CG ...
分类:其他好文   时间:2014-09-17 01:00:11    阅读次数:278
Install MongoDB on Windows (Windows下安装MongoDB)
Install MongoDB on WindowsOverviewUse this tutorial to install MongoDB on a Windows systems.PLATFORM SUPPORTStarting in version 2.2, MongoDB does not ...
分类:数据库   时间:2014-09-16 13:58:20    阅读次数:429
Methods and systems for sharing common job information
Apparatus and methods are provided for utilizing a plurality of processing units. A method comprises selecting a pending job from a plurality of unass...
分类:其他好文   时间:2014-09-16 00:04:21    阅读次数:373
Extjs5项目进行中:打开新面板并加载数据(三)
废话不多说,上代码: Application结构: view代码: Ext.define('Lz.view.Systems.PageManagerView', { extend: 'Ext.grid.Panel', xtype: 'PageView', sto...
分类:Web程序   时间:2014-09-15 09:55:28    阅读次数:247
Linux c c++ 开发调试技巧
看到一篇介绍linux c/c++开发调试技巧的文章,感觉挺使用,哪来和大家分享。通向 UNIX天堂的 10个阶梯Author: Arpan Sen,高级技术人员, Systems Documentation, Inc. (SDI)讨论几种可以帮助C++开发人员节省时间的技巧和免费工具。C++开发人...
分类:编程语言   时间:2014-09-15 00:55:47    阅读次数:325
科研论文
[1] Jingjing Liu and Xiayang Shi, Existence of three solutions for a class of quasilinear elliptic systems involving the (p(x), q(x))-Laplacian, Nonli...
分类:其他好文   时间:2014-09-14 10:07:16    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!