代码搜索:插值算法

找到约 10,000 项符合「插值算法」的源代码

代码结果 10,000
www.eeworm.com/read/145051/12754885

txt 中值滤波算法改进之c语言实现.txt

代码如下,通过两种方法计算中值: /* 程序功能:求中值 作者:BugEyes 主页:http://bugeyes.blog.edu.cn */ #i nclude int middle(int array[],int n) { int i,j; int large=0,little=0; for(i=0;