-
1、实验目的
掌握编写一般GUI程序的基本步骤,简单组件的事件响应机制及程序调试的基本要领。
2、实验内容及要求
1)使用按钮、标签、文本组件、选择...
1、实验目的
掌握编写一般GUI程序的基本步骤,简单组件的事件响应机制及程序调试的基本要领。
2、实验内容及要求
1)使用按钮、标签、文本组件、选择组件构造GUI。
2)对组件产生的事件给出响应。
3)体现图形用户界面各种布局策略的设计与使用。
-1, the experiment was prepared by the general GUI program to master the basic steps, simple components and procedures for incident response mechanism debugging the basic essentials. 2, the experimental contents and requirements of 1) the use of buttons, labels, text components, select components constructed GUI. 2) components are given in response to the incident. 3) reflect the variety of the layout of graphical user interface design and the use of strategy.
- 2022-12-06 19:55:03下载
- 积分:1
-
i2c bus interfacing with memory based on stellaris lm3s
此源代码包含与EEPROM与stellaris lm3s9b92接口相关的代码。
- 2023-02-03 21:40:04下载
- 积分:1
-
用c编写的minigui界面程序实例,帮助初学者了解minigui各种控件的使用...
用c编写的minigui界面程序实例,帮助初学者了解minigui各种控件的使用-C prepared with minigui interface instance, minigui help beginners understand the use of various controls
- 2022-02-13 17:17:48下载
- 积分:1
-
ADUC _7061 code
这个程序由aduc7061库文件的源代码组成,用于在keil中编译编译器。这个AD是一种24位的sigma-delta模数转换器,由于其精度高,可用于称重设备、医疗器械等。
- 2022-01-23 10:31:18下载
- 积分:1
-
lwIPtcp/ip栈。做嵌入式的同志们肯定有很多都在找这个吧,我提供的这个包里不仅包含源代码,还有详细的参考手册(PDF)。希望大家喜欢...
lwIPtcp/ip栈。做嵌入式的同志们肯定有很多都在找这个吧,我提供的这个包里不仅包含源代码,还有详细的参考手册(PDF)。希望大家喜欢-lwIPtcp/ip stack. So embedded comrades am sure many are looking for the bar, I offer this bundle includes not only the source code, there is a detailed reference manual (PDF). Hope you like
- 2022-03-20 18:31:28下载
- 积分:1
-
基于44b0的文件系统,基本的读、分区写操作
基于44b0的文件系统,基本的读、分区写操作-44b0-based file system, basic reading, writing zoning
- 2022-01-24 18:50:46下载
- 积分:1
-
例如USB
Example USB-GPIF Project uVision3 CY7C68013 (Sypress) with shematic and driver WInXP
- 2022-01-26 07:03:53下载
- 积分:1
-
基于C8051F020单片机的触摸屏程序设计,触摸屏为型号为LCM1520D
基于C8051F020单片机的触摸屏程序设计,触摸屏为型号为LCM1520D-C8051F020 MCU-based touch-screen programming, touch screen for the model LCM1520D
- 2023-06-19 14:10:03下载
- 积分:1
-
PROTEL format of EP2C8Q208 schematic and PCB, absolutely right
EP2C8Q208的PROTEL格式的原理图和PCB,绝对正确-PROTEL format of EP2C8Q208 schematic and PCB, absolutely right
- 2022-01-31 18:09:30下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1