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

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

智能<b>家</b>居系統(tǒng)(tǒng)

  • 數(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

  • 電力系統(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男一枚

  • 本章將介紹Windows CE 的儲(chǔ)存管理。我們將本章內(nèi)容分為兩大部分

    本章將介紹Windows CE 的儲(chǔ)存管理。我們將本章內(nèi)容分為兩大部分,前半部會(huì)依序介紹 Windows CE的檔案系統(tǒng)類型、 Windows CE儲(chǔ)存管理結(jié)構(gòu)和每一個(gè)層次、以及如何自行開發(fā)檔案系統(tǒng)並載入之,後半部則以Ramdisk上的檔案系統(tǒng)為例,實(shí)際分析儲(chǔ)存管理相關(guān)的原始程式碼與資料型態(tài)。

    標(biāo)簽: Windows CE

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

    上傳用戶:685

  • 動(dòng)態(tài)連結(jié)程式庫(kù) (DLL) 一直以來都是Windows的重要基礎(chǔ)

    動(dòng)態(tài)連結(jié)程式庫(kù) (DLL) 一直以來都是Windows的重要基礎(chǔ),Windows CE也不例外。DLL對(duì)作業(yè)系統(tǒng)十分重要,本節(jié)的內(nèi)容主要是分析loader.c中的程式碼,它負(fù)責(zé)載入EXE和DLL。這裏要討論的是關(guān)於DLL的部分

    標(biāo)簽: Windows DLL 程式

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

    上傳用戶:vodssv

  • 免費(fèi)分享版網(wǎng)路硬碟 01.創(chuàng)意風(fēng)格首頁(yè) 02.申請(qǐng)會(huì)員 03.密碼查詢 04.會(huì)員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload Lyf

    免費(fèi)分享版網(wǎng)路硬碟 01.創(chuàng)意風(fēng)格首頁(yè) 02.申請(qǐng)會(huì)員 03.密碼查詢 04.會(huì)員容量限制 05.上傳檔案支援  Persits.Upload Dundas.Upload LyfUpload.UploadFile iNotes.Upload 06.多檔上傳,最多一次10個(gè)檔案 07.重新命名 08.刪除檔案、資料夾 09.剪下、複製、貼上 10.上移功能 11.會(huì)員列表、會(huì)員修改、刪除會(huì)員 12.系統(tǒng)資訊列表、系統(tǒng)修改 13.清單模式、縮圖模式  支援線上縮圖,Persits.Jpeg  ASPThumb 14.Persits.Upload Dundas.Upload支援上傳BAR進(jìn)度顯示功能 15.Admin可觀看  使用者在線顯示、目前位址 16.WebHD總使用容量統(tǒng)計(jì) 17.會(huì)員使用容量統(tǒng)計(jì) 18.Admin新增會(huì)員功能 本程式適用於:   Windows  2003,Windwos  xp,Windows  2000 使用限制:   須先至本站註冊(cè)取得啟用資料庫(kù),才可使用本系統(tǒng)!(註冊(cè)完全免費(fèi))   無法修改首頁(yè)圖片、廣告視窗於下方   須先安裝   Scripting.FileSystemObject ADODB.Connection   才可使用 系統(tǒng)管理員預(yù)設(shè)值:   帳號(hào):Admin   密碼:system

    標(biāo)簽: Upload Persits Dundas nbsp

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

    上傳用戶:ggwz258

  • ALTERA PWM電路 這是一個(gè)ALTERA的PWM電路

    ALTERA PWM電路 這是一個(gè)ALTERA的PWM電路,可以整合到NIOSII IDE中,來完成一個(gè)PWM的系統(tǒng)。

    標(biāo)簽: ALTERA PWM

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

    上傳用戶:zxc23456789

  • KernelDriver發(fā)展套件

    KernelDriver發(fā)展套件,客戶可直接存取USB硬體,並更快為Windows 98、Me、2000、XP、NT、Windows CE.NET和Linux作業(yè)系統(tǒng)發(fā)展高效能的USB裝置驅(qū)動(dòng)程式。這些工具提供圖形導(dǎo)向的發(fā)展環(huán)境、使用簡(jiǎn)單的應(yīng)用程式界面、硬體診斷工具和範(fàn)例程式,可以排除研發(fā)瓶頸,讓裝置驅(qū)動(dòng)程式的發(fā)展更容易。

    標(biāo)簽: KernelDriver 套件

    上傳時(shí)間: 2015-10-19

    上傳用戶:skhlm

  • qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實(shí)機(jī)的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比

    qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實(shí)機(jī)的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比 QEMU 快一點(diǎn),但 Bochs 需要特定的 Kernel Patch;User-Mode-Linux 的 Guest System 必須為 Linux;VMware 和 Virtual PC 則需要在 Guest System 上安裝特定的 Driver,且它們是針對(duì)作業(yè)系統(tǒng)而進(jìn)行模擬,並不能說是完整的模擬器。所以 QEMU 仍不失為極優(yōu)秀的 x86 模擬器。

    標(biāo)簽: VMware User-Mode-Linux Virtual Bochs

    上傳時(shí)間: 2014-06-04

    上傳用戶:bakdesec

主站蜘蛛池模板: 杨浦区| 安仁县| 泸水县| 色达县| 龙江县| 罗源县| 安平县| 惠来县| 和平区| 界首市| 郑州市| 桑植县| 岑溪市| 莲花县| 兴化市| 太仆寺旗| 郧西县| 洛阳市| 河东区| 陈巴尔虎旗| 延庆县| 咸宁市| 九龙城区| 大渡口区| 宁海县| 垫江县| 盘锦市| 马尔康县| 金乡县| 库伦旗| 河池市| 贞丰县| 西吉县| 双江| 静海县| 景泰县| 宁陕县| 年辖:市辖区| 长葛市| 新巴尔虎左旗| 本溪|