资源列表
[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为<姚紫欣> 在 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
[其它] amplitude_ratio
说明:Returns the Multilook Amplitude Ratio for correlated channels-Returns the Amplitude Ratio for Multilook correlated channels<tiantian> 在 2008-10-13 上传 | 大小:1023byte | 下载:0
[图形图像处理(光照,映射..)] Moving-target-detection
说明:在visualc++平台和已经安装有opencv的PC机上运行。实现固定背景下运动目标检测的功能。-Run in visualc platform and has been installed opencv it on a PC. Fixed the context of moving object detection function.<姜维> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[Modem编程] PC-and-Modem
说明:pc机和modem之间的通信,The communication between PCs and Modem-The communication between PCs and Modem<曹昵妹> 在 2025-04-29 上传 | 大小:1kb | 下载:0
[编辑器/阅读器] Tester
说明:It can be used to design arduino lcd tester<alertshina> 在 2022-01-26 上传 | 大小:1023byte | 下载:0