搜索资源列表
ga
- 用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10 * sin (x 5 *) 5 * cos (10 * x) for the maximum. To achieve environmental w in-tc.
最大值及最大公约数
- 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
z
- 实现数组的相关功能,如查询,求和,求平均值,求最大值最小值,排序,查找等,并且有菜单,适合靠C语言二级证书的,或者初学者-To achieve an array of related functions, such as query, sum, average, seeking maximum minimum, sort, search and so on, and there are menus for relying on C-2 certificates, or beginners
aitkenroot
- 埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin
genetic-algorithm
- 采用遗传算法,求函数max f(x1,x2) = xsin(10π*x)+1的最大值。用C语言实现-Using genetic algorithms, find a function max f (x1, x2) = xsin (10π* x)+1 maximum. Using C language
COLORPSNR
- 此程序用C语言求取彩色图像的PSNR。psnr是一种评价图像的客观标准。它具有局限性,PSNR是“PeakSignaltoNoiseRatio”的缩写。peak的中文意思是顶点。而ratio的意思是比率或比列的。整个意思就是到达噪音比率的顶点信号,psnr是一般是用于最大值信号和背景噪音之间的一个工程项目。-This program uses the C language to strike a color image PSNR. psnr is an objective criteria to
C-language-and-a-classic-code
- 该资源有28个经典的C语言代码,包括两数交换、考试成绩转换成等级分、判读闰年、求平均、求最大值、求最小值、统计个数、最大公约数、求 n 的阶乘、打印九九乘法表、求 100 以内的素数、求水仙花数、用函数求 x 的 n 次幂-28 classic C language code of the resource, including the exchange of two numbers, test scores convert level interpretation of the leap ye
C
- C语言,先输入一串字符串数组,可以实现数组的反转,还可以求最大值,最小值,平均值,以及给字符串加密-C language, enter the string of an array of strings, you can achieve the reversal of the array, but also in order to the maximum, minimum, average, and to string encryption
max-number
- 求几个数中最大值的C语言程序,计算简便,简明易懂-Seeking the maximum number of several C language program, the calculation is simple, concise and understandable
MAX
- 用函数实现排序找最大值求方差.用C语言编写的-Achieve the sort function to find the maximum value with the variance. Using C language
MAX2
- C语言编写的求两个数中的最大值,求解方法为采用第三变量求解-C language seeking the maximum of two numbers, solving method to solve for the introduction of a third variable
C
- 求某个二元函数的最大值函数优化问题,C语言遗传算法代码-Seeking a binary function of the maximum function optimization, C language code genetic algorithm
C
- 求最大值和最小值的C语言小程序,用C语言编的-C programe
qiuzuidazhi
- 求最大值,给出三个数,利用C语言编写一段代码,求出三个数中的最大值-Find the maximum value, given three numbers, the use of C language prepared by a code, the three found in the maximum number
maxValueLabel
- 通过C++语言实现求二维数组中最大值及其对应数组下标的功能,数组指针的方法通过主函数调用相应的子函数来实现-The method of seeking the maximum value achieved by the two-dimensional array corresponding to the target language and its C++ function, the array pointer array to achieve the main subroutine call
粒子群算法
- C/C++语言粒子群代码,求最大最小值问题(C/C++ language code of particle swarm optimization, for maximum and minimum problems)
代码
- 在多维数组中,求3*4矩阵中所有元素的最大值(Finding the maximum of all elements in a matrix)
求最大值
- 求出三个数字(从键盘录入整形、浮点型)的最大值,并打印出来。附:C语言程序设计(谭浩强)第四版_课后答案(The maximum value of three numbers)
作业1
- 在数组中求最大值,调用函数、定义函数 C语言书写(Find the maximum in the array, call the function, define the function)