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

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

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

  • 數字運算

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

  • 源代碼用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a

    源代碼\用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a,b,c依次序排列時,有13種不同的序列關系: 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個數依序列,設計一個動態規劃算法,計算出有多少種不同的序列關系, 要求算法只占用O(n),只耗時O(n*n).

    標簽: lt 源代碼 動態規劃 序列

    上傳時間: 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

    標簽: government streamline important alphabet

    上傳時間: 2015-06-09

    上傳用戶:weixiao99

  • AVR單片機的集成開發環境

    AVR單片機的集成開發環境,包含了軟件代碼的編寫、仿真調試及編譯的工具包。

    標簽: AVR 單片機 集成開發環境

    上傳時間: 2013-11-27

    上傳用戶:hoperingcong

  • 電力系統在臺穩定計算式電力系統不正常運行方式的一種計算。它的任務是已知電力系統某一正常運行狀態和受到某種擾動

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

    標簽: 電力系統 計算 運行

    上傳時間: 2015-06-13

    上傳用戶:it男一枚

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

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

    標簽: S3C4510 ADS 1.2 模擬

    上傳時間: 2013-12-03

    上傳用戶:lanwei

  • WDSsoft免費源代碼

    WDSsoft免費源代碼,java加密解密編程常用工具包

    標簽: WDSsoft 源代碼

    上傳時間: 2015-07-14

    上傳用戶:daguda

  • WDSsoft免費源代碼

    WDSsoft免費源代碼,java加密解密編程常用工具包

    標簽: WDSsoft 源代碼

    上傳時間: 2015-07-14

    上傳用戶:zaizaibang

  • LibUIDK是專業開發Windows平臺下圖形用戶界面的開發包

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

    標簽: LibUIDK Windows 圖形用戶界面 開發包

    上傳時間: 2013-12-17

    上傳用戶:youth25

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

    matlab例程MATLAB 6.x版的內建數據類型(Built-in data type)就有5種以上,此外還有許多其他專門設計的類(Class),如符號類、內聯函數類、控制工具包中的線性時不變模型類、神經網絡類等。就程序設計而言,MATLAB 6.x版采用了面向對象編程技術。數據和編程的改變使用戶能更簡捷而自然地解決復雜的計算問題(如符號計算問題、多變量控制系統問題、神經網絡問題)。本章內容根據MATLAB6.5編寫,但絕大部分內容適用于其他MATLAB6.x版本。

    標簽: Built-in matlab MATLAB data

    上傳時間: 2013-12-13

    上傳用戶:agent

主站蜘蛛池模板: 德昌县| 高陵县| 巫山县| 新竹市| 综艺| 高陵县| 聂拉木县| 阿克苏市| 南城县| 内江市| 巩义市| 五寨县| 乌鲁木齐县| 新源县| 深泽县| 灵石县| 贵溪市| 义乌市| 安国市| 康定县| 新疆| 沙坪坝区| 汕尾市| 安岳县| 阿拉善左旗| 亚东县| 淳化县| 板桥市| 长垣县| 临猗县| 镇平县| 邓州市| 大渡口区| 武山县| 阜新| 扶沟县| 台中市| 翁源县| 贵溪市| 锡林浩特市| 寿阳县|