class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }
標簽: actionPerformed NumberListener ActionListener ActionEvent
上傳時間: 2013-12-05
上傳用戶:wys0120
PHP免費網摘程序 詳細說明: 安裝說明: 1、把文件上穿上去以后,在phpmyadmin里邊 建立一個數據庫。假設是 pictop。 然后把sql文件mmei8.sql導進去。 2、修改數據庫配置文件,conn.php.修改網摘配置文件 include/setup.php。 3、后臺路徑admin/default.php 默認帳號密碼 是 admin admin . 4、生成所有網摘靜態頁面程序為data.php。生成所有新網摘的程序為 datanew.php 生成靜態首頁程序為index.php。 5、把網摘文件夾html屬性設為777,把index.htm 的屬性設為 777 6、所有廣告在 ad/ 文件夾下修改。 7、首頁摸版 template/index.htm
上傳時間: 2014-02-11
上傳用戶:youmo81
Here are some short instructions for use of mod-xslt. The stylesheet is specified using the Processing Instruction <?xml-stylesheet type="text/xsl" href="URL-OF-YOUR-STYLESHEET"?> or now new <?xslt-stylesheet agent="THE-USER-AGENT-STRING-OF-THE-BROWSER" href="URL-OF-YOUR-STYLESHEET"?> This now enables you to use different Stylesheets for different browsers. (For example Netscape & IE) (or Web & WAP for that matter)
標簽: instructions stylesheet specified mod-xslt
上傳時間: 2014-01-14
上傳用戶:as275944189
本驅動程序在linux2.6.17中測試通過。yangxing msn:lelma_yx@hotmail.com 希望對SPI操作的朋友有所幫助。 一、工作方式: 從設備:SPI為MASTER模式 S3C2410:SPI為SLAVE模式+DMA 二、工作流程 1.S3C2410從接收:當從設備發送數據時,S3C2410利用DMA方式收數,收到指定長度的數據,則進入DMA中斷,將接收的數據拷出。 2.S3C2410從發送:當S3C2410需要發送,首先由RTS請求發送,然后等待從設備應答CTS,當從設備應答CTS時,進入外部中斷,啟動DMA發送,發送完成,再次進入從接收狀態。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目錄 dma.c存放于arch/arm/mach-s3c2410/目錄 dma.h存放于include/arm-asm/mach-s3c2410/目錄 四、使用環境 1.arm-linux-gcc-3.4.1
標簽: SPI lelma_yx yangxing hotmail
上傳時間: 2015-08-11
上傳用戶:徐孺
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, etc) and merging of resources from different sources.
標簽: Resourcer resources binaries formats
上傳時間: 2013-12-18
上傳用戶:s363994250
vxworks libc庫源代碼,標準C代碼庫實現 assert ctype locale math setjmp stdarg stdio stdlib string time
上傳時間: 2015-08-13
上傳用戶:bruce5996
avr應用有關使用注意事項如下 1 在使用例子程序之前將庫文件libslavr.a 拷貝到ICCAVR 安裝目錄下的庫文件目錄中 即...\LIB\目錄將頭文件slavr.h 拷貝到頭文件目錄即...\include\目錄 2 如果想使用庫文件中的函數那么設置如下 1) 在文件中應使用 "#include <slavr.h>"包含slavr.h 頭文件 2) 在工程選項中的Additional LIB 一欄中填入"slavr" 使用附加的libslavr.a 庫文件(注意引號不需要輸入) 3 libslavr.a 庫中包含的函數清單如下 1) void write_lcd(unsigned char data,unsigned
上傳時間: 2013-12-29
上傳用戶:dongqiangqiang
法:1:將類文件加入到你的項目中 2:在你的對話框中加入一個按紐(button),設置其文本和大小。 3:利用classwizard為按紐設置一個CButten類的值m_3dtext,然后編緝對話框的頭文件,將CButten m_3dtext 改為CMyTextButton m_3dtex 在 對話框的.CPP文件中加入#include "CMyTextButton.h"
上傳時間: 2013-12-03
上傳用戶:yyq123456789
該文件為adoce30.h,需要下載的朋友請支持一把。下載后把該文件copy到\Include\Emulator或者其他的編譯器下及可消除can not open adoce30.h錯誤。
上傳時間: 2014-01-26
上傳用戶:kernaling
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a more accomplished programmer. O Reilly s most high-level Perl tutorial to date, Advanced Perl Programming, Second Edition teaches you all the complex techniques for production-ready Perl programs. This completely updated guide clearly explains concepts such as introspection, overriding built-ins, extending Perl s object-oriented model, and testing your code for greater stability. Other topics include: Complex data structures
標簽: programmers worldwide community dedicated
上傳時間: 2014-10-27
上傳用戶:zhoujunzhen