搜索资源列表
seda
- The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performa
b048008
- 本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content
vtkFLTK-0.6.1
- vtkFLTK is a small C++ class library easing development of FLTK event-driven interfaces for use with VTK. vtkFLTK allows composition of complex graphical interfaces to complex visualization facilities by bridging disparities between FLTK and VTK even
java0
- RFID复杂事件处理系统的研究实验,性能上做优化用公共子表达式,限制条件变换等方面-RFID complex event processing system for experiments done to optimize performance using common subexpression, restrictions, etc. Transform
C_And_Directx
- 看起来我在做发明车轮的浪费时间的事--windows已经有一套非常复杂功能完善的GUI.不幸的是windows的GUI适用于办公软件,而这通常不适合游戏软件.游戏一般需要比windows更精确的控制(例如,使用自己的GUI实现用alpha混合创造的部分透明的窗口比较容易,而使用windows的GUI则几乎做不到). 这篇文章将讲述如何使用C++和DirectX来创建自己的GUI.文章分为几部分,每部分涉及一个特定的GUI编程主题.这并不需要按顺序阅读,所以你可以从你需要的部分开始.
evos_avr
- 经过产品验证的多事件操作系统,全部C函数组成,构思巧妙,占用内存少,适用于普通单片机,不仅简单系统,复杂系统也能应用,有很强的实用性-After a multi-event operating product certification systems, composed of all the C functions, ingenious, small footprint, suitable for ordinary microcomputer, not only simple systems,
l_key
- 键盘程序,本程序涉及到外中断,定时器中断,比较复杂,耐心学,帮助了解中断事件-Keyboard Program, this program involves the external interrupt, timer interrupt, more complex, patient study, to help understand the interrupt event
RFID-Complex-Event-Processing
- 复杂事件处理技术在RFID中间件中的研究-嵌入式公社-Complex Event Processing in RFID middleware technology research- Embedded Corporation
Thread
- symbian 多线程应用,适合在游戏或者各种复杂事件处理中使用-Symbian multi-threaded applications, suitable for all kinds of complex in the game or event handling in use
JavaEventANDdesign
- java简单入门 ,较复杂的图形用户界面设计 ,按钮、文本框、菜单等的设计和它们的事件关联、事件处理,<<代码皆是本人学习领悟原创的, 希望对你的学习有用-java simple entry, more complex graphical user interface design, buttons, text boxes, menus, etc. The design and their event correlation, event handling, < <
fixbugmenu
- Java编写实现Android滑动菜单,通过此源码了解Android子菜单点击事件,点击子菜单后的隐藏显示,菜单按钮的点击事件,设置当前要显示的子菜单等初步小技巧。对实现复杂的界面设计有参考价值,源代码包括了资源文件,都是挺完整的-Android sliding menu written in Java to achieve through this source to understand Android submenu click event, click on the hidden sub
fixbug
- Java编写实现Android滑动菜单,通过此源码了解Android子菜单点击事件,点击子菜单后的隐藏显示,菜单按钮的点击事件,设置当前要显示的子菜单等初步小技巧。对实现复杂的界面设计有参考价值,源代码包括了资源文件,都是挺完整的,欢迎下载。-Android sliding menu written in Java to achieve through this source to understand Android submenu click event, click on the hidd
EventBus-master
- EventBus is an Android optimized publish/subscribe event bus. A typical use case for Android apps is gluing Activities, Fragments, and background threads together. Conventional wiring of those elements often introduces complex and error-prone depende
NOSCAR
- NOSCAR complex processing event
TreeControl-and-Datatable-Easy-Toos
- 使用这个工具你只需要 2行代码(new工具类和添加到tree控件的Node节点) 就能解决 tree控件的复杂问题 方便得定义点击事件-Complex problems using this tool you need only two lines of code (new tools and add to the Node node tree control) can be solved easily tree controls have to define the click event
tessive-rviewer-b082919
- 这是一个易于使用的,在“图像”功能置换掉,但它把漂亮的在你的屏幕上!它建立了一个背景事件调用imresize匹配你的显示器的实际像素,不管如果你放大或缩小。它处理所有的记帐——是你的电话rviewer(您的图片)。但如果你想使用它在复杂的应用程序,它会很好的有太多的工作。-This is an easy-to-use, drop-in replacement for the image function, but it interpolates beautifully onto your s
nodebrain-0.9.04.tar
- NodeBrain是用于状态和事件监视应用的规则引擎。通过用户指定的事件关联规则,它与其他监控组件来共同完成简单的元素状态与复杂的关联事件的检测。-NodeBrain is a rule engine for construction of state and event monitoring applications. It interacts with other monitoring components to perform simple element state monitoring
CMF_ML_v1.0
- Complex event processing
ENHANCED-COMPLEX-EVENT-PROCESSING-FOR-SENSOR-NETW
- segmentation using matlab
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched