prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================
標簽: Part connections example prolog
上傳時間: 2015-04-24
上傳用戶:ljt101007
RFID read software for windows application
標簽: application software windows RFID
上傳時間: 2015-04-24
上傳用戶:jeffery
This example implements a gameport translator on the PIC16C765. The firmware translates a gaming device plugged into the gameport to a USB gaming device. The firmware is set up to translate the DexxaTM eight-button gamepad. Changes to the firmware will be necessary for a different gaming device.
標簽: implements translator translates gameport
上傳時間: 2015-04-26
上傳用戶:yyq123456789
Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm.
標簽: classification easy-to-use regression and
上傳時間: 2013-12-22
上傳用戶:二驅蚊器
是MIDP 的API 查詢文件, 大家可以看一下裡面的index.html, 再用Package 或 Class 名字來查.
上傳時間: 2013-12-13
上傳用戶:lz4v4
The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program using timer Hardware:Host computer PC Software: GNU GCC
標簽: software periodic defects timers
上傳時間: 2014-08-13
上傳用戶:古谷仁美
Oracle8 PL/SQL程序設計中的例子腳本 162K SQL(英文) The example code used in Oracle8 PL/SQL Programming
標簽: Oracle8 SQL Programming example
上傳時間: 2013-12-31
上傳用戶:cursor
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.
標簽: practical Software provides software
上傳時間: 2015-04-30
上傳用戶:bjgaofei
This package contains assembly programs for testing how many clock cycles a piece of code takes to execute.
標簽: contains assembly programs package
上傳時間: 2013-11-25
上傳用戶:asdfasdfd
書"Simulation and software radio for mobile communications"的源代碼matlab版,從基本的bpsk,qpsk,qam到實際的ofdm系統,cdma鏈路,mac層仿真分析,可以全面的了解通信系統。
標簽: communications Simulation software mobile
上傳時間: 2015-05-02
上傳用戶:小眼睛LSL