對(duì)于單個(gè)控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.對(duì)于帶*.DPK文件的控件包,FILE-->OPEN(下拉列表框中選*.DPK)-->INSTALL即可。 3.對(duì)于帶*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。 4.如果以上INSTALL按鈕為失效的話,試試COMPILE按鈕。 5.是RUN TIME LIB則在OPTION下的PACKAGES下的RUNTIMEPACKES加之。 如果編譯時(shí)提示文件找不到的話,一般是控件的安裝目錄不在DELPHI的LIB目錄中, 有兩種方法可以解決: 1.反安裝的源文件拷入到DELPHI的LIB目錄下。 2.或者TOOLS-->ENVIRONMENT OPTIONS中把控件源代碼路徑加入到DELPHI的LIB目錄中即可。
標(biāo)簽: INSTALL gt COMPONENT COMPONET
上傳時(shí)間: 2013-12-25
上傳用戶:ljmwh2000
在jCreator建立一個(gè)叫做telnet的工程 3、把本章目錄下的所有源文件加入到這個(gè)工程中 4、在project菜單下選擇project setting,在JDK profile框中單擊當(dāng)前的JDK, 然后選擇Edit,在彈出的對(duì)話框中選add,然后選add package,將本章源代碼目 錄下的ipworks.jar包加入。 5、在build菜單下選擇complier project 6、在build菜單下選擇execute,程序就可以運(yùn)行了
標(biāo)簽: project jCreator setting telnet
上傳時(shí)間: 2015-12-27
上傳用戶:阿四AIR
Protel99se SDK Protel向用戶提供SDK軟件包。SDK軟件包包括:服務(wù)器生成向?qū)Ш蚉rotel API及相關(guān)文檔資料。 服務(wù)器生成向?qū)且粋€(gè)運(yùn)行于設(shè)計(jì)資源管理器的插入式服務(wù)器,它為用戶生成第三方EDA軟件模板的原代碼和安裝文件(.INS文件),安裝文件用于將用戶開(kāi)發(fā)的第三方EDA軟件安裝在設(shè)計(jì)資源管理器平臺(tái)上。服務(wù)器生成向?qū)Э梢詾橛脩羯蓛煞N格式的原代碼:Delphi和C++ Builder。 為方便用戶開(kāi)發(fā)第三方EDA軟件,Protel向用戶提供了大量的API,如:Schematic API、PCB API和Client API等,為方便用戶使用這些API,Protel向用戶提供有關(guān)API文檔及RTL(Run Time Library:運(yùn)行庫(kù))。
標(biāo)簽: Protel SDK API 服務(wù)器
上傳時(shí)間: 2013-12-22
上傳用戶:shawvi
用VC制作一個(gè)商品交易管理系統(tǒng).部分代碼:“// 商品交易管理系統(tǒng)View.cpp #include “MyDlg1.h” void CMyView::OnRadiospxx() { // TODO: Add your control notification handler code here CMyDlg1 MyDlg1 MyDlg1.DoModal() } ”
標(biāo)簽: OnRadiospxx CMyView include MyDlg
上傳時(shí)間: 2013-12-16
上傳用戶:banyou
當(dāng)你再次打開(kāi)modelsim時(shí),需要重新點(diǎn)擊work lib里得相應(yīng)模塊。彈出 sim窗口,把鼠標(biāo)點(diǎn)下 想要觀測(cè)得模塊,這是右邊得信號(hào)列表會(huì)列出該模塊得所有信號(hào)。一般情況下,你想觀察這些信號(hào)時(shí),需要把他們add to wave。 不過(guò)介于你上次已經(jīng)保存了
標(biāo)簽: modelsim work 模塊 信號(hào)
上傳時(shí)間: 2016-01-14
上傳用戶:小寶愛(ài)考拉
This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc
標(biāo)簽: application describes capturing for
上傳時(shí)間: 2016-01-22
上傳用戶:lijianyu172
This device driver implements KMDF based virtual bus driver and generic virtual disk hosted on it. Users can add virtual disks to Windows OS which are then seen and managed by OS as generic, regular disks. Virtual disks are plug in/out with cmdln utility.
標(biāo)簽: virtual driver implements generic
上傳時(shí)間: 2016-02-19
上傳用戶:xiaoxiang
組合導(dǎo)航程序,GPS、INS組合導(dǎo)航,軌跡發(fā)生器數(shù)據(jù)根據(jù)自己的實(shí)際應(yīng)用給出
上傳時(shí)間: 2016-03-07
上傳用戶:xyipie
通用報(bào)表打印類使用說(shuō)明 主要功能: 1 – 自動(dòng)分頁(yè) 2 – 自動(dòng)劃出縱橫表格線 3 – 支持橫向 / 縱向打印 4 – 支持打印輸出或生成文本文件 使用方法: 1.Copy prt.h, prt.cpp --- > Project Path 2.Menu --- > Project --- > Add to project --- > files ( prt.h, prt.cpp ) 3.Menu --- > open --- > prt_demo.rc --- > Bitmap --- > IDB_PRT ( copy to current project ) 4.Menu --- > open --- > prt_demo.rc --- > Dialog --- > IDD_PRT ( copy to current project ) 5.Add: #include <prt.h> 6.Add member function : int GetRow(PRTROW *pRow) 7.Add code into OnPrt and GetRow
上傳時(shí)間: 2014-02-11
上傳用戶:dongqiangqiang
Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus
標(biāo)簽: construction clearly explain rethink
上傳時(shí)間: 2013-12-13
上傳用戶:caixiaoxu26
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1