空間桁架的有限元分析源碼,是國外《intrduction to finite elements on engineering》中的。
上傳時間: 2013-12-09
上傳用戶:Zxcvbnm
This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.
標簽: generation generates compiler source
上傳時間: 2013-12-18
上傳用戶:海陸空653
Title: C++ Primer 3rd Edition 中文完美OCR版 ISBN:7-5083-0989-8 Author:潘愛民 張麗 Publisher:中國電力出版社 Page:1043 Edition:3rd Edition Catalog:Programming/C_C++ Format:PDF Size:3.80MB Supplier:過去 Introduction:C++ Primer的第三版結合了Stanley Lippman的實踐經驗和Josée Lajoie對于ANSI/ISO標準C++的深入理解。這本指導書的第三版已經被重新改寫過,以便更加精確地講述標準C++的特性和用法。在本書中,對于C++初學者特別有價值的是一些來自真實世界中的程序例子,它們說明了泛型程序(generic program)的設計、面向對象程序的設計、模板的用法,以及使用標準C++進行程序設計的方方面面。而且,本書也在適當的地方講到了一些習慣用法以及效率指導。
標簽: Publisher Edition Primer Author
上傳時間: 2014-08-29
上傳用戶:l254587896
FM1702的例子程序 Chip type : ATmega16L Program type : Application Clock frequency : 7.372800 MHz Memory model : Small External SRAM size : 0 Data Stack size : 256
標簽: type Application frequency 7.372800
上傳時間: 2016-10-08
上傳用戶:chfanjiang
1.把"Web"文件夾內的文件拷貝到某個文件夾 2.在IIS中新建站點,指向該文件夾,如果新建虛擬路徑,會導致一些圖片的不正常顯示. 3."Database"文件夾內有數據庫文件hyb2bTest_Data.MDF,在Sql Server企業管理器中選擇"附加數據庫" 4.需要修改根目錄web.config文件 <add key="DBServer" value="."/>,改成當前數據庫地址 <add key="DBUser" value="sa"/>,改成當前數據庫用戶名 <add key="DBPwd" value="sa"/>,改成當前數據庫密碼 <add key="DBName" value="hyb2btest"/>,改成當前數據庫名稱 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分別也換成當前數據庫的地址,用戶名、密碼以及數據庫名稱。 5.后臺登錄地址: 當前路徑+manage/index.aspx 帳戶:admin 密碼:admin 環境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 電話:13061363607 MSN :huayousoft@hotmail.com
上傳時間: 2014-01-27
上傳用戶:zhliu007
// -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial // Author : Winefred Washington // Created On : 2002 12 24 // Last Modified By: . // Last Modified On: . // Update Count : 0 // Status : Unknown, Use with caution! // Description Specification // General Description: 8, 16, 32-bit WISHBONE Master // Supported cycles: MASTER, READ/WRITE // MASTER, BLOCK READ/WRITE // MASTER, RMW // Data port, size: 8, 16, 32-bit // Data port, granularity 8-bit // Data port, Max. operand size 32-bit // Data transfer ordering: little endian // Data transfer sequencing: undefined
標簽: Description Behavorial wb_master Filename
上傳時間: 2014-07-11
上傳用戶:zhanditian
Atheros Communications 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.
標簽: Communications installation Atheros Driver
上傳時間: 2016-10-27
上傳用戶:hebmuljb
The program constructs girth-twelve column-weight QC-LPDC codes. The rate can be changed by changing k(row-weight), size is changed by varying m(sub-matrix size).
標簽: column-weight girth-twelve constructs The
上傳時間: 2016-11-01
上傳用戶:erkuizhang
Title: C++ Primer 3rd Edition 中文完美OCR版 URL:http://www.china-pub.com/computers/common/info.asp?id=5926 ISBN:7-5083-0989-8 Author:潘愛民 張麗 Publisher:中國電力出版社 Page:1043 Edition:3rd Edition Catalog:Programming/C_C++ Format:PDF Size:3.80MB Supplier:過去 Introduction:C++ Primer的第三版結合了Stanley Lippman的實踐經驗和Josée Lajoie對于ANSI/ISO標準C++的深入理解。這本指導書的第三版已經被重新改寫過,以便更加精確地講述標準C++的特性和用法。在本書中,對于C++初學者特別有價值的是一些來自真實世界中的程序例子,它們說明了泛型程序(generic program)的設計、面向對象程序的設計、模板的用法,以及使用標準C++進行程序設計的方方面面。而且,本書也在適當的地方講到了一些習慣用法以及效率指導。
標簽: china-pub computers Edition Primer
上傳時間: 2016-11-05
上傳用戶:fnhhs
數據結構,由陳起峰創作,是一種優秀的bst,用size控制,稱為sbt
標簽: 數據結構
上傳時間: 2016-11-05
上傳用戶:aysyzxzm