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

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

lib<b>SVM</b>工具包

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) 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

    標(biāo)簽: 數(shù)字 運(yùn)算

    上傳時(shí)間: 2015-05-21

    上傳用戶:daguda

  • 源代碼用動(dòng)態(tài)規(guī)劃算法計(jì)算序列關(guān)系個(gè)數(shù) 用關(guān)系"<"和"="將3個(gè)數(shù)a

    源代碼\用動(dòng)態(tài)規(guī)劃算法計(jì)算序列關(guān)系個(gè)數(shù) 用關(guān)系"<"和"="將3個(gè)數(shù)a,b,c依次序排列時(shí),有13種不同的序列關(guān)系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要將n個(gè)數(shù)依序列,設(shè)計(jì)一個(gè)動(dòng)態(tài)規(guī)劃算法,計(jì)算出有多少種不同的序列關(guān)系, 要求算法只占用O(n),只耗時(shí)O(n*n).

    標(biāo)簽: lt 源代碼 動(dòng)態(tài)規(guī)劃 序列

    上傳時(shí)間: 2013-12-26

    上傳用戶:siguazgb

  • 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

    標(biāo)簽: government streamline important alphabet

    上傳時(shí)間: 2015-06-09

    上傳用戶:weixiao99

  • AVR單片機(jī)的集成開發(fā)環(huán)境

    AVR單片機(jī)的集成開發(fā)環(huán)境,包含了軟件代碼的編寫、仿真調(diào)試及編譯的工具包。

    標(biāo)簽: AVR 單片機(jī) 集成開發(fā)環(huán)境

    上傳時(shí)間: 2013-11-27

    上傳用戶:hoperingcong

  • 電力系統(tǒng)在臺(tái)穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動(dòng)

    電力系統(tǒng)在臺(tái)穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動(dòng),計(jì)算電力系統(tǒng)所有發(fā)電機(jī)能否同步運(yùn)行 1運(yùn)行說明: 請(qǐng)輸入初始功率S0,形如a+bi 請(qǐng)輸入無限大系統(tǒng)母線電壓V0 請(qǐng)輸入系統(tǒng)等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運(yùn)行時(shí)的系統(tǒng)直軸等值電抗Xd 2故障運(yùn)行時(shí)的系統(tǒng)直軸等值電抗X d 3故障切除后的系統(tǒng)直軸等值電抗 請(qǐng)輸入慣性時(shí)間常數(shù)Tj 請(qǐng)輸入時(shí)段數(shù)N 請(qǐng)輸入哪個(gè)時(shí)段發(fā)生故障Ni 請(qǐng)輸入每時(shí)段間隔的時(shí)間dt

    標(biāo)簽: 電力系統(tǒng) 計(jì)算 運(yùn)行

    上傳時(shí)間: 2015-06-13

    上傳用戶:it男一枚

  • S3C4510模擬器及實(shí)例源碼 安裝ADS1.2之后

    S3C4510模擬器及實(shí)例源碼 安裝ADS1.2之后,再安裝模擬器。模擬器安裝路徑必須選擇到ADS的bin目錄,所以必須先安裝ADS。安裝模擬器時(shí)請(qǐng)仔細(xì)閱讀提示文字。 模擬器安裝完成后,會(huì)在桌面建立快捷圖標(biāo)S3C4510B_Board,運(yùn)行這個(gè)快捷圖標(biāo)可以看到開發(fā)板的圖形,在AXD啟動(dòng)后將可以在S3C4510B_Board上面看到效果。 模擬器安裝完成后,還會(huì)建立文件夾 C:\ArmEmulate,桌面快捷圖標(biāo)S3C4510B_Board 就是指向這里。這個(gè)文件夾下有5個(gè)子文件夾,分別是: 1. C:\ArmEmulate\GPIO\ , 這個(gè)文件夾里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 這個(gè)文件夾里只有一個(gè)頭文件S3C4510B.h,包含S3C4510B寄存器的定義。 3. C:\ArmEmulate\make, 這個(gè)文件夾里是gnu 的make工具包,所有的程序都是用makefile管理的,沒有工程文件。 4. C:\ArmEmulate\TIMER,這個(gè)文件夾里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,這個(gè)文件夾里是UCOSII的程序例子,如果想了解UCOS的運(yùn)行過程,可以使用這個(gè)例子單步運(yùn)行,查看程序流程和內(nèi)存,變量。 在程序例子文件夾中還有一個(gè)ads12.bat批處理文件,用于使用makefile時(shí)設(shè)置臨時(shí)環(huán)境變量。 具體使用過程,請(qǐng)看C:\ArmEmulate\Readme.txt。

    標(biāo)簽: S3C4510 ADS 1.2 模擬

    上傳時(shí)間: 2013-12-03

    上傳用戶:lanwei

  • WDSsoft免費(fèi)源代碼

    WDSsoft免費(fèi)源代碼,java加密解密編程常用工具包

    標(biāo)簽: WDSsoft 源代碼

    上傳時(shí)間: 2015-07-14

    上傳用戶:daguda

  • WDSsoft免費(fèi)源代碼

    WDSsoft免費(fèi)源代碼,java加密解密編程常用工具包

    標(biāo)簽: WDSsoft 源代碼

    上傳時(shí)間: 2015-07-14

    上傳用戶:zaizaibang

  • LibUIDK是專業(yè)開發(fā)Windows平臺(tái)下圖形用戶界面的開發(fā)包

    LibUIDK是專業(yè)開發(fā)Windows平臺(tái)下圖形用戶界面的開發(fā)包,該開發(fā)包基于Microsoft的MFC庫。使用此開發(fā)工具包可輕易把美工制作的精美界面用VC實(shí)現(xiàn),由于使用LibUIDK創(chuàng)建的控件都可以從控件工具欄中拖入,所以極大的提高了新產(chǎn)品的開發(fā)速度,并大大增強(qiáng)圖形用戶界面(GUI)的親和力。LibUIDK還可以使您的軟件輕松具有當(dāng)今流行的換膚功能,以提高產(chǎn)品的競(jìng)爭(zhēng)力。

    標(biāo)簽: LibUIDK Windows 圖形用戶界面 開發(fā)包

    上傳時(shí)間: 2013-12-17

    上傳用戶:youth25

  • matlab例程MATLAB 6.x版的內(nèi)建數(shù)據(jù)類型(Built-in data type)就有5種以上

    matlab例程MATLAB 6.x版的內(nèi)建數(shù)據(jù)類型(Built-in data type)就有5種以上,此外還有許多其他專門設(shè)計(jì)的類(Class),如符號(hào)類、內(nèi)聯(lián)函數(shù)類、控制工具包中的線性時(shí)不變模型類、神經(jīng)網(wǎng)絡(luò)類等。就程序設(shè)計(jì)而言,MATLAB 6.x版采用了面向?qū)ο缶幊碳夹g(shù)。數(shù)據(jù)和編程的改變使用戶能更簡(jiǎn)捷而自然地解決復(fù)雜的計(jì)算問題(如符號(hào)計(jì)算問題、多變量控制系統(tǒng)問題、神經(jīng)網(wǎng)絡(luò)問題)。本章內(nèi)容根據(jù)MATLAB6.5編寫,但絕大部分內(nèi)容適用于其他MATLAB6.x版本。

    標(biāo)簽: Built-in matlab MATLAB data

    上傳時(shí)間: 2013-12-13

    上傳用戶:agent

主站蜘蛛池模板: 澄迈县| 凌云县| 兴隆县| 嘉峪关市| 元阳县| 平安县| 株洲县| 玉树县| 遵义市| 固阳县| 涪陵区| 陇南市| 枞阳县| 永顺县| 岐山县| 满城县| 杭锦后旗| 子长县| 彰化市| 湖州市| 克山县| 时尚| 会泽县| 芒康县| 齐河县| 南安市| 秀山| 蒙阴县| 张家川| 宁阳县| 黎平县| 望江县| 积石山| 江津市| 神木县| 阿荣旗| 北川| 基隆市| 寻甸| 天水市| 米泉市|