黃金分割法求極小,返回值fm為函數(shù)極小值,tm為極小值點(diǎn),f為給定函數(shù),t為函數(shù)變量,[a,b]為變量t的搜索區(qū)間
標(biāo)簽: 分割
上傳時(shí)間: 2017-01-23
上傳用戶:Miyuki
uml超強(qiáng)攻堅(jiān)包,機(jī)會(huì)難得,下載請快
標(biāo)簽: uml
上傳時(shí)間: 2017-02-07
上傳用戶:wuyuying
public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String menuName[] = {"新游戲","繼續(xù)游戲","游戲設(shè)置","高分榜","游戲幫助","退出游戲"} int x = getWidth()/2 int y = getHeight()/2 int count = 0 int local int index = 0 Font f boolean running = false /** * 構(gòu)造方法 * */
標(biāo)簽: public CircleMenuCanvas implements Runnable
上傳時(shí)間: 2014-01-08
上傳用戶:zhaoq123
tensor 向量的推廣。在一個(gè)坐標(biāo)系下,由若干個(gè)數(shù)(稱為分量)來表示,而在不同坐標(biāo)系下的分量之間應(yīng)滿足一定的變換規(guī)則,如矩陣、多變量線性形式等。一些物理量如彈性體的應(yīng)力、應(yīng)變以及運(yùn)動(dòng)物體的能量動(dòng)量等都需用張量來表示。在微分幾何的發(fā)展中,C.F.高斯、B.黎曼、E.B.克里斯托費(fèi)爾等人在19世紀(jì)就導(dǎo)入了張量的概念,隨后由G.里奇及其學(xué)生T.列維齊維塔發(fā)展成張量分析,A.愛因斯坦在其廣義相對論中廣泛地利用了張量。
上傳時(shí)間: 2014-01-20
上傳用戶:silenthink
(1)2-1.asm對應(yīng)第二章主程序代碼; (2)2-2.asm對應(yīng)第二章主程序中斷向量代碼; (3)2-3.cmd對應(yīng)第二章主程序配置文件代碼; (4)2-4.asm對應(yīng)第二章寫Flash程序代碼; (5)2-5.cmd對應(yīng)第二章寫Flash配置文件代碼; (6)2-6.asm對應(yīng)第二章寫Flash中斷向量代碼; (7)2-7.cmd對應(yīng)第二章寫Flash工具代碼; (8)2-8.asm對應(yīng)第二章DSP讀USB接口代碼; (9)6711.h為以上程序需要的頭文件,書中沒有原代碼。
上傳時(shí)間: 2014-01-24
上傳用戶:
實(shí)驗(yàn)一:三次樣條插值(P56,例6) 一、實(shí)驗(yàn)?zāi)康模? 1) 掌握三次樣條插值的運(yùn)用 2) 了解拉格朗日插值在高次上的誤差 二、實(shí)驗(yàn)環(huán)境:Matlab6.5 三、實(shí)驗(yàn)內(nèi)容: 1) 給定函數(shù)f(x)=1/(1+x2),-5<=x<=5,節(jié)點(diǎn)xk=-5+k,(k=0,1,2…10),用三次樣條插值求S10(x),S10’(-5)=f’(-5),S10’(5)=f’(5)。 2)作原函數(shù)f(x),拉格朗日插值函數(shù)Ln(x),三次樣條差值函數(shù)Sn(x)。畫出三個(gè)函數(shù)的圖像,比較它們的區(qū)別。
標(biāo)簽: P56 實(shí)驗(yàn) 三次樣條 插值
上傳時(shí)間: 2017-02-18
上傳用戶:天誠24
博創(chuàng)的270試驗(yàn)箱的實(shí)驗(yàn)指導(dǎo)書,對一些剛接觸XSCALE pxa270處理器編程與移植的程序員來說,有一定的感性上的指導(dǎo)作用。
標(biāo)簽: 270 試驗(yàn)箱 實(shí)驗(yàn)指導(dǎo)書
上傳時(shí)間: 2014-01-24
上傳用戶:Miyuki
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標(biāo)簽: contains Output convex planar
上傳時(shí)間: 2017-02-19
上傳用戶:wyc199288
my AVL tree implementation. Have tested it for 8! deletions sequences with 8! insertion sequences. Fast for order statistics.
標(biāo)簽: sequences implementation deletions insertion
上傳時(shí)間: 2017-03-02
上傳用戶:lixinxiang
matlab rgb to hsi conversion file. matlab rgb to hsi conversion file. matlab rgb to hsi conversion file.
標(biāo)簽: conversion matlab hsi rgb
上傳時(shí)間: 2013-12-25
上傳用戶:wangchong
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1