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) } }
標(biāo)簽: actionPerformed NumberListener ActionListener ActionEvent
上傳時(shí)間: 2013-12-05
上傳用戶:wys0120
PHP免費(fèi)網(wǎng)摘程序 詳細(xì)說明: 安裝說明: 1、把文件上穿上去以后,在phpmyadmin里邊 建立一個(gè)數(shù)據(jù)庫(kù)。假設(shè)是 pictop。 然后把sql文件mmei8.sql導(dǎo)進(jìn)去。 2、修改數(shù)據(jù)庫(kù)配置文件,conn.php.修改網(wǎng)摘配置文件 include/setup.php。 3、后臺(tái)路徑admin/default.php 默認(rèn)帳號(hào)密碼 是 admin admin . 4、生成所有網(wǎng)摘靜態(tài)頁面程序?yàn)閐ata.php。生成所有新網(wǎng)摘的程序?yàn)?datanew.php 生成靜態(tài)首頁程序?yàn)閕ndex.php。 5、把網(wǎng)摘文件夾html屬性設(shè)為777,把index.htm 的屬性設(shè)為 777 6、所有廣告在 ad/ 文件夾下修改。 7、首頁摸版 template/index.htm
上傳時(shí)間: 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)
標(biāo)簽: instructions stylesheet specified mod-xslt
上傳時(shí)間: 2014-01-14
上傳用戶:as275944189
本驅(qū)動(dòng)程序在linux2.6.17中測(cè)試通過。yangxing msn:lelma_yx@hotmail.com 希望對(duì)SPI操作的朋友有所幫助。 一、工作方式: 從設(shè)備:SPI為MASTER模式 S3C2410:SPI為SLAVE模式+DMA 二、工作流程 1.S3C2410從接收:當(dāng)從設(shè)備發(fā)送數(shù)據(jù)時(shí),S3C2410利用DMA方式收數(shù),收到指定長(zhǎng)度的數(shù)據(jù),則進(jìn)入DMA中斷,將接收的數(shù)據(jù)拷出。 2.S3C2410從發(fā)送:當(dāng)S3C2410需要發(fā)送,首先由RTS請(qǐng)求發(fā)送,然后等待從設(shè)備應(yīng)答CTS,當(dāng)從設(shè)備應(yīng)答CTS時(shí),進(jìn)入外部中斷,啟動(dòng)DMA發(fā)送,發(fā)送完成,再次進(jìn)入從接收狀態(tài)。 三、文件位置 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/目錄 四、使用環(huán)境 1.arm-linux-gcc-3.4.1
標(biāo)簽: SPI lelma_yx yangxing hotmail
上傳時(shí)間: 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.
標(biāo)簽: Resourcer resources binaries formats
上傳時(shí)間: 2013-12-18
上傳用戶:s363994250
vxworks libc庫(kù)源代碼,標(biāo)準(zhǔn)C代碼庫(kù)實(shí)現(xiàn) assert ctype locale math setjmp stdarg stdio stdlib string time
上傳時(shí)間: 2015-08-13
上傳用戶:bruce5996
avr應(yīng)用有關(guān)使用注意事項(xiàng)如下 1 在使用例子程序之前將庫(kù)文件libslavr.a 拷貝到ICCAVR 安裝目錄下的庫(kù)文件目錄中 即...\LIB\目錄將頭文件slavr.h 拷貝到頭文件目錄即...\include\目錄 2 如果想使用庫(kù)文件中的函數(shù)那么設(shè)置如下 1) 在文件中應(yīng)使用 "#include <slavr.h>"包含slavr.h 頭文件 2) 在工程選項(xiàng)中的Additional LIB 一欄中填入"slavr" 使用附加的libslavr.a 庫(kù)文件(注意引號(hào)不需要輸入) 3 libslavr.a 庫(kù)中包含的函數(shù)清單如下 1) void write_lcd(unsigned char data,unsigned
標(biāo)簽: libslavr ICCAVR slavr 目錄
上傳時(shí)間: 2013-12-29
上傳用戶:dongqiangqiang
法:1:將類文件加入到你的項(xiàng)目中 2:在你的對(duì)話框中加入一個(gè)按紐(button),設(shè)置其文本和大小。 3:利用classwizard為按紐設(shè)置一個(gè)CButten類的值m_3dtext,然后編緝對(duì)話框的頭文件,將CButten m_3dtext 改為CMyTextButton m_3dtex 在 對(duì)話框的.CPP文件中加入#include "CMyTextButton.h"
標(biāo)簽: button 項(xiàng)目 對(duì)話框
上傳時(shí)間: 2013-12-03
上傳用戶:yyq123456789
該文件為adoce30.h,需要下載的朋友請(qǐng)支持一把。下載后把該文件copy到\Include\Emulator或者其他的編譯器下及可消除can not open adoce30.h錯(cuò)誤。
上傳時(shí)間: 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
標(biāo)簽: programmers worldwide community dedicated
上傳時(shí)間: 2014-10-27
上傳用戶:zhoujunzhen
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1