-
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.
標(biāo)簽:
introductory
Numerical
Computing
textbook
上傳時(shí)間:
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.
標(biāo)簽:
Numerical
Computing
MATLAB
with
上傳時(shí)間:
2014-01-01
上傳用戶:guanliya
-
IDE開發(fā)環(huán)境,可以掛載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
標(biāo)簽:
IDE
開發(fā)環(huán)境
上傳時(shí)間:
2016-07-05
上傳用戶:dapangxie
-
Artistic Style is a reindenter and reformatter of C, C++, C# and Java source code.
When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.
標(biāo)簽:
reformatter
reindenter
and
Artistic
上傳時(shí)間:
2013-12-20
上傳用戶:康郎
-
Abstract—Wireless networks in combination with image
sensors open up a multitude of previously unthinkable sensing
applications. Capable tools and testbeds for these wireless image
sensor networks can greatly accelerate development of complex,
yet efficient algorithms that meet application requirements. In this
paper, we introduce WiSNAP, a Matlab-based application
development platform intended for wireless image sensor
networks. It allows researchers and developers of such networks
to investigate, design, and evaluate algorithms and applications
using real target hardware. WiSNAP offers standardized and
easy-to-use Application Program Interfaces (APIs) to control
image sensors and wireless motes, which do not require detailed
knowledge of the target hardware. Nonetheless, its open system
architecture enables support of virtually any kind of sensor or
wireless mote. Application examples are presented to illustrate the
usage of WiSNAP as a powerful development tool.
標(biāo)簽:
combination
previously
multitude
Abstract
上傳時(shí)間:
2013-12-03
上傳用戶:D&L37
-
It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may not know how to use SHA256 when signing and verify with RSA. It also have not enough document to show how to use DES to encrypt and decrypt. Here also includes source codes for performance evaluation of the algorithms. This experimental program explore all this issue and may be helpful for some one who using python for doing encryption with RSA and DES.
標(biāo)簽:
M2Crypto
experimental
document
testing
上傳時(shí)間:
2016-08-08
上傳用戶:上善若水
-
The download includes the kernel source code, and a demo application for EVERY
RTOS port. See http://www.freertos.org/a00017.html for full details of the
directory structure and information on locating the files you require.
The easiest way to use FreeRTOS is start start with one of the demo application
projects. Once this is running the project can be modified to include your own
source files. This way the correct files and compiler options will be
automatically included in your application.
+ The Source directory contains the real time kernel source files for every
port. The kernel itself is only 3 files.
+ The Demo directory contains the demo application source files for every
port.
+ The TraceCon directory contains the trace visualisation exe file.
See the readme files in the respective directories for further information.
標(biāo)簽:
application
download
includes
kernel
上傳時(shí)間:
2016-08-24
上傳用戶:zhyiroy
-
java應(yīng)用開發(fā)指南完整版,. It explains how to use JBuilder’s IDE to manage projects and files, visually
design a user interface, and compile, debug, and run your programs. It also shows
you how to create a JavaBean component using BeansExpress.
The User’s Guide contains the following chapters:
標(biāo)簽:
java
應(yīng)用開發(fā)指南
上傳時(shí)間:
2014-12-22
上傳用戶:chenbhdt
-
DevExpress.ExpressSideBar.v5.37.for.Delphi.BCB.Full.Source
delphi和 bcb源碼,能輕松實(shí)現(xiàn)outlook風(fēng)格的側(cè)邊欄,效果很好,推薦!
ExpressSideBar is a VCL implementation of the MS
Outlook bar. Designed to be easy to use and built with
a significant feature set. Just drop it on a form,
double click the control and in a few moments, you can
customize the ExpressSideBar for your needs.
標(biāo)簽:
ExpressSideBar
DevExpress
Delphi
Source
上傳時(shí)間:
2013-12-26
上傳用戶:han_zh
-
THE DESIGN PATTERNS JAVA COMPANION
1. Creational Patterns 17
The Factory Pattern 18
How a Factory Works 18
Sample Code 18
The Two Derived Classes 19
Building the Factory 20
Factory Patterns in Math Computation 22
When to Use a Factory Pattern 24
Thought Questions 25
The Abstract Factory Pattern 26
A GardenMaker Factory 26
How the User Interface Works 28
Consequences of Abstract Factory 30
Thought Questions 30
The Singleton Pattern 31
Throwing the Exception 32
Creating an Instance of the Class 32
Static Classes as Singleton Patterns 33
Creating Singleton Using a Static Method 34
標(biāo)簽:
Creational
COMPANION
PATTERNS
Patterns
上傳時(shí)間:
2013-12-20
上傳用戶:xwd2010