亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

min-Sum

  • DM9000AE的中文手冊。很難得得哦。LOCAL BUS芯片現推薦一款DM9000AE網卡芯片

    DM9000AE的中文手冊。很難得得哦。LOCAL BUS芯片現推薦一款DM9000AE網卡芯片,其基本特性是48PIN,10/100MLOCAL-BUS interface,工作模式8/16bit, 有AUTO-Mdix(自動翻轉)、TCP/Ip加速(check sum offload)減輕CPU負擔,提高整機效能,20ns響應時間。2.5V/3.3V低功耗。廣泛應用在IPTV、IPSETBOX、VOD、IPCAMERA、IPVIDEOPHONE等產品.

    標簽: 9000 LOCAL DM AE

    上傳時間: 2015-05-02

    上傳用戶:dyctj

  • 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA)

    物流分析工具包。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

    標簽: location location-allocation Continuous alternate

    上傳時間: 2015-05-17

    上傳用戶:kikye

  • 最接近點對問題是求二維坐標中的點對問題

    最接近點對問題是求二維坐標中的點對問題,該算法是為了將平面上點集S線性分割為大小大致相等的2個子集S1和S2,我們選取一垂直線l:x=m來作為分割直線。其中m為S中各點x坐標的中位數。由此將S分割為S1={p∈S|px≤m}和S2={p∈S|px>m}。從而使S1和S2分別位于直線l的左側和右側,且S=S1∪S2 。由于m是S中各點x坐標值的中位數,因此S1和S2中的點數大致相等。 遞歸地在S1和S2上解最接近點對問題,我們分別得到S1和S2中的最小距離δ1和δ2。現設δ=min(δ1,δ1)。若S的最接近點對(p,q)之間的距離d(p,q)<δ則p和q必分屬于S1和S2。不妨設p∈S1,q∈S2。那么p和q距直線l的距離均小于δ。因此,我們若用P1和P2分別表示直線l的左邊和右邊的寬為δ的2個垂直長條,則p∈S1,q∈S2。

    標簽: 二維

    上傳時間: 2015-05-19

    上傳用戶:shawvi

  • 數字運算

    數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標簽: 數字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • 某幼兒園按如下方法依次給A

    某幼兒園按如下方法依次給A,B,C,D,E五個小孩發糖果。將全部糖果的一半再加二分之一塊糖果發給第一個小孩;將剩下糖果的三分之一再加三分之一塊糖果發給第二個小孩;將剩下糖果的四分之一再加四分之一塊糖果發給第三個小孩;將剩下糖果的五分之一再加五分之一塊糖果發給第四個小孩;將最后剩下的11塊糖果發給第五個小孩。每個小孩得到的糖果數均為整數。試確定原來共有多少塊糖果?每個小孩各得到多少塊糖果? 要求結果的輸出格式為 sum=糖果總數 xa=A得到的糖果數 xb=B得到的糖果數 xc=C得到的糖果數 xd=D得到的糖果數 xe=E得到的糖果數

    標簽:

    上傳時間: 2015-06-02

    上傳用戶:葉山豪

  • 51串行令牌格式 a51編譯 Read data from serial port and write into buffer DPTR pointed in XRAM if a data

    51串行令牌格式 a51編譯 Read data from serial port and write into buffer DPTR pointed in XRAM if a data frame is received and calculate the check sum if a information frame is received return control byte only

    標簽: data pointed buffer serial

    上傳時間: 2015-06-14

    上傳用戶:極客

  • 暫時只支持jpeg2000支持的 cdf97 和spline53 可以這樣來測試: x=imread( E:studyjpeg2000imageslena.tif ) % see the de

    暫時只支持jpeg2000支持的 cdf97 和spline53 可以這樣來測試: x=imread( E:\study\jpeg2000\images\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y)) % see the reconstruction precision yy=wavelift(x, 5) using cdf 9/7 wavelet ix=wavelift(yy,-5) inverse sum(sum((double(x)-ix).^2))

    標簽: 2000 imageslena studyjpeg imread

    上傳時間: 2014-01-14

    上傳用戶:懶龍1988

  • merge sort give a set S of n integers and another integer x, determine whether or not there exits tw

    merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.

    標簽: determine integers another integer

    上傳時間: 2013-12-23

    上傳用戶:xmsmh

  • //=== === === === === === === === === === === === === === = //函數說明 //函數名稱:PolyFit //函數功能:最小二乘法曲線擬

    //=== === === === === === === === === === === === === === = //函數說明 //函數名稱:PolyFit //函數功能:最小二乘法曲線擬合 //使用方法:double *x ---- 存放n個數據點的X坐標 // double *y ---- 存放n個數據點的Y坐標 // int n -------- 給定數據點個數 // double *a ---- 返回m-1次擬合多項式的m個系數 // int m -------- 擬合多項式的項數,即擬合多項式的最高次為m-1。要求m<=n,且 // m<=20。若m>n或m>20,則本函數自動按m=min{n,20}處理 // double *dt --- dt[0]返回擬合多項式與各數據點誤差的平方和;dt[1]返回擬合多 // 項式與各數據點的誤差絕對值之和;dt[2]返回擬合多項式與各數據 // 點誤差絕對值的最大值 //注意事項:擬合多項式的形式為 y = b0 + b1*(x-Xavr)...

    標簽: PolyFit 函數 最小二乘法

    上傳時間: 2015-07-19

    上傳用戶:waizhang

  • 附錄MATLAB 圖像處理命令 1.applylut 功能: 在二進制圖像中利用lookup 表進行邊沿操作。 語法: A = applylut(BW,lut) 舉例 lut = mak

    附錄MATLAB 圖像處理命令 1.applylut 功能: 在二進制圖像中利用lookup 表進行邊沿操作。 語法: A = applylut(BW,lut) 舉例 lut = makelut( sum(x(:)) == 4 ,2) BW1 = imread( text.tif ) BW2 = applylut(BW1,lut) imshow(BW1) figure, imshow(BW2) 相關命令: makelut 2.bestblk 功 舉例

    標簽: applylut lut MATLAB lookup

    上傳時間: 2015-09-08

    上傳用戶:gundamwzc

主站蜘蛛池模板: 桓台县| 灵寿县| 茌平县| 子洲县| 禄丰县| 文山县| 罗源县| 比如县| 闸北区| 肃宁县| 丁青县| 兰西县| 乌鲁木齐县| 沿河| 大方县| 井冈山市| 苍梧县| 滨海县| 博湖县| 花垣县| 饶平县| 松江区| 陇南市| 大关县| 隆化县| 平阴县| 沙雅县| 和顺县| 曲周县| 清镇市| 同仁县| 教育| 建瓯市| 墨竹工卡县| 志丹县| 重庆市| 汕头市| 桐庐县| 西乡县| 舒兰市| 白河县|