6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!
标签: 源程序
上传时间: 2013-12-21
上传用户:yy541071797
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
基于离散多点的曲线拟合 把多个离散点拟合成曲线
上传时间: 2013-12-22
上传用户:fredguo
簡單的串列埠自我測試持式 測試硬體電路是否正確
标签: 正
上传时间: 2015-04-25
上传用户:FreeSky
Verilog HDL 程序 双路脉冲发生器的代码 包含了键盘控制,LED显示,脉冲发生,脉冲频率测量模块 是我自己写得,希望能对你有帮助,有问题可以mail:shaojunwu1@163.com
上传时间: 2015-04-26
上传用户:wpt
在分析传统的链路——状态算法的基础上,提出了一种优化的卫星通信星际路由算法。 该算法能够找出任意两颗卫星间通信的最佳路径集合,同时能够在链路质量容许的情况下,尽量 避免通信链路切换的发生,从而较大地提高了系统性能。
上传时间: 2014-01-13
上传用户:leehom61
用VC6++对A*寻路算法的简单实现,在界面上点击鼠标就行.
上传时间: 2015-04-27
上传用户:wlcaption
這是使用vb來模擬資料結構中有名的老鼠走迷官程式。小老鼠會記錄所走過的路。自動找到出口。
上传时间: 2014-01-02
上传用户:youlongjian0
单片机发展趋势的文章: 从Cygnal C8051F看8位单片机发展之路.pdf 好
上传时间: 2013-12-22
上传用户:fxf126@126.com
程序员资料系列.CSDN经典帖子及文档合辑5,很不错的资料,强烈建议大家
上传时间: 2014-03-04
上传用户:lijinchuan