Catalog HMI Telemecanique
標簽: Telemecanique Catalog HMI
上傳時間: 2013-12-25
上傳用戶:笨小孩
EIMAC Tube Catalog ( ref data) - Radio and TV Broadcasters (z-lib.org)
標簽: eimac
上傳時間: 2022-01-16
上傳用戶:
Switching regulators are of universal interest. LinearTechnology has made a major effort to address this topic.A Catalog of circuits has been compiled so that a designengineer can swiftly determine which converter type isbest. This Catalog serves as a visual index to be browsedthrough for a specific or general interest.
標簽: Collection Switching Regulator Circuit
上傳時間: 2013-11-09
上傳用戶:mh_zhaohy
altera公司的產(chǎn)品
上傳時間: 2013-10-19
上傳用戶:Zero_Zero
這一節(jié)的目的是使用XPS為ARM PS 處理系統(tǒng) 添加額外的IP。從IP Catalog 標簽添加GPIO,并與ZedBoard板子上的8個LED燈相連。當系統(tǒng)建立完后,產(chǎn)生bitstream,并對外設(shè)進行測試。本資料為源代碼,原文設(shè)計過程詳見:【 玩轉(zhuǎn)賽靈思Zedboard開發(fā)板(4):如何使用自帶外設(shè)IP讓ARM PS訪問FPGA?】 硬件平臺:Digilent ZedBoard 開發(fā)環(huán)境:Windows XP 32 bit 軟件: XPS 14.2 +SDK 14.2
上傳時間: 2013-11-06
上傳用戶:yuchunhai1990
altera公司的產(chǎn)品
上傳時間: 2013-11-07
上傳用戶:杜瑩12345
西門子建筑電器-電氣安裝技術(shù)部發(fā)行的各類產(chǎn)品樣本:小型斷路器、剩余電流保護斷路器和模數(shù)化產(chǎn)品(中/ 英文)Miniature Circuit-Breakers, Residual Current Operated Circuit-Breakers and Modular Devices (Chinese/English)低壓熔斷器系統(tǒng)(中/ 英文)Fuse System (Chinese/English)雷擊,過電壓-不再是問題(中文)Thunderstorms - no problem (Chinese)西門子建筑電器目錄(中文)Electrical Installation Technology Catalog (Chinese)終端配電保護產(chǎn)品(中文)5 IN 1 (Chinese)SIKUS 和 STAB UNIVERSAL 目錄(中文)SIKUS and STAB UNIVERSAL Catalogue (Chinese)SIKUS HC 目錄(中文)SIKUS HC Catalogue (Chinese)SentronTM 母線槽 (中文)SentronTM Busway System (Chinese)SentronTM 母線槽系統(tǒng)快速選型 (準備中) (中文)SentronTM Busway System quick selection (in preparing) (Chinese)建筑低壓配電一體化解決方案-住宅小區(qū)應(yīng)用(中文)Building LV PD Solution (Chinese)西門子 DELTA vista“遠景”系列開關(guān)和插座價目表(中文)Delta vista Switch and Socket Pricelist (Chinese)instabus EIB 面向未來的樓宇智能控制系統(tǒng)(中文)instabus EIB (Chinese)instabus EIB 面向未來的樓宇智能控制系統(tǒng)技術(shù)手冊 (準備中) (中文)instabus EIB technical handbook (in preparing) (Chinese)西門子電氣安裝技術(shù)業(yè)績卓越(中/ 英文)ET Reference Manual (Chinese/English)
上傳時間: 2013-11-23
上傳用戶:瓦力瓦力hong
重寫了微軟提供SQLHelper(共用的數(shù)據(jù)庫調(diào)用接口) 1把SqlHelper的connectionString做成一個全局量,統(tǒng)一設(shè)置數(shù)據(jù)庫連接字符串 2增加了返回特定表名的DataSet的各接口。 可在項目的config文件設(shè)置數(shù)據(jù)庫連接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security info=True initial Catalog=NorthWind password= "/> </appSettings> 當然可以把數(shù)據(jù)庫連接方法修改后直接用。
標簽: connectionString SQLHelper SqlHelper 微軟
上傳時間: 2013-12-12
上傳用戶:釣鰲牧馬
一、安裝SQL數(shù)據(jù)庫 1、 打開Microsoft SQL Server 企業(yè)管理器 2、 建立一個新的數(shù)據(jù)庫,名稱為 XfokSite_Free (必須為這個名字) 3、選擇該數(shù)據(jù)庫,點擊鼠標右鍵 -> 所有任務(wù) -> 還原數(shù)據(jù)庫 -> 從設(shè)備 -> 選擇設(shè)備 -> 添加 -> 選擇程序目錄下的數(shù)據(jù)庫里面的文件 二、安裝程序 1、如果程序沒有放在虛擬目錄下,請把所有文件放在網(wǎng)站根目錄下,否則會提示出錯。 三、設(shè)置 1、 用文本編輯器打開web.config 2、 找到<add key="SqlConnectionString" value="Data Source=(local) Integrated Security=false Initial Catalog=XfokSite_Free User ID=xfok Password=xfok" /> 紅色部分:數(shù)據(jù)庫服務(wù)器地址,如果為本地地址,請設(shè)置為(local),外部請直接修改為IP地址(不要加括號) 深紅部分:數(shù)據(jù)庫名稱 粉紅部分:SQL數(shù)據(jù)庫登陸用戶名 藍色部分:SQL數(shù)據(jù)庫登陸密碼 四、設(shè)置完畢! 直接在瀏覽器中敲入地址,來體驗一下心隨我動,網(wǎng)站建設(shè)超輕松的快感吧!
標簽: SQL Microsoft Server 數(shù)據(jù)庫
上傳時間: 2015-04-15
上傳用戶:璇珠官人
英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Catalog: C++ Format: PDF Size: 3.8M Supplier: December Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.
標簽: Programming Reference Standard Tutorial
上傳時間: 2015-09-02
上傳用戶:Breathe0125
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1