人工智能上機實驗題目:自動求解八數(shù)碼難題。 八數(shù)碼難題:在3×3的方格棋盤上,分別放置了標(biāo)有數(shù)字1,2,3,4,5,6,7,8的八張牌,初始狀態(tài)S0,目標(biāo)狀態(tài)如下圖所示,可以使用的操作有:空格左移,空格上移,空格右移,空格下移。
標(biāo)簽: 數(shù)碼 人工智能 上機實驗 自動
上傳時間: 2013-12-24
上傳用戶:redmoons
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
上傳時間: 2015-06-09
上傳用戶:weixiao99
電力系統(tǒng)在臺穩(wěn)定計算式電力系統(tǒng)不正常運行方式的一種計算。它的任務(wù)是已知電力系統(tǒng)某一正常運行狀態(tài)和受到某種擾動,計算電力系統(tǒng)所有發(fā)電機能否同步運行 1運行說明: 請輸入初始功率S0,形如a+bi 請輸入無限大系統(tǒng)母線電壓V0 請輸入系統(tǒng)等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運行時的系統(tǒng)直軸等值電抗Xd 2故障運行時的系統(tǒng)直軸等值電抗X d 3故障切除后的系統(tǒng)直軸等值電抗 請輸入慣性時間常數(shù)Tj 請輸入時段數(shù)N 請輸入哪個時段發(fā)生故障Ni 請輸入每時段間隔的時間dt
標(biāo)簽: 電力系統(tǒng) 正 計算 運行
上傳時間: 2015-06-13
上傳用戶:it男一枚
這是一個字母或數(shù)制之間的轉(zhuǎn)化程序,5為主模塊,調(diào)用模塊1和模塊7 模塊1又調(diào)用模塊2、3、4和6四個模塊,其中: 模塊2實現(xiàn)小寫字母向大寫字母的轉(zhuǎn)換 模塊3實現(xiàn)大寫字母向小寫字母的轉(zhuǎn)換 模塊4實現(xiàn)二進(jìn)制數(shù)向十六進(jìn)制數(shù)的轉(zhuǎn)換 模塊6實現(xiàn)十六進(jìn)制數(shù)向二進(jìn)制數(shù)的轉(zhuǎn)換 模塊7實現(xiàn)十六進(jìn)制數(shù)向十進(jìn)制數(shù)的轉(zhuǎn)換 按“q”鍵退出。 使用時,需將7個文件分別匯編,連接的方法為: 5+1+2+3+4+6+7 生成可執(zhí)行文件“5” 即可運行。
標(biāo)簽: 字母 數(shù)制 轉(zhuǎn)化 程序
上傳時間: 2015-06-14
上傳用戶:許小華
曲譜存貯格式 unsigned char code MusicName{音高,音長,音高,音長...., 0,0} 末尾:0,0 表示結(jié)束(Important) 音高由三位數(shù)字組成: 個位是表示 1~7 這七個音符 十位是表示音符所在的音區(qū):1-低音,2-中音,3-高音 百位表示這個音符是否要升半音: 0-不升,1-升半音。 音長最多由三位數(shù)字組成: 個位表示音符的時值,其對應(yīng)關(guān)系是: |數(shù)值(n): |0 |1 |2 |3 | 4 | 5 | 6 |幾分音符: |1 |2 |4 |8 |16 |32 |64 音符=2^n 十位表示音符的演奏效果(0-2): 0-普通,1-連音,2-頓音 百位是符點位: 0-無符點,1-有符點 調(diào)用演奏子程序的格式 Play(樂曲名,調(diào)號,升降八度,演奏速度) |樂曲名 : 要播放的樂曲指針,結(jié)尾以(0,0)結(jié)束 |調(diào)號(0-11) : 是指樂曲升多少個半音演奏 |升降八度(1-3) : 1:降八度, 2:不升不降, 3:升八度 |演奏速度(1-12000): 值越大速度越快
標(biāo)簽: MusicName unsigned char code
上傳時間: 2013-12-15
上傳用戶:671145514
這是一個字母或數(shù)制之間的轉(zhuǎn)化程序,5為主模塊,調(diào)用模塊1和模塊7 模塊1又調(diào)用模塊2、3、4和6四個模塊,其中: 模塊2實現(xiàn)小寫字母向大寫字母的轉(zhuǎn)換 模塊3實現(xiàn)大寫字母向小寫字母的轉(zhuǎn)換 模塊4實現(xiàn)二進(jìn)制數(shù)向十六進(jìn)制數(shù)的轉(zhuǎn)換 模塊6實現(xiàn)十六進(jìn)制數(shù)向二進(jìn)制數(shù)的轉(zhuǎn)換 模塊7實現(xiàn)十六進(jìn)制數(shù)向十進(jìn)制數(shù)的轉(zhuǎn)換 按“q”鍵退出。 使用時,需將7個文件分別匯編,連接的方法為: 5+1+2+3+4+6+7 生成可執(zhí)行文件“5” 即可運行。
標(biāo)簽: 字母 數(shù)制 轉(zhuǎn)化 程序
上傳時間: 2015-09-18
上傳用戶:cuiyashuo
開發(fā)板簡易系統(tǒng)安裝: --Jflash-s3c2410 --mkyaffsimage --my_root_yaffs_mini.tar.gz --vivi_note_yaffs.tar.gz --vivi_yaffs --zImage_2.4 --zImage_2.6 readme.txt
標(biāo)簽: my_root_yaffs_mini vivi_note_yaffs mkyaffsimage tar
上傳時間: 2013-12-14
上傳用戶:wkchong
FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4. Freeware, full source code, royalty-free.
標(biāo)簽: capabilities FreeReport comparable previewer
上傳時間: 2013-12-26
上傳用戶:zhaiye
這是一個字母或數(shù)制之間的轉(zhuǎn)化程序,5為主模塊,調(diào)用模塊1和模塊7 模塊1又調(diào)用模塊2、3、4和6四個模塊,其中: 模塊2實現(xiàn)小寫字母向大寫字母的轉(zhuǎn)換 模塊3實現(xiàn)大寫字母向小寫字母的轉(zhuǎn)換 模塊4實現(xiàn)二進(jìn)制數(shù)向十六進(jìn)制數(shù)的轉(zhuǎn)換 模塊6實現(xiàn)十六進(jìn)制數(shù)向二進(jìn)制數(shù)的轉(zhuǎn)換 模塊7實現(xiàn)十六進(jìn)制數(shù)向十進(jìn)制數(shù)的轉(zhuǎn)換 按“q”鍵退出。 使用時,需將7個文件分別匯編,連接的方法為: 5+1+2+3+4+6+7 生成可執(zhí)行文件“5” 即可運行。
標(biāo)簽: 字母 數(shù)制 轉(zhuǎn)化 程序
上傳時間: 2015-10-11
上傳用戶:zhuoying119
簡介 TbcISAPIFilter.ISAPI.Filter.Component.for.Delphi.v2.1.WinALL.Retail.Source.Code-DVT TbcISAPIFilter代給你讓你在Delphi 4,5,6,7和C++ Builder中可視化開發(fā)的體驗。把這個組件拖放到數(shù)據(jù)模塊上,按照你希望的方式處理事件。可視化地設(shè)置過濾器的優(yōu)先級別。本組件帶有IIS 認(rèn)證過濾例子的DLL源代碼。
標(biāo)簽: TbcISAPIFilter Component TbcISAPIF Code-DVT
上傳時間: 2014-10-25
上傳用戶:gououo
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1