A arithmetical resolution about Hanoi tower . compiled by Visaul C++
标签: arithmetical resolution compiled Visaul
上传时间: 2015-04-21
上传用户:huannan88
lu 分解 b样条曲线,贝齐儿曲线等等的 matlab实现,非常实用
上传时间: 2015-04-22
上传用户:王楚楚
FinC is Fava in C! A C-like syntax language. It s designed to apply to embededd system.
标签: designed embededd language C-like
上传时间: 2014-01-01
上传用户:zhenyushaw
java B++树 一个很好的算法来实现这些问题 推荐!
上传时间: 2015-04-24
上传用户:Pzj
用C++做的学生成绩管理系统,一般是软件专业新生的课设题目,虽然还存在一些不足,但是基本上让你拿A问题
上传时间: 2014-01-19
上传用户:trepb001
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
《Crafting a Compiler with C》一书的源代码及工具
标签: Crafting Compiler with 源代码
上传时间: 2013-12-18
上传用户:zm7516678
如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *
标签: 整数
上传时间: 2015-04-24
上传用户:金宜
网关模拟实验,输入ip,判断何a.b.c类网关。并加以修改。
上传时间: 2013-12-17
上传用户:thuyenvinh
用于MSP430 Timer A 模拟UART 产生9600的波特率通讯 此为C代码
上传时间: 2015-04-24
上传用户:qq21508895