资源列表
[Linux/Unix编程] 亲密数
说明:如果整数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的因子。 *-If all<姚紫欣> 在 2008-10-13 上传 | 大小:1023byte | 下载:0
[其它] exm06103171
说明:基于matlab的简单一元函数优化实例,对初次学习mabtlab函数优化者会有很大帮助-simple one yuan function optimization example, mabtlab the initial learning function optimization who will be of great help<xn> 在 2008-10-13 上传 | 大小:1023byte | 下载:0
[其它] legendre_gauss
说明:此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)<张俊杰> 在 2008-10-13 上传 | 大小:1023byte | 下载:0
[单片机(51,AVR,MSP430等)] Car
说明:本程序完成智能小车的自动转弯90度,自动显示室内温度等功能。-The program will lead the Smart car to turn 90 degrees automatically , and displays the indoor temperature.<vivian> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[教育/学校应用] LibraryMangeSys
说明:一个C++ 写的图片管理系统的部分代码 ..后续再上碔砆混玉 其它的-lib<sunda> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] icc_delay
说明:avr单片机在ICC中的精确延迟程序 晶振为8m时的延迟 在mega8上实现-avr microcontroller in the ICC process in the precision delay is very good thank you i think you can use it to program in your avr program<lili> 在 2026-01-23 上传 | 大小:1kb | 下载:0
[编辑器/阅读器] Tester
说明:It can be used to design arduino lcd tester<alertshina> 在 2022-01-26 上传 | 大小:1023byte | 下载:0