搜索:Button
找到约 185 项符合「Button」的查询结果
结果 185
按分类筛选
- 全部
- 技术资料 (34)
- Java编程 (12)
- 其他 (10)
- Linux/Unix编程 (8)
- Delphi控件源码 (8)
- Windows CE (8)
- 单片机开发 (7)
- uCOS (7)
- 嵌入式Linux (7)
- 书籍源码 (6)
- C/C++语言编程 (4)
- 游戏 (4)
- 嵌入式/单片机编程 (3)
- 微处理器开发 (3)
- FlashMX/Flex源码 (3)
- 论文 (2)
- Applet (2)
- 网络 (2)
- 其他数据库 (2)
- VHDL/FPGA/Verilog (2)
- Delphi/CppBuilder (2)
- 家庭/个人应用 (2)
- 中间件编程 (2)
- 软件设计/软件工程 (2)
- JavaScript (2)
- VC书籍 (2)
- SQL Server (2)
- VIP专区 (2)
- 源码 (1)
- 软件 (1)
- 书籍 (1)
- 其他 (1)
- 单片机编程 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 电子书籍 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 教育系统应用 (1)
- 串口编程 (1)
- 编译器/解释器 (1)
- SCSI/ASPI (1)
- 多国语言处理 (1)
- 汇编语言 (1)
- 通讯编程文档 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 数据结构 (1)
- matlab例程 (1)
- 其他行业 (1)
- Symbian (1)
- 其他嵌入式/单片机内容 (1)
- GPS编程 (1)
- MTK (1)
https://www.eeworm.com/dl/624/306697.html
串口编程
unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send ...
https://www.eeworm.com/dl/531/371824.html
操作系统开发
ZLGGUIUCOS部分功能以改变
ZLGGUIUCOS部分功能以改变,添加BUTTON控件,窗口关闭改为右上角显示
https://www.eeworm.com/dl/644/240026.html
汇编语言
This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and
This directory contains example ADSPBF535 code, written in assembly, that changes the frequency and voltage using the push button switches on the board.
https://www.eeworm.com/dl/663/283737.html
VHDL/FPGA/Verilog
s3c2410开发板的测试代码,包括lcd
s3c2410开发板的测试代码,包括lcd,led,button,中断测试等
https://www.eeworm.com/dl/619/232042.html
Linux/Unix编程
1)Firstly, open wvfb 2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the
1)Firstly, open wvfb
2)Sencondly, run fhas_win32.exe, and then see the effect on wvfb, click on the button by mouse.
https://www.eeworm.com/dl/633/176103.html
Java编程
tame,扩展了好多SWing组件:JTable
tame,扩展了好多SWing组件:JTable,有拆分单元个,列分组,调整行高,还有menu,combobox,button,border
https://www.eeworm.com/dl/666/192688.html
Delphi控件源码
公交路线number: varhar型; 公交车站stop:varhar型; 公交车站数ID:INT 型。 ListBox1: TListBox; ADOQuery1:TADOQuery; Com
公交路线number: varhar型; 公交车站stop:varhar型; 公交车站数ID:INT 型。
ListBox1: TListBox; ADOQuery1:TADOQuery; ComboBox1: TComboBox;Label1、Label2、Label3、Label4、Label5: TLabel; Button1、Button2、Button4:TButton Select: TButton ShowAll: TButton Edit1、Edit2、Edit3 ...
https://www.eeworm.com/dl/527/211268.html
通讯/手机编程
利用WM5 实现电话功能 在程序中进行电话拨号 “项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定” Imports Microsoft
利用WM5 实现电话功能
在程序中进行电话拨号
“项目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“确定”
Imports Microsoft.WindowsMobile.Telephony
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim TestPho ...
https://www.eeworm.com/dl/506425.html
仿真技术
ISIS Timer Design
A design about 8051 (running at 12MHz) based system with 3 7-Seg displays and two buttons to implement the following functions. 
1. When press the + button, the display C = A+B. 
2. When press the button, the display C = A - B. 
“A” and “B” are 8-bit inputs whe ...