Using 3 methods to integrate the function f(x) = 1/(1+x*x)
资源简介:Using 3 methods to integrate the function f(x) = 1/(1+x*x)
上传时间: 2014-01-06
上传用户:yyyyyyyyyy
资源简介:Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of thes...
上传时间: 2016-02-06
上传用户:zmy123
资源简介:Using Genetic Algorithm to solve the 8 Queens problem.
上传时间: 2014-11-28
上传用户:yd19890720
资源简介:This program is Using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
上传时间: 2013-12-06
上传用户:nanfeicui
资源简介:Using mscomm controller to develop a function of serial communication in delphi language
上传时间: 2015-10-21
上传用户:变形金刚
资源简介:1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
上传时间: 2014-01-05
上传用户:kytqcool
资源简介:Using greedy trategy to solve the problem of multiOptimalServe.this code runs in vc 6.0.
上传时间: 2013-12-05
上传用户:脚趾头
资源简介:Using greedy tratage to solve the problem of Number Delete.
上传时间: 2014-01-03
上传用户:dongqiangqiang
资源简介:Pdf for java for java developer Using java .used to update the knowledge
上传时间: 2014-01-02
上传用户:Shaikh
资源简介:a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
上传时间: 2017-07-07
上传用户:changeboy
资源简介:A modified version of PSO algorithm which can be used to search the minimum value inside a specified range. Using f1s.m to test the function!
上传时间: 2013-12-15
上传用户:xhz1993
资源简介:It is an expert system Using clips language to diagnose the eyes problem
上传时间: 2017-09-28
上传用户:王庆才
资源简介:This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class is able to use the function of the servant program.
上传时间: 2014-01-04
上传用户:yxgi5
资源简介: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
资源简介:Preparation of a function, even to the importation of n, the function call seeking +1/n 1/2+1/4+ .... When n is odd input, the function call 1/1+1/3+ ... +1/n (Using function pointer)
上传时间: 2014-01-21
上传用户:semi1981
资源简介:Using Kaiser function to Design the FIR Filter
上传时间: 2013-12-26
上传用户:牧羊人8920
资源简介:The MAX3243E device consists of three line drivers, five line receivers, and a dual charge-pump circuit with±15-kV ESD (HBM and IEC61000-4-2, Air-Gap Discharge) and ±8-kV ESD (IEC61000-4-2, Contact Discharge)protection on serial-port conn...
上传时间: 2013-10-19
上传用户:ddddddd
资源简介:fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and Using less memory, so that larger trees and/or more bootstrap replicates become tractable. Much of fastDNAml is merely a recoding of the PHYLIP 3.3 DNAML...
上传时间: 2014-01-24
上传用户:bjgaofei
资源简介:Realizing an MP3 player with the LPC2148, Using libmad and EFSL This Application Note describes how to integrate the libmad MPEG 1/2 layer 3 library and the Embedded File System Library EFSL in a LPC2148 device to realize MP3 player. ...
上传时间: 2016-09-05
上传用户:moerwang
资源简介:A program for solving equations Using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
上传时间: 2016-11-03
上传用户:xwd2010
资源简介:Using lisp to do the caculation, can parse the natural language,and can caculate the simple, like what is 2 plus 3 ?
上传时间: 2016-12-03
上传用户:ZJX5201314
资源简介:This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre...
上传时间: 2013-12-21
上传用户:chenxichenyue
资源简介:The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled Using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is ...
上传时间: 2013-12-01
上传用户:rocwangdp
资源简介:Works a client and a server Using UDP in asynchronous operation mode to implement the simple daytime protocol, as described in RFC 867
上传时间: 2015-02-15
上传用户:秦莞尔w
资源简介:The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program Using timer Hardware:Host computer PC Software: GNU GCC
上传时间: 2014-08-13
上传用户:古谷仁美
资源简介:small pannel driver Using MXIC s 88LV462,this sample code including the function IIC with 8051,IR,OSD,
上传时间: 2013-12-17
上传用户:sk5201314
资源简介:Mysql short course 1. Introduction to MySQL 2. MySQL and PHP 3. Database Queries 4. The Contacts Database – HTML, PHP and MySQL code
上传时间: 2015-05-11
上传用户:牛布牛
资源简介:CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 Using the crc16_table and crc32_table that were generated by CRCTABLE.
上传时间: 2014-01-24
上传用户:agent
资源简介:Simulation of RM(1,3), equivalent to the (8,4,4) extended Hamming code. Soft-decision decoding performed by the Green machine
上传时间: 2015-07-05
上传用户:lindor
资源简介:AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
上传时间: 2013-12-19
上传用户:3到15