搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /*
    实现效果:
    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()

  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. 回溯法实现N皇后问题

    0下载:
  2. vc++源码 N皇后

  3. 所属分类:其它源码

    • 发布日期:2008-12-03
    • 文件大小:787
    • 提供者:ykqfan
  1. n皇后问题

    0下载:
  2. 这是n皇后的源代码,用分支界限法实现的
  3. 所属分类:Windows编程

  1. Z-N法整定PID参数

    1下载:
  2. 用Z-N法整定PID参数
  3. 所属分类:源码下载

  1. N后问题(回溯法解决)

    0下载:
  2. n后问题回溯法解决
  3. 所属分类:文档资料

    • 发布日期:2011-04-26
    • 文件大小:1628924
    • 提供者:xiaohu100910
  1. 求N个数的和

    0下载:
  2. 输如N个数输出这N个数的和,并利用函数调用。
  3. 所属分类:C#编程

  1. 偏微分方程组N=4的龙格-库塔方法求解

    1下载:
  2. 偏微分方程组N=4的龙格-库塔方法求解,matlab编程,试过可以
  3. 所属分类:matlab例程

  1. n皇后

    0下载:
  2. n皇后-n Queen
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:
  1. n皇后问题

    0下载:
  2. n皇后问题的C++实现-n Queen's realization of C
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:胡凯
  1. 运用递归来解N皇后问题

    0下载:
  2. 运用递归来解N皇后问题-use recursive solution to the problem of N Queen
  3. 所属分类:文档资料

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:
  1. queenn(N皇后问题)

    0下载:
  2. 在一个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.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:22528
    • 提供者:李秉肇
  1. 回溯法N皇后问题

    0下载:
  2. 这是计算机算法中的回溯法中的一个经典的问题--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!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:中国
  1. N皇后问题

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。-Put on N queens in a N multiply N chessboard,preventing each queen to be knocked over
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:22528
    • 提供者:罗敏秀
  1. N皇后摆法动态演示

    0下载:
  2. 用VC编写的N皇后摆法动态演示程序,已经较为完美!欢迎下载指导!-A N queen game dynamic demonstration program write in VC, already perfect. please come and download!
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:31744
    • 提供者:王哲
  1. n元一次方程

    0下载:
  2. 用c++语言用数值计算方法解n元一次方程组。-using numerical calculation method for n-linear equation group.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:刘畅
  1. n-s

    0下载:
  2. 四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics-- on the Navier-Stokes equations to solve the serial source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:朱天山
  1. n后问题

    0下载:
  2. 在 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
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:刘二
  1. 网络模拟可靠数据传输Go Back N

    0下载:
  2. 网络模拟可靠数据传输Go Back N,网络原理上机作业,大家可以下来参考。-network simulation reliable data transmission Go Back N, network operating principle on the plane, we can down reference.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-04-29
    • 文件大小:307200
    • 提供者:
  1. n-Queen

    0下载:
  2. 算法设计:著名的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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:251904
    • 提供者:王涛
  1. N-queen-Cplusplus

    0下载:
  2. 解国际象棋的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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:3833856
    • 提供者:吴俊杰
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org