This example application requires several components to be setup and configured before running. It is assumed that you understand how to setup a Web application and add the components below.
標(biāo)簽: application components configured requires
上傳時間: 2016-12-02
上傳用戶:大三三
ResOrg 圖形化管理Vc項目的資源ID的工具的源代碼。 ResOrg - Manage and Renumber Resource Symbol IDs Introduction The Resource ID Organiser (ResOrg for short) is an Add-in for Visual C++ designed to help overcome one of the most annoying (and unnecessary) chores of developing/maintaining Windows applications - maintaining resource symbol ID values.
標(biāo)簽: ResOrg Introduction Renumber Resource
上傳時間: 2013-12-25
上傳用戶:dsgkjgkjg
Family Tree This a geneology program for entering your family tree. It s a complete working app but has no reports within it. You can add pictures and name the individuals in the pictures using a really cool frame and name technique. You can also add census information and lots more.
標(biāo)簽: geneology entering complete program
上傳時間: 2016-12-16
上傳用戶:www240697738
(1 . Higher Educati on Admissi on Committee Office of L ianyungang,L ianyungang 222006, China 2 . Modern Educati on Technique Center, Huaihai I nstitute of Technol ogy, L ianyungang 222005, China) Abstract: The outbreak ofARP cheating virus interferes with the nor mal functi oning of LAN. On the basis of thoroughly und standing of the p rinci p les, this paper analyzes the p rinci p les, pattern and classificati ons ofARP in details . And it also discu the tactics t o take strict p recauti ons ofARP fr om t wo sides— — —the administrati on ofLAN and Client Host . The pur pose of the cussi on is t o guarantee the normal running of LAN users . Key words: virus p rinci p les LAN client host
標(biāo)簽: ianyungang Committee Educati Admissi
上傳時間: 2013-12-23
上傳用戶:zhangyigenius
Protel DXP 2004注冊文件,打開DXP 2004,點擊"add license file",在瀏覽中找到DXP2004.alf
上傳時間: 2014-01-19
上傳用戶:hoperingcong
遠(yuǎn)程抄表系統(tǒng)的客戶端程序 安徽六安項目-客戶端程序 0 開發(fā)環(huán)境 Delphi 7.0 所需控件 mxOutlookBar 數(shù) 據(jù) 庫 Sybase 11.5 1 04-12-17 根據(jù)安徽六安項目需求開發(fā)。 2 04-12-31 基本功能模塊定義完畢。 05-01-10 開發(fā)基本完畢。 3 05-3月下旬 六安現(xiàn)場調(diào)試、測試、試運(yùn)行、正式運(yùn)行。 4 05-07-19 更改可以遠(yuǎn)方調(diào)試DSP參數(shù),新增加 50 - 59號指令。 更改數(shù)據(jù)庫結(jié)構(gòu) alter table tx_BianTai add fd_DspMaxU decimal(6,2) null, fd_DspMinU decimal(6,2) null, fd_DspMaxT decimal(6,2) null, fd_DspMinT decimal(6,2) null, fd_DspMaxXB decimal(6,2) null, fd_DspTQTime decimal(6,2) null, //投切間隔 fd_DspLQTime decimal(6,2) null //冷卻時間 更改一些小細(xì)節(jié),比如:密碼驗證模塊等等。 5 05-07-19
標(biāo)簽: mxOutlookBar Delphi Sybase 11.5
上傳時間: 2016-12-31
上傳用戶:kbnswdifs
AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.
標(biāo)簽: installation Windows Driver March
上傳時間: 2014-09-06
上傳用戶:yuzsu
用jAVA實現(xiàn)的一個CPU32位的指令代碼,雖然簡單點實現(xiàn)move,add,sub id,num等指令,但有比較好的參考學(xué)習(xí)
上傳時間: 2017-01-04
上傳用戶:450976175
創(chuàng)建進(jìn)度條 jpb = new JProgressBar() jbutton = new JButton("觀看演示") jbutton.addActionListener(this) this.getContentPane().add(jbutton) //設(shè)置進(jìn)度條的前景色為紅色 jpb.setForeground(Color.red) this.getContentPane().add(jpb) //給進(jìn)度條注冊事件監(jiān)聽器
標(biāo)簽: jbutton addActionListener JProgressBar new
上傳時間: 2017-01-06
上傳用戶:wl9454
COM組件調(diào)用方法: 首先 運(yùn)行 “注冊USBPass組件.bat” ,在系統(tǒng)中注冊USBPassW.dll 和 USBPassR.dll 1>在VB6.0的調(diào)用 打開一個工程 菜單->工程->引用-> 在打開的窗口中 選擇“USBPass-Write (基于U盤的授權(quán)系統(tǒng) V3.0)”和“USBPass-Write (基于U盤的授權(quán)系統(tǒng) V3.0)” 然后可按照Demo中的方式使用。 2>在Delphi7的調(diào)用 打開一個工程 菜單-> Project-> Import Type Library...->在打開的窗口中分別選擇 “USBPass-Write (基于U盤的授權(quán)系統(tǒng) V3.0)(Version 1.0)”和“USBPass-Write (基于U盤的授權(quán)系統(tǒng) V3.0)(Version 1.0)” 然后點擊按鈕"Install..." 然后在 控件欄的“ActiveX”頁上找到兩個對應(yīng)的COM,再按照Demo中的方法使用。 3>在VC6.0 中調(diào)用 打開一個工程 按Ctrl+W調(diào)出類向?qū)В碅dd Class按鈕彈出新菜單,選From a type libarary,然后定位到USBPassW.dll 和USBPassR.dll,接下來會出來 該simpCOM中的所有接口,選擇你想生成的接口包裝類后,向?qū)詣由上鄳?yīng)的.cpp和.h文件. 這樣你就可以在你的MFC工程中像使用普通類那樣使用COM組件了. 具體的見 如何在VC++中調(diào)用標(biāo)準(zhǔn)COM組件.mht
標(biāo)簽: USBPass COM bat 運(yùn)行
上傳時間: 2014-01-06
上傳用戶:爺?shù)臍赓|(zhì)
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1