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 ==================================
资源简介: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 que...
上传时间: 2015-04-24
上传用户:ljt101007
资源简介:我用的开发环境是ti的CCS3.1 这几个程序是我最近做工程时找的例子,觉得很有用. 1.spra999a.zip-做二次加载用,有3个工程 2.TMS320C6000 McBSP_ AC 97 Codec Interface.zip 调试串口时用到的 3.TMS320C6000 Memory Test code.zip 调试存储器时用到的 4.5 ...
上传时间: 2014-01-14
上传用户:sunjet
资源简介:SP430C语言程序: 11-1的功能为利用MSP430的ADC12进行单通道单次转换,使用内部热敏二极管测量温度。 11-2的功能为利用ADC12进行多通道单次转换,测量温度和(AVcc-AVss)/2。 11-3的功能为利用MSP430F15/16x系列的DA转换模块,从DAC通道0(P6.6)输出锯齿...
上传时间: 2015-04-30
上传用户:wxhwjf
资源简介:Visual C++课程设计案例精编一书自带的例子程序:24点游戏
上传时间: 2013-12-25
上传用户:aa54
资源简介:U盘开发例子程序:89C51+sl811读写U盘的源程序+原理图
上传时间: 2014-01-23
上传用户:曹云鹏
资源简介:分为5个部分: 3.1 M文件 3.2 程序控制结构 3.3 函数文件 3.4 程序举例 3.5 程序调试
上传时间: 2016-07-08
上传用户:cazjing
资源简介:Visual Prolog的一些学习程序 Visual Prolog7.1的,希望或多或少能帮助到您
上传时间: 2013-12-24
上传用户:guanliya
资源简介:自动售货机源代码1. 自动售货机能销售三种商品:热狗1元、汉堡包2元、双层汉堡3元。设数量无限。 2. 自动售货机允许投入1元、2元、5元硬币。当总币值等于顾客需要的商品单价时,机器送出需要的商品,若大于时,机器除提供所需商品外,并将余币退出;若小于...
上传时间: 2013-12-16
上传用户:zwei41
资源简介:短信群发程序,针对WAVECOM模块开发,程序员通过该程序可以了解:1.串口编程2.GSM发送短信3.PDU编码
上传时间: 2015-02-19
上传用户:84425894
资源简介:网上整合资料:jmeter 1.jmeter学习笔记 2.使用JMeter进行性能测试 3.利用 Apache JMeter 测试 WebSphere 性能 4.单元测试和压力测试是软件开发质量的保证
上传时间: 2015-10-06
上传用户:pompey