CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - EVENT MANAGER
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Windows Develop
Internet-Network
OS program
Communication-Mobile
Game Program
Multimedia program
Embeded-SCM Develop
Graph program
Mathimatics-Numerical algorithms
Applications
Database system
Other
Search - EVENT MANAGER - List
[
Linux-Unix
]
JSEvent
DL : 0
JS Event for Linux Web Interface Manager.
Date
:
Size
: 4kb
User
:
gejuetiu
[
Linux-Unix
]
JSEventException
DL : 0
JS Event Exception for Linux Web Interface Manager.
Date
:
Size
: 3kb
User
:
yiunengti
[
Linux-Unix
]
JSEventSource
DL : 0
JS Event Source for Linux Web Interface Manager.
Date
:
Size
: 3kb
User
:
zueyocou
[
Linux-Unix
]
JSSVGZoomEvent
DL : 0
JS SVG Zoom Event for Linux Web Interface Manager.
Date
:
Size
: 2kb
User
:
mefuedei
[
Linux-Unix
]
JSCustomEvent
DL : 0
JS Custom Event for Linux Web Interface Manager.
Date
:
Size
: 2kb
User
:
sudaoheng
[
GUI Develop
]
GradeSystem
DL : 0
* 成绩的查询和排序功能实现 * 实验目的:掌握使用基本控件和合适布局管理器进行界面设计的方法,掌握简单的事件处理方法。 * 能根据要求设计出美观界面并实现所要求功能。 * 实验内容:实现成绩的查询和排序。具体要求如下:使用JTabbedPane,建立三个选项卡“成绩输入”、 * “成绩查询”、“成绩排序” * ① 成绩输入:从界面上输入学生的学号和成绩,点击“确认”按钮进行保存。 * ② 成绩查询:输入学生的学号,点击“查询”按钮,显示该生成绩。 * ③ 成绩排序:点击“排序”按钮,将按成绩从高低显示学生的学号和成绩。 * 请选择合适的布局管理。-* Results achieved query and sorting capabilities* Purpose: To master the basic controls and appropriate layout manager interface design approach, grasp simple event handling method.* Able to design a beautiful interface according to the requirements and to achieve the required functionality.* Experiment: achieve results query and sorting. Specific requirements are as follows: Using JTabbedPane, create three tabs " achievement enter" * " query results" , " achievement sort" * ① results: input student learning and achievement from the interface, click on the " OK" button to save .* ② results query: Enter the student' s school, click on the " Search" button to display the student achievement.* ③ results Sort: Click on the " Sort" button will display the results from the low number of students learning and achievement.* Please select the appropriate layout manager.
Date
:
Size
: 2kb
User
:
叶青青
[
OS program
]
CNTService-v1.79
DL : 0
CNTService v1.79 A class framework for developing NT services in MFC-CNTService v1.79 A class framework for developing NT services in MFC Classes includes: CNTServiceCommandLineInfo The CNTServiceCommandLineInfo class aids in parsing the command line at application start-up. It is based almost exactly upon the way that the CCommandLineInfo class in MFC works. CNTEventLogSource CNTEventLogSource provides a wrapper class for writing events to the NT event log. You could consider this as the server side to the Event log APIs. CNTService CNTService is the class which provides a C++ framework upon which you can develop your own MFC C++ based services. The class makes heavy use of virtual functions which your service class should override. CNTScmService CNTScmService is a class which encapsulates a service as returned from the Service Control Manager, in effect a SC_HANDLE. An instance of a CNTScmService is usually acquired by a call to CNTServiceControlManager::Open. Once retrieved the class allows you to control the service, change
Date
:
Size
: 105kb
User
:
吉祥
[
Other
]
EventsConsole
DL : 0
source code for event in onvif camera, based in onvif device manager
Date
:
Size
: 2.38mb
User
:
pipeward
[
Web Server
]
qy4u
DL : 0
使用的动网文章和动网下载管理,但已经改了很多,后台使用方便了一些,但也有一些bug,如果使用,请自行修改成你需要的样式吧,article目录下为文章管理、download目录下为下载管理、event目录下为网站大事记管理、vote目录下为投票程序-Mobility Mobility articles and use the Download Manager, but has changed a lot, easy to use some of the background, but there are also some bug, if you use your own style you need to modify it, under article directory for article management, download directory under a download manager, event directory website under Events management, directory vote under the voting procedures
Date
:
Size
: 280kb
User
:
mcujc334
[
Other
]
CSerialPort-problem-
DL : 0
CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函数无法将中止事件发送到线程,可能导致程序不能完全退出,主窗口关闭后仍可在进程管理器中看到进程。 3、先用SetEvent发送中止事件给线程,等待线程结束后再用closehandle关闭串口,程序如下:-CSerialPort class is a good serial interface communication, but it has no closing method of the serial port, if you don t understand the implementation principle of this class, to write a serial port closure method may lead to the following questions: 1, close a serial port with the closehandle method: as the call after class methods StartMonitoring generates a serial port communication thread, the thread to keep access to a serial port, this method can bring obvious errors. 2, use StopMonitoring method first stop serial port to monitor, then use closehandle close the serial port: because StopMonitoring just hang up the process, doing so will make the program at the end of the destructors cannot send to suspend the event to the thread, may cause the program can t quit, main window is turned off, can still be seen in the process in task manager. 3, with SetEvent first send the thread to suspend the event, after the waiting thread to use closehandle to close a serial port,
Date
:
Size
: 1kb
User
:
blacks
[
Special Effects
]
jiemina
DL : 0
Java图形界面编程,AWT、布局管理器、事件模型,JFC、Swing编程。应用JBuilder快速开发图形界面程序。-Java GUI programming, AWT, layout manager, event model, JFC, Swing programming. JBuilder rapid application development graphical interface program.
Date
:
Size
: 1kb
User
:
li hua
[
android
]
MyMirror
DL : 0
魔镜 预备知识导图 1.控件 1.1TextView文件框控件 1.2ImageView图像视图控件 1.3SeekBar拖动条控件 2.多媒体应用 2.1Camera摄像头应用 2.2SoundPool声音播放 3.布局管理器 3.1LinearLayout线性布局管理器 3.2RelativeLayout相对布局管理器 3.3布局管理器的嵌套 4.事件处理 4.1OnTouchListener触摸事件 4.2OnClickListener单击事件 5.资源访问 5.1Drawable图片资源 5.2Style样式资源 5.3Colors颜色资源 5.4Strings 字符串资源 5.5Dimens 尺寸资源 6.图形图像 6.1画笔和画布 6.2补间动画(The mirror is prepared for knowledge 1. controls 1.1TextView file box control 1.2ImageView image view control 1.3SeekBar drag bar control 2. multimedia applications 2.1Camera camera applications 2.2SoundPool sound playback 3. layout manager 3.1LinearLayout linear layout manager 3.2RelativeLayout relative layout manager 3.3 nesting of layout managers 4. event processing 4.1OnTouchListener touch event 4.2OnClickListener click event 5. resource access 5.1Drawable picture resources 5.2Style style resources 5.3Colors color resources 5.4Strings string resources 5.5Dimens size resources 6. graphic image 6.1 brushes and canvas 6.2 tween animations)
Date
:
Size
: 28.75mb
User
:
如风的男子
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.