功能: 用鼠标打开/关闭CD-ROM的工具。 动机: 由于写字台空间有限,我自己的PC被迫放到桌旁的地上,开、关CD-ROM很不方便,所以就编了这么一个东西。后来考虑到经常在关机时将光盘忘记在光驱里,因此又加了一个“退出Windows时自动弹出CD”功能。 说明: 源代码中不仅演示了对光驱的操作,还演示了动态菜单、tray app的实现。
上传时间: 2014-01-02
上传用户:jackgao
学brew的朋友注意啦,该资料包括以下N多内容: BREW 学习之路.doc BREW编程经验——Dialog机制的使用方式.doc BREW环境下菜单的制作.doc BREW优化代码以避免堆存储碎片.doc BREW中 - 显示和图像.doc CDMA 1X业务平台BREW.doc dynamic app(module) access oem layer的机制介绍.doc IAlert 接口使用说明.doc IAlert接口使用说明.pdf ITopBottomBar 接口使用.doc ITopBottomBar接口使用说明.pdf 堆栈用法.doc 构建可移植 BREW.doc 基于COM思想实现AEEINTERFACE.doc 浅析COM的思想及原理.doc 深入BREW抽象接口机制.doc 深入BREW消息处理机制.doc 事件处理.doc 新手入门系列-BREW常见错误整理.doc 阅读mediaplayer源代码.doc 在Brew实现Nokia风格的地址栏.doc 在BREW中处理SMS.doc 中止和恢复应用程序.doc
标签: brew
上传时间: 2017-02-08
上传用户:三人用菜
S3C44B0X/uClilux下的时钟驱动,driver目录下为驱动程序,实现了读取、设置功能,app目录为应用层测试程序
上传时间: 2013-11-30
上传用户:youke111
The power management problem for wireless sensor networks has been studied intensively. Various approaches for reducing the energy expenditure have been presented in literature
标签: intensively management networks wireless
上传时间: 2014-01-14
上传用户:924484786
The power management problem for wireless sensor networks has been studied intensively. Various approaches for reducing the energy expenditure have been presented in literature
标签: intensively management networks wireless
上传时间: 2017-03-02
上传用户:it男一枚
Example of using HTC sensor api to get Light sensor value and set backlight level in modern HTC phones. This app will replace original autobacklight level regulator and add more customizable options.
标签: sensor HTC backlight Example
上传时间: 2014-02-05
上传用户:zhaiye
A very good document about TCPIP protocol Possible Attacks.Very helpful for people write network applications
标签: document Possible protocol Attacks
上传时间: 2013-12-10
上传用户:洛木卓
Asp.net购物车示例源码[VS2005] 可以实现购物车基本功能:在线购物、在线结算、在线充值、在线支付(未完成) 有用户注册功能 默认用户密码51aspx 数据库文件在App_Data文件夹下附加即可,数据库名称不要更改 注意:web.config默认配置不要更改,sa帐号务必为空,如果需要更改请对.cs文件相应修改然后编译
上传时间: 2013-12-28
上传用户:gtzj
setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[args[n], XmNarrowLayout, XmARROWS_FLAT_END] n++ XtSetArg[args[n], XmNrepeatDelay, 0] n++ //XtSetArg[args[n], XmNarrowOrientation, XmHORIZONTAL] n++ spinbox = XmCreateSpinBox[toplevel, "SpinBox", args, n] XtManageChild[spinbox] XtAddCallback [spinbox, XmNvalueChangedCallback, [XtCallbackProc]ValueChanged, [XtPointer]NULL] XtAddCallback [spinbox, XmNmodifyVerifyCallback, [XtCallbackProc]ModifyVerify, [XtPointer]NULL]
标签: NULL XtSetLanguageProc setlocale toplevel
上传时间: 2017-03-25
上传用户:lmeeworm
text = XmCreateScrolledText[paned, "text", args, n] XtManageChild[text] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app]
标签: text XmCreateScrolledText XtManageChild XtRealiz
上传时间: 2014-01-14
上传用户:lanwei