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

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

TEMPLATEs

  • DWT變換源代碼

    DWT變換源代碼,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate TEMPLATEs or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.

    標簽: DWT 變換 源代碼

    上傳時間: 2014-12-05

    上傳用戶:ynsnjs

  • 第一章涵蓋了內(nèi)建的數(shù)據(jù)型別

    第一章涵蓋了內(nèi)建的數(shù)據(jù)型別,語言預先定義好的運算符、標準程序庫中那個的vector和string類、條件語句和循環(huán)語句、輸入和輸出用的iostream庫。第二章解釋函數(shù)的設計和使用;第三章涵蓋所謂的Standard Template Library;第四章講述classes機制的設計和使用過程。第五章說明如何擴展classes;第六章的重頭戲是class TEMPLATEs 第七章講述如何使用c++提供的異常處理機制。

    標簽: 數(shù)據(jù)

    上傳時間: 2014-02-20

    上傳用戶:zyt

  • New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

    New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as TEMPLATEs for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below

    標簽: optimization and document MATLAB

    上傳時間: 2015-12-24

    上傳用戶:佳期如夢

  • FIST可堆疊文件系統(tǒng)

    FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關的開源軟件,使得對linux文件系統(tǒng)功能的改進很簡單了 The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system TEMPLATEs for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.

    標簽: FIST 堆疊 文件系統(tǒng)

    上傳時間: 2014-01-10

    上傳用戶:xsnjzljj

  • 這是linux下的進化計算的源代碼。 === === === === === === === === === === === ===== check latest news at http:

    這是linux下的進化計算的源代碼。 === === === === === === === === === === === ===== check latest news at http://eodev.sourceforge.net/ ======================================================================= Welcome to EO, the Evolving Objects library. The latest news about EO can be found on the sourceforge repository at http://eodev.sourceforge.net/ In case of any problem, please e-mail us at eodev-help@lists.sourceforge.net, eodev@egroups.com To get started, take a look at the tutorial, starting with ./tutorial/html/eoTutorial.html The easiest way to start programming a new genome with all EO evolution engines handy is to create a new standalone EO project from the tutorial/TEMPLATEs/ directory. Read Lesson 5 of the tutorial for an introduction )

    標簽: latest linux check http

    上傳時間: 2013-12-23

    上傳用戶:jkhjkh1982

  • Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer

    Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of TEMPLATEs, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.

    標簽: methodically and patiently Thinking

    上傳時間: 2014-01-03

    上傳用戶:it男一枚

  • 華東師范大學(面向對象程序設計基于C++)課程全部作業(yè)(12次)代碼

    華東師范大學(面向對象程序設計基于C++)課程全部作業(yè)(12次)代碼,包含一個大整數(shù)類。(包含作業(yè)內(nèi)容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 TEMPLATEs 12 Exception handling

    標簽: 大學 代碼 對象 程序設計

    上傳時間: 2016-02-24

    上傳用戶:baiom

  • These tools are for use by developers so that they can create more robust applications. Especially o

    These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with TEMPLATEs. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com

    標簽: applications Especially developers create

    上傳時間: 2013-12-17

    上傳用戶:erkuizhang

  • The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails,

    The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. Topics include: . Modeling data with the ActiveRecord library . Setting up views with ActionView and RHTML TEMPLATEs . Building your application s logic into ActionController . Testing and debugging your Rails application . Building responsive web applications using JavaScript and Ajax . Ensuring that your application is security and performs well . Deploying your application with Mongrel and Apache . Using Capistrano to automate deployment . Using the many Rails plugins Working with graphics

    標簽: Rails with proficient developer

    上傳時間: 2013-12-23

    上傳用戶:pkkkkp

  • 學會一個程序語言

    學會一個程序語言,是一回事兒;學會如何以此語言設計并實作出有效的程序,又是一 回事兒。C++ 尤其如此,因為它很不尋常地涵蓋了罕見的威力和豐富的表現(xiàn)力,不但建立 在一個全功能的傳統(tǒng)語言(C)之上,更提供極為廣泛的對象導向(object-oriented)性質, 以及對TEMPLATEs 和exceptions(異常狀態(tài))的支持。 Lostmouse編寫的非常出名的C++學習資料,適用于有一定的C++編程經(jīng)驗的同學。

    標簽: 程序 語言

    上傳時間: 2014-11-27

    上傳用戶:qunquan

主站蜘蛛池模板: 长沙县| 贵德县| 林西县| 施秉县| 太保市| 繁峙县| 搜索| 河池市| 象州县| 玉林市| 岗巴县| 贵州省| 宁国市| 新干县| 江源县| 那坡县| 正宁县| 汶上县| 郑州市| 靖远县| 马公市| 吉安市| 庆云县| 苍梧县| 仁化县| 渝北区| 固原市| 东方市| 临邑县| 安塞县| 铜陵市| 阳山县| 武山县| 新巴尔虎右旗| 六安市| 谷城县| 延边| 铜梁县| 伊川县| 阜宁县| 台州市|