/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N. * * OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T. */
資源簡介:/* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTE...
上傳時間: 2015-08-20
上傳用戶:zhangliming420
資源簡介:THE SOLUTION of THE book "Engineering Electromagnetics"(美)william H.Hayt,jr.(2001)著,第六版答案,網上很難找的,很有價值
上傳時間: 2014-08-15
上傳用戶:csgcd001
資源簡介:內容如下: 1.THE history of THE computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete 3.SQL Schema Statement...
上傳時間: 2015-04-25
上傳用戶:ardager
資源簡介:CCS編程環境 使用的是匯編加C的混合編程方法: THE programme of THE Correlation ALGORITHM. Using INT2 to get THE input signal. Array x, in first step, is THE input signal produced by programme, in next step, is THE input signal get from A/...
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
資源簡介:In this edition, THE majority of THE book is dedicated to covering THE Winsock API. Chapter 1 starts with an introduction to Winsock and is specifically geared for THE beginning Winsock programmer. This chapter covers all THE basics and int...
上傳時間: 2015-09-08
上傳用戶:ommshaggar
資源簡介:you can use Hutch s INCLUDE and LIB files to assemble THE program with THE exception of THE Windows.inc. If you use THE EWCalc.mak file you will have to change THE pointers to THE proper directories.
上傳時間: 2014-01-21
上傳用戶:R50974
資源簡介:This demo nstrates THE use of THE reversible jump MCMC ALGORITHM for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats THE model dimension (number of neurons), model parameters, regularisatio...
上傳時間: 2014-01-08
上傳用戶:cuibaigao
資源簡介:Of THE password is: Server: "1." Client: + for THE month of THE date of THE machine. Such as "2005/08/05", compared with THE number "85" Database: "xzxq". I made THE changes: 1, stations and customer-service once every...
上傳時間: 2016-06-27
上傳用戶:xsnjzljj
資源簡介:THE tutorial of THE DSP/BIOS s use,it is easy to understand about this field
上傳時間: 2016-10-16
上傳用戶:hakim
資源簡介:VxWorks BSP Developer s Guide5.5.1
上傳時間: 2014-11-26
上傳用戶:zhangzhenyu
資源簡介:VxWorks Programmer s Guide5.5.1
上傳時間: 2017-07-14
上傳用戶:hgy9473
資源簡介:For THE incomplete methods, we kept THE representation of THE queens by a table and THE method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than THE representation by a matrix. h...
上傳時間: 2015-05-05
上傳用戶:1159797854
資源簡介:THE intent of THE software contained on this CD is to provide support for THE material covered in THE textbook. All programs have been developed and tested using MATLAB Version 5.2. Although THE authors believe that all routines should be c...
上傳時間: 2015-07-11
上傳用戶:離殤
資源簡介:THE intent of THE software contained on this CD is to provide support for THE material covered in THE textbook. All programs have been developed and tested using MATLAB Version 5.2. Although THE authors believe that all routines should be c...
上傳時間: 2013-12-30
上傳用戶:wweqas
資源簡介:工程計算MATLAB code to calculate THE reorthogonalized sine tapers input: N = THE length of THE time series data to be tapered p = THE number of tapers requested I = THE gap structure a vector of length N I(t) = 1 if THEre is dat...
上傳時間: 2013-12-17
上傳用戶:wangyi39
資源簡介:Coriander is a GUI for controlling a Digital Camera (in THE sense of THE IIDC specs issued by THE 1394 Trade Association [1]). Due to THE properties of THE IEEE1394 protocol, Coriander can control an IEEE1394 camera without interferring ...
上傳時間: 2015-08-07
上傳用戶:TF2015
資源簡介:Most of THE developers of THE AVR binutils and gcc ports in addition to THE devleopers of avr-libc subscribe to THE list,
上傳時間: 2013-12-29
上傳用戶:上善若水
資源簡介:You know THE rudiments of THE SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside THE database before pushing data across THE network to your a...
上傳時間: 2014-01-18
上傳用戶:xz85592677
資源簡介:This Handbook, published under THE auspices of THE Senior NATO Logisticians’ Conference (SNLC), i s i ntended as a simple guide to logistics i n NATO. It does not attempt to examine current i ssues or provide answers to THE problems tha...
上傳時間: 2014-12-07
上傳用戶:www240697738
資源簡介:THE inverse of THE gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In THE 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods....
上傳時間: 2016-11-07
上傳用戶:秦莞爾w
資源簡介:Permission is granted to copy, distribute and/or modify this document under THE terms of THE GNU Free Documentation License, Version 1.1 or any later version published by THE Free Software Foundation with no Invariant Sections, with no Fr...
上傳時間: 2016-11-30
上傳用戶:lxm
資源簡介:Grass 5.00 start for idiot, one of THE best documentation for Grass beginner users. And this is THE Chinese edition, for THE ones prefer moTHEr language. From THE beginning for Linux participation to THE BIOS update, and finally THE details...
上傳時間: 2016-12-06
上傳用戶:jjj0202
資源簡介:Instead of finding THE longest common subsequence, let us try to determine THE length of THE LCS. 􀂄 THEn tracking back to find THE LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. THE LCS must contain am,...
上傳時間: 2013-12-17
上傳用戶:evil
資源簡介:THE purpose of THE design pattern dictionary is to serve as reference point for commonly accepted software design patterns and idioms. It contains structured summaries of some 30 design patterns and idioms, commonly used in object orient...
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
資源簡介:DS18B20_two_THErmo This program will NOT work on BASCOM earlier than 1.11.6.2, cause of THE CRC-function and (maybe ?) its not possible to declare functions in earlier environment. But THE 1w-functions work from 1.11.4 , I think
上傳時間: 2017-07-29
上傳用戶:wcl168881111111
資源簡介:THE target of THE assignment is to familiarize THE student with MIMO channel modeling. THE work is based on L. Schumacher’s MIMO channel model implementation, with added capacity analysis. First THE channel model implementation is introd...
上傳時間: 2014-01-01
上傳用戶:jjj0202
資源簡介:this application was developed in visual c# to draw THE sequence of THE data given by Lagrange Interpolation ALGORITHM
上傳時間: 2013-12-24
上傳用戶:dreamboy36
資源簡介:This version of THE code is compatible only with THE AT89C2051 due to THE location of THE data buffer and stack in RAM. THE code may be modified to work with THE AT89C1051 by relocating or resizing THE buffer and stack to fit into THE...
上傳時間: 2015-04-05
上傳用戶:changeboy
資源簡介:Queen and King 問題 : does some checking related to THE movement of THE queen.
上傳時間: 2014-11-21
上傳用戶:shawvi
資源簡介:This demo nstrates THE use of THE reversible jump MCMC simulated annealing for neural networks. This ALGORITHM enables us to maximise THE joint posterior distribution of THE network parameters and THE number of basis function. It performs a...
上傳時間: 2015-07-19
上傳用戶:ma1301115706