A Windows CE API Inecptor Tools
标签: Inecptor Windows Tools API
上传时间: 2013-12-11
上传用户:龙飞艇
A/D 转化类实用子程序,包括常用模数转化芯片的转换子程序,还有部分常用模数转换芯片的介绍
上传时间: 2015-04-23
上传用户:lxm
《湖泊生态的简单模拟》(Simulation Of Living Beings In A Lake )。这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd1:Information Systems时完成的一个课程设计,内含课程设计报告、类图、源码(1800多行),并附传了workbench(CMU提供的虚拟服务器,可用tomcat替换)。本人当时为软件工程专业大一学生。
标签: Simulation University Carnegie Living
上传时间: 2014-01-01
上传用户:leehom61
a software that can reorganise your desktop and minimizing all your icon size to 12x12. A very useful tool if you have many icon on your desktop
标签: your reorganise minimizing software
上传时间: 2013-12-13
上传用户:love1314
用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
计算NACA4位翼型的程序,在E盘naca文件夹下生成翼型数据,保存为.txt格式
上传时间: 2013-12-05
上传用户:小儒尼尼奥
如果整数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
上传用户:金宜
利用MSP430的Timer A 模拟UART功能,波特率9600 32kHz ACLK
上传时间: 2015-04-24
上传用户:llandlu