亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

finite-size

  • 空間桁架的有限元分析源碼

    空間桁架的有限元分析源碼,是國外《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 al

    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:1

    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 Memo

    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中新建站點

    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

    標簽: Web IIS 中新 站點

    上傳時間: 2014-01-27

    上傳用戶:zhliu007

  • // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //

    // -*- 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

    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

    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=59

    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

主站蜘蛛池模板: 牙克石市| 合川市| 根河市| 林甸县| 福鼎市| 高密市| 常熟市| 观塘区| 罗源县| 新郑市| 六枝特区| 定安县| 仁寿县| 晋宁县| 陇西县| 上林县| 永寿县| 新民市| 兴隆县| 康马县| 浑源县| 武宣县| 菏泽市| 开远市| 五家渠市| 平潭县| 德清县| 黄梅县| 屯门区| 简阳市| 大名县| 同德县| 邯郸县| 东城区| 镇江市| 嘉黎县| 鄱阳县| 苗栗市| 桐城市| 天柱县| 潼南县|