搜索资源列表
用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皇后问题
vc++源码 N皇后
n皇后问题
- 这是n皇后的源代码,用分支界限法实现的
Z-N法整定PID参数
- 用Z-N法整定PID参数
N后问题(回溯法解决)
- n后问题回溯法解决
求N个数的和
- 输如N个数输出这N个数的和,并利用函数调用。
偏微分方程组N=4的龙格-库塔方法求解
- 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
n皇后
- n皇后-n Queen
n皇后问题
- n皇后问题的C++实现-n Queen's realization of C
运用递归来解N皇后问题
- 运用递归来解N皇后问题-use recursive solution to the problem of N Queen
queenn(N皇后问题)
- 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-in an N N chess board wavers N Queen so that the N-Queens that can be eaten by the other side.
回溯法N皇后问题
- 这是计算机算法中的回溯法中的一个经典的问题--N皇后问题!希望对学计算机算法的同学有用!-This is a computer algorithm, the retroactive law on the issue of a classic-- N Queen! Want to learn how to use computer algorithms useful to the students!
N皇后问题
- 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
N皇后摆法动态演示
- 用VC编写的N皇后摆法动态演示程序,已经较为完美!欢迎下载指导!-A N queen game dynamic demonstration program write in VC, already perfect. please come and download!
n元一次方程
- 用c++语言用数值计算方法解n元一次方程组。-using numerical calculation method for n-linear equation group.
n-s
- 四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics-- on the Navier-Stokes equations to solve the serial source
n后问题
- 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。 若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。 n 行 n 列的棋盘上,主次对角线各有2n-1条。-n n trip out of the international chess board, the maximum n Queen's cloth. If two at the same
网络模拟可靠数据传输Go Back N
- 网络模拟可靠数据传输Go Back N,网络原理上机作业,大家可以下来参考。-network simulation reliable data transmission Go Back N, network operating principle on the plane, we can down reference.
n-Queen
- 算法设计:著名的n后问题:在nXn的棋盘上放彼此不受攻击的n个皇后,按国际象棋的规则,任何2个皇后不在同一行或同一列或同一斜线上. 本算法才用回朔法来解决.-algorithm design : n after the famous question : In nXn put on the chessboard of each other against attack n empress, according to the inte
N-queen-Cplusplus
- 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 沪ICP备09016508号
1999-2046 源码中国 All Rights Reserved.