搜索资源列表
Windows1111111
- windows消息大全:消息,就是指Windows发出的一个通知,告诉应用程序某个事情发生了。例如,单击鼠标、改变窗口尺寸、按下键盘上的一个键都会使Windows发送一个消息给应用程序。消息本身是作为一个记录传递给应用程序的,这个记录中包含了消息的类型以及其他信息。例如,对于单击鼠标所产生的消息来说,这个记录中包含了单击鼠标时的坐标。这个记录类型叫做TMsg,(我转贴的)-windows news Solutions : news means that Windows issued a noti
ex4-6
- 这 个 范 例 说 明 如 何 使 用 按 钮 输 入 数 据 .-This example illustrates how to use the button to enter data.
ButtonTest
- 这个一个用java实现按钮事件监听器的例子-An example of a java button event listener
name
- 电子钟的设计电子钟需要一个时钟基准信号,产生基本的而且准确的计时单位,根据实验室的实际环境,我们可以设计一个变量来计算时钟基准信号的个数,来达到计时的目的。例如用计时器计1S,计数到60时可以产生1min的定时。然后计数器清零,分加1。循环反复计数。由此实现电子钟的设计。 对于能够调节分、秒值的电子钟,当触发某一按键时,通过执行相应的程序而去对分、秒值进行加减。 所以在这里把问题归结找到计时的基本单位,并编写对应按键的程序。 -The design of electronic clo
VC2005_ADO_Excel2007_demo
- VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog
lpc_blink_switch_cpp_20050429
- This a simple example to let a LED blink and test button-input (GPIO) on a Philips LPC2106 (ARM7TDMI-S-architecture). The demo-board LPC-P2106 from Olimex has been used. The project-setup is adapted for the arm-elf GNU-toolchain on MS-Windows "hosts"
LED-dot-matrix-display
- LED点阵显示用两个以上的LED显示点阵,显示一段广告词 通过输入按钮实现点阵效果的切换,例如,静态,滚动,平移等效果。 通过输入按钮实现暂停效果,暂停期间,显示点阵全灭。 使用定时器实现点阵的时间设值-LED dot matrix display with more than two LED display dot matrix display for some ad achieve dot effect through the input button to switch exa
Ext.net-1.0
- Ext.Net介绍: 是一组开源的Asp.net(WebForm,MVC)组件。基于Ext.Js库开发,含有100多个工具,如TextBox,Combox,Button,ToolBar,StateBar,Panel,TabPanel,ExplorerBar,MenuBar,PictureBox 等多种控件并支持Ajax无刷新效果。 下载地址: ***** 该内容需会员回复才可浏览 ***** 示例地址:[url=http://examples.ext.net/] **
468
- 本实例实现了获取磁盘剩余空间的功能。运行程序,在下拉列表框中选择盘符,单击“获取”按钮,将在窗体上显示该磁盘的剩余空间。-This example implements the functionality for disk space. Run the program, in the drop-down list box, select the drive letter, click the " Get" button on the form displays the rema
gui
- Generate Data to Plot This topic shows you how to generate the data to be plotted when the GUI user clicks a button. The opening function generates this data by calling MATLAB functions. The opening function, which initializes a GUI when it open
opc-client-guide-VB
- OPC客户端程序设计 使用本书的示范源程序之前,你必须复制和注册必需的OPC服务器,代理-占位DLL,和ActiveX控件: 1. 把配置的光盘插入光盘驱动器, 然后用浏览器打开光盘。 2. 拖动含有示范源程序的文件夹"\Samples", 并将它放在要存放示范源程序的硬盘文件夹中(比如:C:\)。 3. 单击[开始]按钮,然后选择[运行]菜单。单击[浏览]按钮并选择OPC注册批处理文件 "\Samples\Bin\RegOPC.BAT"。 4. 单击[OK]按钮就可
H-ui.1.5.6
- html5的一个小玩意,内容都是网页中所需要的按钮样式,表格等之类的例子。-An example of a gadget html5, content pages are required button styles, tables and the like.
RIGHTBUTTONMENU
- 简单的列表示例,对初学者帮助很大,在此基础上添加右键菜单,实现基本功能!-a simple example of listctrl and right button menu!
Water-lamp-design
- 1、设计能带8个LED发光管发光,并按照要求轮流发光,产生流水灯的流动效果。 2、应具有两种以上不同风格的流动闪亮效果。比如依次点亮或者依次熄灭。(选作) 3、有起动、停止控制键。(选作) 4、有流动闪亮效果选择设置键。(选作) 5、对所编写的电路进行编译及正确的仿真。-1, designed to bring eight LED light tube light, and in accordance with the requirements of the light-emit
Independent-key
- 一个51初学者简单的学习例子,容易上手,学习理解51单片机,独立按键的例子。-A simple learning example of 51 beginners, easy to get started, learn to understand the 51 single-chip, an example of a separate button.
PhotoAibum
- 例子是一个相册图片多选的例子源码,可以自动扫描SD卡上的图片文件,并取每个文件夹下的第一张图片作为相册的封面,点击以后可以进入图片多选界面,直接点击图片缩略图就可以选中图片,再次点击去除选中状态。选中的图片也会以小缩略图的形式在下面显示,如果小缩略图超过3张显示不开右划可以看到其他小缩略图。并且还会在Button按钮上显示选中的图片数量,点击确定可以批量获取选中的图片路径,本例子可以应用的地方很多,缩略图的生成也是很快。需要的朋友可以研究一下。编译版本4.2.2编码UTF-8,源码有注释(Exa