Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics Include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial di?erential equations.
標簽: introductory Numerical Computing textbook
上傳時間: 2016-07-04
上傳用戶:思琦琦
Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics Include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial differential equations.
標簽: Numerical Computing MATLAB with
上傳時間: 2014-01-01
上傳用戶:guanliya
This ZIP archive Includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also Includes the source of a general purpose "Utils" lib which contains some generally useful functions and is also necessary to build the executable. The project and library are made for MS Visual C 6.0 and Visual Studio 7.0. All necessary headers should be Included (you will not need to Include NT DDK or IFS headers).
標簽: executable the FileTest Includes
上傳時間: 2014-01-25
上傳用戶:ccclll
IDE開發環境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 Included). Some of the BASIC IDEs features Include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables
上傳時間: 2016-07-05
上傳用戶:dapangxie
在ext2文件系統中,文件由inode(包含有文件的所有信息)進行唯一標識。一個文件可能對應多個文件名,只有在所有文件名都被刪除后,該文件才會被刪除。此外,同一文件在磁盤中存放和被打開時所對應的inode是不同的,并由內核負責同步。 ext2 文件卷中的數據結構主要包括:superblock 塊、組描述符、inode等。 ext2文件系統采用三級間接塊來存儲數據塊指針,并以塊(block,默認為1KB)為單位分配空間。其磁盤分配策略是盡可能將邏輯相鄰的文件分配到磁盤上物理相鄰的塊中,并盡可能將碎片分配給盡量少的文件,以從全局上提高性能。ext2文件系統將同一目錄下的文件(包括目錄)盡可能的放在同一個塊組中,但目錄則分布在各個塊組中以實現負載均衡。在擴展文件時,會盡量一次性擴展8個連續塊給文件。 ext2系統中對各個結構的定義都包含在源代碼的Include/linux/ext2_fs.h文件中。
上傳時間: 2016-07-06
上傳用戶:yoleeson
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
多年來,通常的做法是直接從內核源代碼中復制出“原始”的內核頭文件,放在 /usr/Include 中使用。但是最近幾年,內核開發人員強烈要求停止這種做法。因此誕生了 Linux-Libc-Headers 項目,其目的就是維護一個API版本穩定的內核頭文件。
標簽:
上傳時間: 2013-12-22
上傳用戶:qlpqlq
在TC下使用鼠標的例子,調試環境為TC2.0或者TC3.0。運行這個程序需要tc提供的幾個頭文件。建議修改options菜單中的Include目錄項到tc的Include的目錄下,或把源程序拷貝到tc目錄下運行。
標簽: 鼠標
上傳時間: 2014-01-14
上傳用戶:ayfeixiao
APPCCFG.H vc++的頭文件,要放到vc98/Include里面去
上傳時間: 2014-01-07
上傳用戶:mhp0114
89c51平臺實現4*4小鍵盤的掃描,需要的時候可以用#Include包含進去就可以用了
上傳時間: 2016-08-23
上傳用戶:wangdean1101