资源列表
[其他小程序] LIJIANNING
说明:用到文件处理的学生成绩排序程序,使用时注意学生成绩的格式,可移植性强-this is a C++file, dealing with the sorting of students grades<Lucien> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] binary-search
说明:折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。-binary search<tjl> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] aZRaiLPhp-v1.0
说明:its a basic php development using azrail which help novel users to learn a lot more<Bhargava> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] tm4c123-lcd12864
说明:tiva c tm4c123g lcd12864 driver<shugang> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] Matlab-Rayleigh-channel-matrix
说明:Matlab实现瑞利信道矩阵,大尺度衰落,阴影衰落-Matlab Rayleigh channel matrix, large scale decline, shadow fading<古月> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] ARMA_StmcbProny
说明:用矩阵的奇异值分解法确定ARMA模型的阶次,估计模型参数-ARMA model to determine the matrix of the singular value decomposition of the order, the estimated model parameters<夏森> 在 2025-11-22 上传 | 大小:3kb | 下载:0
[其他小程序] Insertion-and-deletion-of-the-list
说明:关于链表的插入和删除的算法,用c语言加以实现-On the list of insertion and deletion algorithms, with the c language to achieve<> 在 2025-11-22 上传 | 大小:3kb | 下载:0