物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes
標(biāo)簽: location location-allocation Continuous alternate
上傳時(shí)間: 2015-05-17
上傳用戶(hù):kikye
最接近點(diǎn)對(duì)問(wèn)題是求二維坐標(biāo)中的點(diǎn)對(duì)問(wèn)題,該算法是為了將平面上點(diǎn)集S線性分割為大小大致相等的2個(gè)子集S1和S2,我們選取一垂直線l:x=m來(lái)作為分割直線。其中m為S中各點(diǎn)x坐標(biāo)的中位數(shù)。由此將S分割為S1={p∈S|px≤m}和S2={p∈S|px>m}。從而使S1和S2分別位于直線l的左側(cè)和右側(cè),且S=S1∪S2 。由于m是S中各點(diǎn)x坐標(biāo)值的中位數(shù),因此S1和S2中的點(diǎn)數(shù)大致相等。 遞歸地在S1和S2上解最接近點(diǎn)對(duì)問(wèn)題,我們分別得到S1和S2中的最小距離δ1和δ2?,F(xiàn)設(shè)δ=min(δ1,δ1)。若S的最接近點(diǎn)對(duì)(p,q)之間的距離d(p,q)<δ則p和q必分屬于S1和S2。不妨設(shè)p∈S1,q∈S2。那么p和q距直線l的距離均小于δ。因此,我們?nèi)粲肞1和P2分別表示直線l的左邊和右邊的寬為δ的2個(gè)垂直長(zhǎng)條,則p∈S1,q∈S2。
標(biāo)簽: 二維
上傳時(shí)間: 2015-05-19
上傳用戶(hù):shawvi
//=== === === === === === === === === === === === === === = //函數(shù)說(shuō)明 //函數(shù)名稱(chēng):PolyFit //函數(shù)功能:最小二乘法曲線擬合 //使用方法:double *x ---- 存放n個(gè)數(shù)據(jù)點(diǎn)的X坐標(biāo) // double *y ---- 存放n個(gè)數(shù)據(jù)點(diǎn)的Y坐標(biāo) // int n -------- 給定數(shù)據(jù)點(diǎn)個(gè)數(shù) // double *a ---- 返回m-1次擬合多項(xiàng)式的m個(gè)系數(shù) // int m -------- 擬合多項(xiàng)式的項(xiàng)數(shù),即擬合多項(xiàng)式的最高次為m-1。要求m<=n,且 // m<=20。若m>n或m>20,則本函數(shù)自動(dòng)按m=min{n,20}處理 // double *dt --- dt[0]返回?cái)M合多項(xiàng)式與各數(shù)據(jù)點(diǎn)誤差的平方和;dt[1]返回?cái)M合多 // 項(xiàng)式與各數(shù)據(jù)點(diǎn)的誤差絕對(duì)值之和;dt[2]返回?cái)M合多項(xiàng)式與各數(shù)據(jù) // 點(diǎn)誤差絕對(duì)值的最大值 //注意事項(xiàng):擬合多項(xiàng)式的形式為 y = b0 + b1*(x-Xavr)...
標(biāo)簽: PolyFit 函數(shù) 最小二乘法
上傳時(shí)間: 2015-07-19
上傳用戶(hù):waizhang
功能說(shuō)明: 次組件提供的功能有二: 1、解析出數(shù)學(xué)表達(dá)式中的參數(shù) 2、計(jì)算數(shù)學(xué)表達(dá)式 此組件不但可以解析和計(jì)算數(shù)學(xué)表達(dá)式,還提供了一系列的數(shù)學(xué)基本函數(shù),可應(yīng)用于表達(dá)式中一塊處理。提供的數(shù)學(xué)基本函數(shù)有:將值舍入到最接近的整數(shù) rount(x)、向下取整函數(shù) int(x)、向上取整 ceiling(x)、求兩個(gè)數(shù)中最大數(shù)的函數(shù) max(a,b)、求兩個(gè)數(shù)中最小數(shù)的函數(shù) min(a,b)、冪函數(shù) pow(x,n)、求平方根的函數(shù) sqrt(x)。 下載地址:http://www.qiusuo365.com/qiusuo365/viewthread.php?tid=2422&extra=page%3D1
標(biāo)簽: 表達(dá)式 計(jì)算 參數(shù)
上傳時(shí)間: 2014-01-18
上傳用戶(hù):李夢(mèng)晗
一個(gè)很好用的 lcd 時(shí)鐘程序 C語(yǔ)言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時(shí)間 #define DB_VAL //定義設(shè)置模式的最大時(shí)間間隔 #define TIMEOUT 200 //定義游標(biāo)位置常數(shù) #define HOME 0 #define HOUR 1 #define min 2 #define SEC 3
標(biāo)簽: include define RELOAD stdio
上傳時(shí)間: 2014-12-19
上傳用戶(hù):zukfu
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,
標(biāo)簽: BigInteger class BIgInteger program
上傳時(shí)間: 2013-12-23
上傳用戶(hù):ynzfm
分治法解決最近對(duì)問(wèn)題 畫(huà)一條垂直線x=c,把這些給定點(diǎn)分為兩個(gè)包含n/2個(gè)點(diǎn)的子集S1和S2,使得n/2個(gè)點(diǎn)位于直線的左側(cè)或直線上,另外n/2個(gè)點(diǎn)位于直線的右側(cè)或直線上;遵循分治法的思想,遞歸地求出左子集S1和右子集S2中的最近對(duì),分別為d1與d2;之后d=min{d1,d2}。合并過(guò)程:在以垂線x=c為對(duì)稱(chēng)軸,2d為寬度的區(qū)域內(nèi)求最近兩個(gè)點(diǎn)的距離,記為d3;求D=min{d,d3};
上傳時(shí)間: 2013-12-26
上傳用戶(hù):源碼3
MATLAB對(duì)11中調(diào)度算法進(jìn)行比較,包括min-min、max-min、遺傳算法等等。
標(biāo)簽: MATLAB 調(diào)度算法 比較
上傳時(shí)間: 2014-01-06
上傳用戶(hù):lnnn30
假設(shè)在一個(gè)ad hoc網(wǎng)絡(luò)中,移動(dòng)節(jié)點(diǎn)的發(fā)射功率PTx總是恒定的。要發(fā)送數(shù)據(jù)的移動(dòng)節(jié)點(diǎn)總是先監(jiān)聽(tīng)信道,測(cè)量接收到的信號(hào)功率X,其中X= I + N, I為接收到的干擾,N是噪聲。移動(dòng)節(jié)點(diǎn)只有在X<INThre時(shí),才可以發(fā)射。式中,INThre為背景噪聲門(mén)限。 在仿真中,我們規(guī)定每個(gè)移動(dòng)節(jié)點(diǎn)的發(fā)射功率是常數(shù),PTx = 1W;接收節(jié)點(diǎn)接收機(jī)的靈敏度Smin = -80 dBm;信號(hào)質(zhì)量 min = 2 dB;系統(tǒng)的背景噪聲門(mén)限INThre = 1.2e-10。
標(biāo)簽: hoc 網(wǎng)絡(luò)
上傳時(shí)間: 2016-03-16
上傳用戶(hù):sevenbestfei
根據(jù)有無(wú)固定基礎(chǔ)設(shè)施,無(wú)線局域網(wǎng)又可分為BSS (Basic Service Set)和IBSS (Independent Basic Service Set)。我們要研究的ad hoc網(wǎng)絡(luò)屬于后者。假設(shè)在一個(gè)ad hoc網(wǎng)絡(luò)中,移動(dòng)節(jié)點(diǎn)的發(fā)射功率PTx總是恒定的。要發(fā)送數(shù)據(jù)的移動(dòng)節(jié)點(diǎn)總是先監(jiān)聽(tīng)信道,測(cè)量接收到的信號(hào)功率X,其中X= I + N, I為接收到的干擾,N是噪聲。移動(dòng)節(jié)點(diǎn)只有在X<INThre時(shí),才可以發(fā)射。式中,INThre為背景噪聲門(mén)限。 在仿真中,我們規(guī)定每個(gè)移動(dòng)節(jié)點(diǎn)的發(fā)射功率是常數(shù),PTx = 1W;接收節(jié)點(diǎn)接收機(jī)的靈敏度Smin = -80 dBm;信號(hào)質(zhì)量 min = 2 dB;系統(tǒng)的背景噪聲門(mén)限INThre = 1.2e-10。
標(biāo)簽:
上傳時(shí)間: 2013-12-19
上傳用戶(hù):頂?shù)弥?/p>
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1