Welcome![Sign In][Sign Up]
Location:
Search - event

Search list

[Embeded-SCM Developdjyos_siV0.3.0_for_s3c44b0

Description: 新一代基于事件的嵌入式操作系统dyos在三星的s3c44b0的arm芯片上的完整移植代码,内有文档说明可以参考。-A new generation of event-based embedded operating system dyos at S3C44B0 Samsung chips on the arm of the integrity of the transplant code, which can refer to have documentation.
Platform: | Size: 3013632 | Author: 徐洪光 | Hits:

[Mathimatics-Numerical algorithmsGeneratingtheRealRandomNumber

Description: 在分析了计算机中的各种随机事件后,提出了利用计算机中固有的一些随机事件来产生随机数的方法,并对该方法的可行性作了一 定的理论探讨。给出了利用该方法编写的部分程序,并对程序产生的随机数的随机性作了分析。-This paper provides a method to generate the real random number through the random event in the computer after analyzing the random event in the computer,and some discussion to the method is given .A part of the program to generate the random number by this way is given,and analyzes the randomness of the random number that is generated by the program
Platform: | Size: 146432 | Author: 范恩妍 | Hits:

[JSP/Javanarrativejs-beta1

Description: javascript扩展库,充许阻塞异步回调事件。-Narrative JavaScript is a small extension to the JavaScript language that enables blocking capabilities for asynchronous event callbacks. This makes asynchronous code refreshingly readable and comprehensible.
Platform: | Size: 825344 | Author: forumstan | Hits:

[JSP/JavaTestArea

Description: 使用java语言的文件窗口文本事件驱动的实现-Using java language text document window event-driven implementation
Platform: | Size: 1024 | Author: fengfuquan | Hits:

[OtherJQueryAndJqueryUIReference1.2

Description: 库的各种选择器的用法,事件,及一些UI插件的用法-Jquery library,use of the jquery UI and base Selected and event etc..
Platform: | Size: 631808 | Author: 小光 | Hits:

[Othermytoolpad

Description: 利用vc++实现的小工具箱软件。包括桌面管理、自启动、加速上网、查阅日历、资料管理、事件提醒、文件处理等多个强大的功能。-Using vc++ implementation of a small toolbox software. Including desktop management, self-starting, speed up Internet access, access calendar, data management, event reminders, document processing and other powerful functions.
Platform: | Size: 318464 | Author: zsj | Hits:

[Internet-Networkgupnp-0.12.6.tar

Description: gupnp是個upnp規格的實現, 它包括了resource announcement and discovery, description, control, event notification 以及 presentation-GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer) this is left for higher level libraries utilizing the GUPnP framework.
Platform: | Size: 560128 | Author: yfwong | Hits:

[Other GamesSnake

Description: 项目描述:贪吃蛇游戏,实现了蛇,食物,界面等对象。实现了蛇的移动,食物的随机出现以及蛇吃食物变长和蛇移动,食物的随机出现以及蛇吃食物变长和蛇移动到界面外死亡的功能,本项目主要是练习 面向对象的思想,SWING,多线程,事件监听,容器,泛型以及接口的使用等 -Project Description: Snake game, achieve a snake, food, and other interface objects. Implementation of the snake movement appeared random, as well as food to eat snakes and snake food longer mobile, there were food and food to eat snakes and snake longer moved to the death of interface functions, the project is the idea of object-oriented practice , SWING, multi-threaded, event monitor, containers and generic, as well as the use of interface
Platform: | Size: 27648 | Author: dreamweb | Hits:

[JSP/JavaJavaScript

Description: JavaScript是一种基于对象(Object)和事件驱动(Event Driven)并具有安全性能的脚本语言。使用它的目的是与HTML超文本标记语言、Java 脚本语言(Java小程序)一起实现在一个Web页面中链接多个对象,与Web客户交互作用。从而可以开发客户端的应用程序等。-JavaScript is an object-based (Object) and event-driven (Event Driven) and have the security of a scripting language. It is designed to use with HTML HTML, Java scripting language (Java applet) with implementation in a Web page link to a number of targets, interaction with the Web client. So that we can develop client applications.
Platform: | Size: 35840 | Author: 赵义 | Hits:

[Program doclundu

Description: 1. 汽车轮渡口,过江渡船每次能载10辆车过江,过江车辆分为客车类和货车类,上渡船有如下规定:同类车先到先上船,客车先于货车上渡船,且每上4辆客车,才允许上一辆货车。若等待客车不足4辆,则从货车代替,若无货车等待允许客车上船。试写一个算法模拟渡口管理。 算法设计: 1客车和货车均建立一个链式队列,初始均为空。以后来一辆车不是货车就是客车,因此可以说整个程序的事件驱动event就是这两个,客车表示1,货车表示0. 2轮船还没有到达时客车和货车均按次序排在各自队列中。 3轮船到达时,根据两个队列的情况,分别处理。处理如下: a 客车数不满4辆,则将排在前面的货车上船,但总数不能超过10,若没有货车等待,客车直接上船。 b 客车数满4,但不满8辆,客车先上,排在前面的只有一辆货车可以上船,若没有货车等待则货车不上。 c 客车满8辆但不满10,客车上船,排在前面的货车最多可以上2辆,但总数不能超过10。 d 客车满10,则全上客车,但总数不能超过10。-ship
Platform: | Size: 1024 | Author: chenhui | Hits:

[JSP/JavaJAVA_Swing

Description: javax.swing | 最常用的pachage,包含了各种swing组件的类 javax.swing.border | 包含与swing组件外框有关的类 javax..swing.colorchooser | 针对swing调色盘组件(JColorChooser)所设计的类 javax.swing.event | 处理由swing组件产生的事件,有别于AWT事件 javax.swing.filechooser | 包含针对swing文件选择对话框(JFileChooser)所设计的类 -javax.swing | The most commonly used pachage, contains a variety of swing types of components javax.swing.border | contains the swing-type frame components javax .. swing.colorchooser | color palette for the swing components (JColorChooser ) category designed javax.swing.event | deal with swing components generated by the case is different from the AWT Event javax.swing.filechooser | contains documents for the swing dialog box select (JFileChooser) designed by category
Platform: | Size: 146432 | Author: 穆鹏 | Hits:

[JSP/Javatesteres

Description: J2EE Tester 测试器是一款用于测试发布于服务器端(如Weblogic, Websphere)的 EJB组件、Servlet以及 Beans的黑盒/白盒智能化测试工具。它的功能主要有以下三点: 1. 自动生成被测试类的覆盖度测试报告,生成相应的dmp文件。 2. 自动生成被测试类的出错报告,记录抛错的行数,出错类型,方法名称,时间以及该行的代码。 3. 按照需要在发生错误的行产生断点,让测试者查看此时各个变量的状态。 -J2EE Tester Tester is a test release for the server-side (such as Weblogic, Websphere) of EJB components, Servlet and Beans the black box/white box of intelligent test tools. Its main function has the following three points: 1. Automatically generated by test category test coverage reports, generate dmp file. 2. Automatically generated by the wrong type of test reports, record the number of rows behind mistake, error type, method name, time and the lines of code. 3. In accordance with the required line in the event of an error arising from a breakpoint, so that those who view the test at this time of the status variables.
Platform: | Size: 2173952 | Author: 不归途 | Hits:

[JSPshubiao

Description: 用Java实现的多个鼠标事件 鼠标点击事件,多用在某个对象控制的范围内的鼠标点击 鼠标双击等事件 -Java implementation using the case number of the mouse click event, an object used in many controlled by the mouse within the scope of incidents such as the clicking of the mouse double-click
Platform: | Size: 3072 | Author: 袁睿智 | Hits:

[JSP/Javajavascriptcoretechnology

Description: javascript 核心技术 eval()函数的使用 DOM2 事件模型 非标准事件绑定 图片跟随鼠标 传统文档对象测试-javascript core technology eval () function to use non-standard DOM2 Event Model Event Photos bind traditional Document Object follow the mouse test
Platform: | Size: 649216 | Author: 叶佐义 | Hits:

[Data structsyuyundonghui

Description: 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 -The school serial number participating in Games is. Competition divides into men s event and women s event , the project serial number parts for the sum. The difference is bigger since every project participates in a number , some projects choose the first five , score order is 7 , 5 , 3 , 2 , 1 Still have some of projects taking the first three places , score only being 5 , 3 , 2 in proper order. Write a form for report counting procedure producing the various school report card and score. 2, demands the school report card producing every school , content includes every achievement project number , position in a name list (achievement) , full name and score per got by school Produce the group total points form for report , content including the school number , male person group total points , woman group total points and group total points. 3, testing data: Be that the odd number project chooses the first five to the serial number, the serial number is that the even number project c
Platform: | Size: 138240 | Author: 张蔷 | Hits:

[Delphi VCLmxOutlookBarpro

Description: 改进的mxOutlookBarpro控件 改进要点: 1.增加按钮双击事件 2.增加按钮图标跳动功能。 编译环境DELPHI5 图标跳动功能做的很弱,没时间修改,希望有兴趣的朋友改进改进。-MxOutlookBarpro improved control points to improve: 1. Increase the Event button double-click 2. Beat icon button function increase. Icon beating environment DELPHI5 compiler features so weak, no time to revise the hope that friends are interested in improving the improvement.
Platform: | Size: 305152 | Author: HAWK | Hits:

[Windows Developaddtoaddress

Description: User instructions and event information are displayed during execution. Phones must be on hook before starting the sample.
Platform: | Size: 11264 | Author: zzz | Hits:

[Windows CEbacklite

Description: 在大多2440开发板BSP中的SMDK2440\DRIVERS\backlite目录下一般都有背光驱动。在注册表中添加如下函数的时候,开机时确实可以打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!,如果没有操作大概1分钟后也可以打印!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。但打印("!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!后,就算有触发事件(在触摸屏上点击,或者移动鼠标)也不会打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!。 其实这个驱动大体是正确的,只是当键盘鼠标或触摸屏输入时候gwes 发送“PowerManager/ActivityTimer/UserActivity” event,而不是原驱动中的“("UserInputEvent") ”修改后的源程序如下(SMDK2440\DRIVERS\backlite目录下bak_hw.cpp文件)。-2440 development board in the majority of BSP in SMDK2440 \ DRIVERS \ backlite directory generally backlight driver. Add the following in the registry function, the boot print when really " !!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!, If there is no operation after about 1 minute can also print it !!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。 Print (" !!!!!!!!!!!! BACKLIGHT OFF!! !!!!!!!!!! after, even if there are triggering events (click on the touch screen, or move the mouse) will not print " !!!!!!!!!!!! BACKLIGHT ON !!!!! In fact, this drive !!!!!!!。 general is correct, only when the keyboard and mouse or touch screen input when gwes Send " PowerManager/ActivityTimer/UserActivity" event, rather than the original drive in the " (" UserInputEvent " ) " modified After the source is as follows (SMDK2440 \ DRIVERS \ backlite directory bak_hw.cpp files).
Platform: | Size: 37888 | Author: 吴成勇 | Hits:

[Dialog_Windowprint_dialog

Description: 一小段代码,直接连接打印机打印 这是一个按纽事件你加上去试试 !实现窗体打印功能! -A small section of code, directly connect the printer to print this is a button to add your event to try! The realization of form printing function!
Platform: | Size: 1024 | Author: 李明 | Hits:

[uCOSuCOS

Description: ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC/OS-II main函数的大致流程:
Platform: | Size: 8192 | Author: 李丽丽 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net