搜索结果
找到约 204 项符合
Discrete-Event 的查询结果
Delphi控件源码 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, ...
软件设计/软件工程 本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性
本文通过简易的表单制作, 添加表单的方法程序, 在程序中巧妙设置线条控件的L i neS2lant 、Left 、Top 、Height 及Width 属性值,同时设置计时器的Interval 属性及Timer Event 方法程序改变线条的颜色,以达到动态显示效果
通讯编程文档 1. 汽车轮渡口
1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。 ...
Java编程 javax.swing | 最常用的pachage
javax.swing | 最常用的pachage,包含了各种swing组件的类
javax.swing.border | 包含与swing组件外框有关的类
javax..swing.colorchooser | 针对swing调色盘组件(JColorChooser)所设计的类
javax.swing.event | 处理由swing组件产生的事件,有别于AWT事件
javax.swing.filechooser | 包含针对swing文件选择对话框(JFileCho ...
Windows CE 在大多2440开发板BSP中的SMDK2440DRIVERSacklite目录下一般都有背光驱动。在注册表中添加如下函数的时候
在大多2440开发板BSP中的SMDK2440\DRIVERS\backlite目录下一般都有背光驱动。在注册表中添加如下函数的时候,开机时确实可以打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!,如果没有操作大概1分钟后也可以打印!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。但打印("!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!后,就算有触发事件 ...
uCOS ucosII源码分析
ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC/OS-II main函数的大致流程:
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
matlab例程 P3.18. An analog signal xa(t) = sin (100πt) is sampled using the following sampling intervals. In e
P3.18. An analog signal xa(t) = sin (100πt) is sampled using the following sampling intervals. In
each case plot the spectrum of the resulting discrete-time signal.
Ts= 0.1 ms, Ts= 1 ms, Ts = 0.01 Sec
Java编程 JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. J
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, and toolable. This
r ...
Internet/网络编程 SWFUpload是一个客户端文件上传工具
SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与JavaScript技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。
SWFUpload的主要特点
* 可以同时上传多个文件;
* 类似AJAX的无刷新上传;
* 可以显示上传进度;
* 良好的浏览器兼容性;
* 兼容 ...