搜索结果
找到约 293 项符合
red-Button 的查询结果
Linux/Unix编程 //建立按钮上标签的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlab
//建立按钮上标签的字符串
label = XmStringCreateSimple["Hello World!"]
n = 0
XtSetArg[args[n], XmNlabelString, label] n++
button = XmCreatePushButton[toplevel, "pushbutton", args, n]
XtManageChild[button]
XmStringFree[label]
//设置回调函数
XtAddCallback[button,
XmNactivat ...
Linux/Unix编程 本文将介绍文本安装Fedora过程
本文将介绍文本安装Fedora过程,尽可能的表现出真实状态。给初学者一个快速入门的途径!
提示:本教程采用识图方式编写,对常用的加以讲解其余功能读者可自行尝试。
Fedora 是一系列由 Red Hat 支持的项目,由贡献者领导。这些项目由一个庞大的社群开发,这个社群的成员以自己的不懈努力,提供并维护自由、开放源码的软 ...
软件设计/软件工程 Creating barcodes in Microsoft庐 Office has never been easier. With BarCodeWiz Toolbar you can add b
Creating barcodes in Microsoft庐 Office has never been easier.
With BarCodeWiz Toolbar you can add barcodes to Microsoft庐 Office applications with a click of a button. In Microsoft庐 Word, create single barcodes, pages of labels, or mail merge documents. In Microsoft庐 Excel庐, select a range of ce ...
Delphi控件源码 1. It is located in the root directory - SecurityBuilderDemo.exe. Leave password box blank and click
1. It is located in the root directory - SecurityBuilderDemo.exe. Leave password box blank and click on Security button
in order to Add/Remove users and set user rights. Once you entered Security dialog you may select your Supervisor password.
2. Click OK when finished configuring users. Don t forg ...
Linux/Unix编程 LINUX 全系列从安装到架站管理教学文件 共197个教学文件,包含: linux 208招 Linux Kemel 核心 Linux X Window应用问答 Linux 使用小技巧 L
LINUX 全系列从安装到架站管理教学文件
共197个教学文件,包含:
linux 208招
Linux Kemel 核心
Linux X Window应用问答
Linux 使用小技巧
Linux 指令大全
LINUX 文件系统介绍
Linux 系统设定
Linux 系统命令
Linux的安装
Linux的快技法
Linux是什么
Linux常用软体说明
Red Hat Linux
SuSE Linux安装
硬体Q&A
程式教学.... ...
Java编程 A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsi
A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show 2 decimal places.
VHDL/FPGA/Verilog This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with inte
This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The &#64257 rst program uses the programmed I/O approach a ...
其他书籍 This application report discusses the design of non-invasive optical plethysmography also called as
This application report discusses the design of non-invasive optical plethysmography
also called as pulsoximeter using the MSP430FG437 Microcontroller (MCU). The
pulsoximeter consists of a peripheral probe combined with the MCU displaying the
oxygen saturation and pulse rate on a LCD glass. The same ...
网络 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件
基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。
开发测试环境:Red Hat Linux 3.2.2-5
编译工具:gcc 3.2.2 20030222 ...