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

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

branch-and-<b>bound</b>

  • Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant

    Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.

    標簽: Description Randomness Attribute Filtered

    上傳時間: 2015-04-10

    上傳用戶:ynzfm

  • Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.

    Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.

    標簽: Description supervised algorithm S-ISOMAP

    上傳時間: 2015-04-10

    上傳用戶:wfeel

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

  • 數字運算

    數字運算,判斷一個數是否接近素數 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

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    標簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標簽: converts Toolbox complex logical

    上傳時間: 2016-02-12

    上傳用戶:a673761058

  • 微電腦型數學演算式隔離傳送器

    特點: 精確度0.1%滿刻度 可作各式數學演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A|/ 16 BIT類比輸出功能 輸入與輸出絕緣耐壓2仟伏特/1分鐘(input/output/power) 寬范圍交直流兩用電源設計 尺寸小,穩定性高

    標簽: 微電腦 數學演算 隔離傳送器

    上傳時間: 2014-12-23

    上傳用戶:ydd3625

  • 80C51特殊功能寄存器地址表

    /*--------- 8051內核特殊功能寄存器 -------------*/ sfr ACC = 0xE0;             //累加器 sfr B = 0xF0;  //B 寄存器 sfr PSW    = 0xD0;           //程序狀態字寄存器 sbit CY    = PSW^7;       //進位標志位 sbit AC    = PSW^6;        //輔助進位標志位 sbit F0    = PSW^5;        //用戶標志位0 sbit RS1   = PSW^4;        //工作寄存器組選擇控制位 sbit RS0   = PSW^3;        //工作寄存器組選擇控制位 sbit OV    = PSW^2;        //溢出標志位 sbit F1    = PSW^1;        //用戶標志位1 sbit P     = PSW^0;        //奇偶標志位 sfr SP    = 0x81;            //堆棧指針寄存器 sfr DPL  = 0x82;            //數據指針0低字節 sfr DPH  = 0x83;            //數據指針0高字節 /*------------ 系統管理特殊功能寄存器 -------------*/ sfr PCON  = 0x87;           //電源控制寄存器 sfr AUXR = 0x8E;              //輔助寄存器 sfr AUXR1 = 0xA2;             //輔助寄存器1 sfr WAKE_CLKO = 0x8F;        //時鐘輸出和喚醒控制寄存器 sfr CLK_DIV  = 0x97;          //時鐘分頻控制寄存器 sfr BUS_SPEED = 0xA1;        //總線速度控制寄存器 /*----------- 中斷控制特殊功能寄存器 --------------*/ sfr IE     = 0xA8;           //中斷允許寄存器 sbit EA    = IE^7;  //總中斷允許位  sbit ELVD  = IE^6;           //低電壓檢測中斷控制位 8051

    標簽: 80C51 特殊功能寄存器 地址

    上傳時間: 2013-10-30

    上傳用戶:yxgi5

  • TLC2543 中文資料

    TLC2543是TI公司的12位串行模數轉換器,使用開關電容逐次逼近技術完成A/D轉換過程。由于是串行輸入結構,能夠節省51系列單片機I/O資源;且價格適中,分辨率較高,因此在儀器儀表中有較為廣泛的應用。 TLC2543的特點 (1)12位分辯率A/D轉換器; (2)在工作溫度范圍內10μs轉換時間; (3)11個模擬輸入通道; (4)3路內置自測試方式; (5)采樣率為66kbps; (6)線性誤差±1LSBmax; (7)有轉換結束輸出EOC; (8)具有單、雙極性輸出; (9)可編程的MSB或LSB前導; (10)可編程輸出數據長度。 TLC2543的引腳排列及說明    TLC2543有兩種封裝形式:DB、DW或N封裝以及FN封裝,這兩種封裝的引腳排列如圖1,引腳說明見表1 TLC2543電路圖和程序欣賞 #include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit clock=P1^0; sbit d_in=P1^1; sbit d_out=P1^2; sbit _cs=P1^3; uchar a1,b1,c1,d1; float sum,sum1; double  sum_final1; double  sum_final; uchar duan[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; uchar wei[]={0xf7,0xfb,0xfd,0xfe};  void delay(unsigned char b)   //50us {           unsigned char a;           for(;b>0;b--)                     for(a=22;a>0;a--); }  void display(uchar a,uchar b,uchar c,uchar d) {    P0=duan[a]|0x80;    P2=wei[0];    delay(5);    P2=0xff;    P0=duan[b];    P2=wei[1];    delay(5);   P2=0xff;   P0=duan[c];   P2=wei[2];   delay(5);   P2=0xff;   P0=duan[d];   P2=wei[3];   delay(5);   P2=0xff;   } uint read(uchar port) {   uchar  i,al=0,ah=0;   unsigned long ad;   clock=0;   _cs=0;   port<<=4;   for(i=0;i<4;i++)  {    d_in=port&0x80;    clock=1;    clock=0;    port<<=1;  }   d_in=0;   for(i=0;i<8;i++)  {    clock=1;    clock=0;  }   _cs=1;   delay(5);   _cs=0;   for(i=0;i<4;i++)  {    clock=1;    ah<<=1;    if(d_out)ah|=0x01;    clock=0; }   for(i=0;i<8;i++)  {    clock=1;    al<<=1;    if(d_out) al|=0x01;    clock=0;  }   _cs=1;   ad=(uint)ah;   ad<<=8;   ad|=al;   return(ad); }  void main()  {   uchar j;   sum=0;sum1=0;   sum_final=0;   sum_final1=0;    while(1)  {              for(j=0;j<128;j++)          {             sum1+=read(1);             display(a1,b1,c1,d1);           }            sum=sum1/128;            sum1=0;            sum_final1=(sum/4095)*5;            sum_final=sum_final1*1000;            a1=(int)sum_final/1000;            b1=(int)sum_final%1000/100;            c1=(int)sum_final%1000%100/10;            d1=(int)sum_final%10;            display(a1,b1,c1,d1);           }         } 

    標簽: 2543 TLC

    上傳時間: 2013-11-19

    上傳用戶:shen1230

  • AVR單片機數碼管秒表顯示

    #include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    標簽: AVR 單片機 數碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区波多野结衣在线观看| 1000部精品久久久久久久久| 欧美成人在线免费观看| 国产一区二区三区不卡在线观看| 伊人天天综合| 欧美母乳在线| 日韩视频免费观看高清完整版| 欧美成人免费小视频| 亚洲欧洲一级| 国产精品激情av在线播放| 亚洲淫片在线视频| 国产亚洲精品成人av久久ww| 久久久久国产精品厨房| 亚洲日本va午夜在线电影| 亚洲自拍偷拍福利| 国内精品久久久久影院薰衣草 | 欧美色图五月天| 欧美一区二区三区播放老司机 | 亚洲午夜精品久久久久久app| 欧美视频一区二区三区| 亚洲欧美日本国产有色| 在线精品一区| 国产精品手机在线| 久久性天堂网| 亚洲人成免费| 国产在线视频欧美| 国产精品成人一区二区三区吃奶| 久久精品国产一区二区电影| 日韩亚洲成人av在线| 在线观看精品一区| 国产一区二区三区久久久久久久久| 欧美黄色免费网站| 美日韩在线观看| 久久久久久国产精品一区| 亚洲一品av免费观看| 日韩午夜在线| 亚洲精品视频二区| 亚洲精美视频| 91久久嫩草影院一区二区| 国模精品一区二区三区色天香| 国产精品视频免费一区| 欧美四级在线观看| 国产精品h在线观看| 欧美深夜影院| 国产精品成人av性教育| 国产精品亚洲第一区在线暖暖韩国| 欧美日韩一区在线观看视频| 欧美日韩四区| 国产精品美女www爽爽爽| 国产欧美一区二区精品性色| 国产尤物精品| 一区免费在线| aa级大片欧美| 欧美一区日本一区韩国一区| 久久人体大胆视频| 性欧美videos另类喷潮| 午夜精品影院| 免播放器亚洲一区| 欧美日韩美女一区二区| 国产欧美日韩综合精品二区| 狠狠入ady亚洲精品经典电影| 国内成人精品一区| 亚洲美女在线观看| 久久黄色影院| 欧美日韩中文在线观看| 国产日韩欧美在线播放| 亚洲激情视频在线观看| 亚洲欧美亚洲| 欧美激情第9页| 国产综合在线看| 亚洲一区二区三区在线| 欧美阿v一级看视频| 国产精品国产一区二区| 亚洲黄色在线| 欧美成人一区二区三区| 黄色国产精品一区二区三区| 一区二区三区欧美激情| 亚洲影视在线播放| 久久精品人人做人人爽| 亚洲国产成人不卡| 亚洲一区免费| 欧美日韩国产综合久久| 亚洲人成在线播放网站岛国| 久久久亚洲一区| 精品91视频| 久久一区中文字幕| 亚洲黄色免费电影| 欧美日韩亚洲综合一区| 99国产精品久久久| 欧美视频中文字幕| 亚洲欧美在线免费| 国产一区二区三区的电影| 久久黄金**| 亚洲国产成人精品女人久久久| 母乳一区在线观看| 一本色道久久综合亚洲精品高清| 欧美另类专区| 欧美影片第一页| 亚洲第一在线综合网站| 欧美日韩国产首页在线观看| 亚洲特色特黄| 国语自产在线不卡| 欧美精品精品一区| 欧美一区二区高清| 亚洲精品免费看| 国产一区二区三区久久| 欧美精品www| 噜噜噜91成人网| 亚洲综合导航| 夜夜夜精品看看| 在线看国产一区| 国产一区二区高清| 国产精品欧美在线| 欧美色欧美亚洲高清在线视频| 久久精品99国产精品日本 | 亚洲国产天堂久久国产91| 欧美日韩在线一区二区| 亚洲精品久久久一区二区三区| 久久久综合激的五月天| 亚洲第一精品久久忘忧草社区| 欧美电影免费观看大全| 亚洲小说欧美另类婷婷| 亚洲国产高清aⅴ视频| 欧美国产一区视频在线观看| 亚洲一区二区三区国产| 激情久久五月天| 欧美性猛交视频| 欧美久久久久久久| 久久综合色88| 久久国内精品自在自线400部| 亚洲九九精品| 亚洲日韩第九十九页| 精品1区2区3区4区| 国产一区 二区 三区一级| 国产精品成人v| 欧美日韩精品伦理作品在线免费观看| 欧美一区在线视频| 亚洲欧美在线x视频| 最新69国产成人精品视频免费| 国产裸体写真av一区二区| 国产精品大片免费观看| 欧美午夜在线| 欧美日韩一区二区精品| 欧美日韩成人激情| 欧美日韩视频免费播放| 欧美日韩一区三区| 欧美调教vk| 国产精品黄视频| 国产一区香蕉久久| 狠狠色丁香婷综合久久| 亚洲国产第一页| 日韩一级裸体免费视频| 在线视频你懂得一区| 亚洲一区二区在线| 久久成人免费| 免费日韩精品中文字幕视频在线| 久久精品色图| 欧美阿v一级看视频| 嫩草影视亚洲| 欧美日韩在线一二三| 国产一区白浆| 亚洲美女中文字幕| 欧美一区二区三区视频免费| 久久久午夜精品| 欧美人与禽性xxxxx杂性| 欧美系列电影免费观看| 精品999在线观看| 亚洲一区二区欧美日韩| 久久综合中文| 国产欧美日韩综合| 一区二区欧美日韩| 另类欧美日韩国产在线| 国产精品女人毛片| 日韩亚洲视频在线| 一区二区三区在线观看视频| 亚洲天堂成人在线视频| 欧美aa国产视频| 国产一区二区三区免费在线观看| 亚洲三级免费| 欧美成人一品| 国产精品揄拍500视频| 一区二区三区欧美激情| 欧美国产高潮xxxx1819| 在线不卡欧美| 久久久久久色| 精品999在线播放| 久久久国产亚洲精品| 国产日韩欧美一区二区三区在线观看 | 欧美日韩免费观看一区二区三区| 另类图片综合电影| 欧美aⅴ99久久黑人专区| 在线成人激情黄色| 美女999久久久精品视频| 国内精品久久久久久久影视麻豆| 亚洲欧美在线看| 国产视频观看一区| 欧美一级二区| 影音先锋一区| 欧美日本亚洲| 欧美一二三区在线观看|