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
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
sd card INPUT,output source program
標簽: program output source INPUT
上傳時間: 2017-08-29
上傳用戶:懶龍1988
read file INPUT (java source code)
上傳時間: 2013-12-01
上傳用戶:dapangxie
7400 QUAD 2-INPUT NAND GATES 與非門 7401 QUAD 2-INPUT NAND GATES OC 與非門 7402 QUAD 2-INPUT NOR GATES 或非門 7403 QUAD 2-INPUT NAND GATES 與非門 7404 HEX INVERTING GATES 反向器 7406 HEX INVERTING GATES HV 高輸出反向器 7408 QUAD 2-INPUT AND GATE 與門 7409 QUAD 2-INPUT AND GATES OC 與門 7410 TRIPLE 3-INPUT NAND GATES 與非門
上傳時間: 2013-12-05
上傳用戶:xfbs821
Smart Antenna system receiving three white INPUT multipath signals from two sources (3 each) and distinguishing each multipath.
標簽: receiving multipath Antenna signals
上傳時間: 2017-09-13
上傳用戶:youlongjian0
This circuit is a nice edge detector that gives you synchronous notification of edges on your INPUT signal. There s no excuse for not doing this it s a tiny circuit in just five lines of Verilog.
標簽: notification synchronous detector circuit
上傳時間: 2017-09-18
上傳用戶:xieguodong1234