//建立按鈕上標簽的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button] XmStringFree[label] //設置回調函數 XtAddCallback[button, XmNactivateCallback, callback, NULL]
標簽: XmStringCreateSimple XtSetArg XmNlab label
上傳時間: 2017-03-21
上傳用戶:fredguo
本文將介紹文本安裝Fedora過程,盡可能的表現出真實狀態。給初學者一個快速入門的途徑! 提示:本教程采用識圖方式編寫,對常用的加以講解其余功能讀者可自行嘗試。 Fedora 是一系列由 Red Hat 支持的項目,由貢獻者領導。這些項目由一個龐大的社群開發,這個社群的成員以自己的不懈努力,提供并維護自由、開放源碼的軟件和開放的標準。Fedora 項目的核心,是一個操作系統和平臺,基于 Linux,允許任何人自由地使用、修改和重發布,無論現在還是將來。
上傳時間: 2017-03-30
上傳用戶:yph853211
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 cells and automatically convert each cell to a barcode. In Microsoft廬 Access廬, create reports with barcodes based on your data tables.
標簽: BarCodeWiz Microsoft Creating barcodes
上傳時間: 2013-12-18
上傳用戶:asddsd
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 forget to disable some features in order to see what happens with GUI elements - menus, and buttons.
標簽: SecurityBuilderDemo directory password located
上傳時間: 2014-01-23
上傳用戶:chongcongying
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 程式教學....
上傳時間: 2017-04-27
上傳用戶:小碼農lz
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.
標簽: Celsius-Fahrenheit-Kelvin application converter NetBeans
上傳時間: 2017-06-07
上傳用戶:三人用菜
實現一些功能,在Delphi中的一些demo button控件的應用
標簽:
上傳時間: 2013-12-18
上傳用戶:skhlm
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 fi rst program uses the programmed I/O approach and the second program uses interrupts.
標簽: with communicate how tutorial
上傳時間: 2013-12-13
上傳用戶:熊少鋒
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 sensor is used for both heart-rate detection and pulsoximetering in this application. The probe is placed on a peripheral point of the body such as a finger tip, ear lobe or the nose. The probe includes two light emitting diodes (LEDs), one in the visible red spectrum (660nm) and the other in the infrared spectrum (940nm). The percentage of oxygen in the body is worked by measuring the intensity from each frequency of light after it transmits through the body and then calculating the ratio between these two intensities.
標簽: plethysmography non-invasive application discusses
上傳時間: 2014-01-17
上傳用戶:天誠24
基于TCP的控制臺下局域網ftp(C/S),能夠實現簡單ftp命令。具有簡單的客戶端身份認證功能。內含簡單的makefile文件,用記事本打開,可初步參考學習makefile。另外,對于linux環境下Socket編程愛好者,此文件是初級學習階段不錯的參考資料代碼。 開發測試環境:Red Hat Linux 3.2.2-5 編譯工具:gcc 3.2.2 20030222
上傳時間: 2014-08-30
上傳用戶:CSUSheep