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