function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
A*+algorithm技术资料下载专区,收录7,633份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
Java Clock is a FREE Java applet used to display a clock on your Web pages. You can display either analog or digital clo...
I was trying to develope a programme to make a slide show of all the pictures of a folder using vb.net. I have spent lot...
To use this function just define a variable say var, var = pnseq(a, b, c) for a, b and c refer to the zip file
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfo...
世界知名的算法书——《Introduction To Algorithm》地中文版,现在已经绝迹,放在这里供大家享用!
本文提出了一种带滤波器的积分分离PID 控制算法,它既可以避免由于积分积累引起系统较大的超调,甚至引起系统较大的振荡也可以滤除系统中存在的高频噪声干扰,所以有它的优越性,仿真结果也证实了它的优势