CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - diagonal

搜索资源列表

  1. Forfourthordermagicsquareofprimenumbers

    0下载:
  2. 求四阶的素数幻方,在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。思考题:用1到16构成一个四阶幻方,要求任意相邻两个方格中的数字之和均为素数。-For fourth-order magic square of prime numbers, in a 4X4 matrix, each populated with a number grid so that each row, each column and two of t
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:3.59kb
    • 提供者:lanbo
  1. QueenQuestion

    0下载:
  2. 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -In the 8X8 grid on the display 8 chess queen, it can not attack each other, that any two Queens can not at the same line, same column or on the same diagonal, asked how many kinds of pe
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:292.26kb
    • 提供者:crystalever
  1. liezhuyuanfa

    0下载:
  2. 列主元法的基本思想是依次对k=1,2,……,n通过有选择地互换方程组中两个方程的位置,把akk,a(k+1)k,……,ank中绝对值最大的元素移到主对角线来,从而改造了高斯消去法的性能。-Out the main element of the basic idea is to turn on the k = 1,2, ... ..., n by selective exchange of equations two equations position to akk, a (k+1) k, ..
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1.34kb
    • 提供者:小马
  1. bahuanghou

    0下载:
  2. 八皇后问题是指,在国际象棋棋盘中,放置八个棋子使彼此吃不掉,即彼此不在一条横线,竖线和斜线上。八皇后问题要求八个皇后彼此吃不掉,也就是要求彼此不在同一直线,横线,竖线上,可以通过一个函数,考虑斜率来实现该问题。-Eight queens problem is that, in the international chess board, the place can not afford to eat eight pieces to each other, that is not in a lin
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.44kb
    • 提供者:lhf
  1. EightQueensGAsrc

    0下载:
  2. about solving 8 queens puzzle with genetic algorithm using C#. -The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:57.73kb
    • 提供者:xie linfeng
  1. dd

    0下载:
  2. 打印出以下的杨辉三角形(要求打印出10行)。 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 … … … … … … … 算法提示:设一个二维数组:a[11][11],则杨辉三角形有如下特点: A、数组的第一列和对角线元素值均为1; B、其他各元素为: a[i][j]=a[i-1][j-1]+a[i-1][j] 保存为1.cpp。 -Print out the following Triangle
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:3.05kb
    • 提供者:陈磊
  1. bahuanghou

    0下载:
  2. 在一个8×8的棋盘里放置8个皇后,要求每个皇后两两之间不相冲突 (在每一横列,竖列,斜列只有一个皇后) -In a 88 chessboard, placed eight queens, queens requires each between any two do not conflict (in each row, vertical column, diagonal row only one queen)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6.64kb
    • 提供者:孙涛
  1. n-gueen-with-AlghorithmGenetic

    0下载:
  2. n-queen problem mean two queen is not stand in a row, column or diagonal. this code solving n-queen problem using genetic algorithms.this code is writing C#. step 1 is selection and 2 crossover and step 3 is mutation. -n-queen problem mean two
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:46.7kb
    • 提供者:hakim
  1. Graphical_BinaryTree-SourceCode

    0下载:
  2. Generates a symmetric matrix with non-zero diagonal elements
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:96.33kb
    • 提供者:pandaYu<3
  1. Matrix-(triangular)

    0下载:
  2. Matrix (triangular).CSharp. Triangular Matrix - Linear Algebra in a square matrix in which all of the elements above or below the main diagonal are zero.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:39.76kb
    • 提供者:Andrei
  1. Good-example-networkChinesechess

    0下载:
  2. 程序使用VS2015,.NET4.5,.NET 2.0以上都可以编译使用,无第三方组件,可生成32、64位。Socket网络传输,可以对战、多人旁观,棋子棋盘图片直接百度的。 象棋规则算法简单,直接写了,就100多行,烧脑的是对战、旁观视角问题,对战双方都是从下往上的视角,实际走棋看到对方位置应该是对角线,坐标转换太特么烧脑,没打草稿直接敲代码,特么居然重写了一遍才写对。-Programs using VS2015, .NET4.5, .NET 2.0 and above can be co
  3. 所属分类:CSharp

    • 发布日期:2017-12-16
    • 文件大小:2.5mb
    • 提供者:刘强
搜珍网 www.dssz.com