搜索资源列表
用c编写的N*N的螺旋矩阵源代码
/*
实现效果:
1 2 6 7 15
3 5 8 14 16
4 9 13 17 22
10 12 18 21 23
11 19 20 24 25
*/
#include <stdio.h>
#define N 5 //阶数,即N*N的螺旋矩阵void main()
计算一个数的N(整数)次方根的程
- 输入一个浮点数,和整数N,输出该浮点数的N次方根-importation of a float, and the integer N, the output of the Nth float -
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
ZUIXINDI
- 最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
dgsxzs
- 这个是用c语言编写的一个用递归实现的小程序,程序的功能是实现你输入两个整数m,n(m>n),他输出一连串的数组,其中每个数组都是从这m个数中选择的不同的n个数。找出所有这样的数组。-c is the language used in a recursive procedure to achieve a small, procedural functions of achieving your input two integers
lqx10005
- 给定n 个正整数和4 个运算符+、-、*、/, 且运算符无优先级,如2+3*5=25。对于任意给定 的整数m,试设计一个算法,用以上给出的n 个数 和4 个运算符,产生整数m,且用的运算次数最少 给出的n个数中每个数最多只能用1 次,但每种运 算符可以任意使用。-given positive integer n and four Operators +,-,*,/, but Operators without pre
aaagchcv
- 源代码\\用动态规划算法计算序列关系个数 用关系\"<\"和\"=\"将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设
31yn
- 设计一个O(n2)时间的算法,找出由n个数组成的序列的最长单调递增子序列。-design an O (n2) time algorithm to identify by the number n of the longest sequence monotonically increasing sequences.
PolyFitSingle
- //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // i
selectlinklist
- 顺序创建N个数的链表L.并输出.再按冒泡排序法进行排序.并输出-order to create N Number of Chain L. and output. Bubble sorting click Sort. And output
csharp_little
- c#.net常用函数和方法集,C#对注册表的操作,n个数排序,构造函数属性-c #. Net commonly used functions and methods set, C# for the operation of the registry, ranking number n, Constructors attribute
Total_Permutations
- 任意输入一个整数n,程序将自动生成1到n之间n个数的全部可能排列。利用递归算法。-indiscriminate importation of an integer n, procedures will automatically generate between 1 to n number n of the total potential order. Recursive algorithm.
sgayiyuanyouhua
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm - Guo Tao algor
从n中m的组合
- 从n个数中选m个数的所有组合方式-selected from m n Number Number of all combinations
求N个数的和
- 输如N个数输出这N个数的和,并利用函数调用。
N个数的随机重排
- N个数的随机重排
从n中m的组合
- 从n个数中选m个数的所有组合方式-selected from m n Number Number of all combinations
N-numbers-sum
- 用汇编语言编写从键盘输入N,代表N个数,就会从1一直加到N求和-Written in assembly language keyboard input from N, N the number of representatives will have been added to the N summation from 1
n
- 求一个集合的第N个元素!一个集合S中的第一个元素是1,如果a ∈ S 则有 2 * a + 1∈ S , 3 * a + 1 ∈ S 在集合中所有元素由你到大排列,求第n个数是多少。-Seek a set of N elements
n
- 求一个集合的第N个元素!一个集合S中的第一个元素是1,如果a ∈ S 则有 2 * a + 1∈ S , 3 * a + 1 ∈ S 在集合中所有元素由你到大排列,求第n个数是多少。-Seek a set of N elements
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.