Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
標簽: state algorithme Program problem
上傳時間: 2017-08-12
上傳用戶:jjj0202
The function applies the Madsen method for Doppler Centroid estimation. The input are: 1) the raw data, the parameter of the distance between samples in azimuth to be correlated and the PRF (Pulse repetition frequency)
標簽: estimation The the Centroid
上傳時間: 2017-08-12
上傳用戶:pinksun9
1、 在NMBER INPUT的基礎上設計數字密碼鎖 2、 運行初始密碼為學號后8位,密碼不正確執行4、5功能 3、 連續3次密碼錯誤,鎖定鍵盤,發出報警指示 4、 輸出開鎖信號(使用功率開關),LED指示 設置修改密碼功能,數據存入24C01EEROM
上傳時間: 2014-01-15
上傳用戶:sxdtlqqjl
example of a 7 pulse multiple pulse width modulation with tow=0.8
標簽: pulse modulation multiple example
上傳時間: 2017-08-18
上傳用戶:13517191407
Calculates if the brackets in a sentence are correctly close. Input consists, one per line, sentences with brackets, and output say YES if its correctly close, or NO int if its not saying where is the error. Input: ()[]<>(**) (*) (ASA Output: YES NO 2 NO 4
標簽: Calculates correctly brackets consists
上傳時間: 2013-12-13
上傳用戶:aig85
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
標簽: Implementation calculates algorithm Edmonds
上傳時間: 2014-01-04
上傳用戶:kiklkook
a carrier sense multiple access with collision avoidance (CSMA/CA) based MAC protocol, called nanoMAC, suitable for low bit-rate, low-power wireless devices with high efficiency
標簽: avoidance collision multiple protocol
上傳時間: 2017-08-28
上傳用戶:小寶愛考拉
sd card input,output source program
標簽: program output source input
上傳時間: 2017-08-29
上傳用戶:懶龍1988
read file input (java source code)
上傳時間: 2013-12-01
上傳用戶:dapangxie
A thesis on developing multiple-precision integer libraries for cryptographic and other uses.
標簽: multiple-precision cryptographic developing libraries
上傳時間: 2014-01-10
上傳用戶:xiaohuanhuan