CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 矩阵

搜索资源列表

  1. test

    0下载:
  2. C++语言 求某矩阵的最大子矩阵 用到DP-C++ Language biggest submatrix
  3. 所属分类:Game Program

    • 发布日期:2017-12-06
    • 文件大小:941
    • 提供者:qi
  1. PINGMIANMOFANG.rar

    0下载:
  2. 一个使用EXCEL编写的3X3四阶平面魔方,使用VBA语言编写,运行时需要启用宏,内有一个万能魔方公式矩阵,通过累加运算可以快速计算成任意解,Use a flat-Cube EXCEL write 3X3 fourth order, using VBA language runtime need to enable macros within a universal Cube formula matrix can be calculated quickly accumulate operatio
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-13
    • 文件大小:101376
    • 提供者:luoxin
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:8536
    • 提供者:周文
  1. juzhenxiangcheng

    0下载:
  2. 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因
  3. 所属分类:Other Games

    • 发布日期:2017-11-24
    • 文件大小:11128
    • 提供者:郑雯雯
  1. histogram

    0下载:
  2. java小程序矩阵画法 序矩阵画法 序矩阵画法-java applet matrix painting sequence matrix painting sequence matrix painting sequence matrix painting sequence matrix painting
  3. 所属分类:Games

    • 发布日期:2017-11-25
    • 文件大小:12244
    • 提供者:任想
  1. testSD

    0下载:
  2. 数度的解算程序,压缩包内包含源程序和执行文件,从data.txt中读取数独矩阵,即可给出数独结果-Degrees solver program, compressed package includes source code and execute files, read from data.txt Sudoku matrix can be given Sudoku results
  3. 所属分类:Other Games

    • 发布日期:2017-12-03
    • 文件大小:656035
    • 提供者:李岳龙
  1. ShuDu

    0下载:
  2. 数独求解,输入数独矩阵中给出的数,求出其他空位-Sudoku solving the input Sudoku matrix given the number of other vacancies obtained ...
  3. 所属分类:Games

    • 发布日期:2017-11-08
    • 文件大小:1683
    • 提供者:张汉鑫
  1. Cry_Matrix

    0下载:
  2. CE引擎的矩阵源码,学习矩阵算法的好东西。希望对大家有帮助。-CE engine source matrix, the matrix algorithm to learn good things. We want to help.
  3. 所属分类:Shot Game

    • 发布日期:2017-04-05
    • 文件大小:19380
    • 提供者:wangkai
  1. 52021866ldpc_ber

    0下载:
  2. 应用c语言生成校验矩阵H,对于初学者有很多的好处C language generation applications check matrix H, there are many benefits for the beginner-C language generation applications check matrix H, there are many benefits for the beginner
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:35429
    • 提供者:会员人数
  1. hht

    0下载:
  2. 矩阵程序,应用c++编写而成,很适合大家共同参考Matrix program, written in c++ application, it is suitable for common reference-Matrix program, written in c++ application, it is suitable for common reference
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:程序段
  1. 2011011259_2nd

    0下载:
  2. 清华大学2013年java小学期第2次作业.内含问答题与编程题答案。编程题题目是三个矩阵相乘和给出数独的所有可能答案。-Tsinghua University in 2013 java primary period of the 2nd job. Contains answers to quiz questions and programming questions. Programming topics are three questions given Sudoku matrix multi
  3. 所属分类:Games

    • 发布日期:2017-04-08
    • 文件大小:13262
    • 提供者:钟华
  1. magic

    0下载:
  2. 魔方阵,即在1~n*n矩阵中输入整数,使得每一行、每一列以及对角线上的元素都相等~-Magic square, the input integer 1 ~ n* n matrix, so that each row, each column and diagonal elements are equal ~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4631
    • 提供者:陈曦
  1. bulei

    0下载:
  2. 此为扫雷程序,生成一个10*10的矩阵,里面有十个雷,是随机产生的,用-1表示,其余格中为其相邻8个格内的地雷数-This is the demining process, generate a 10* 10 matrix, which has 10 mine, is randomly generated, with the-1 that the rest of Georgia in its adjacent eight the number of mines inside
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:earta
  1. CRCMetrix

    0下载:
  2. CRC校验码算法,采取矩阵移位算法,网络通讯中经常使用。 -CRC Check Code algorithm, take the matrix transposition algorithm, frequently used in network communications.
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:10213
    • 提供者:Therm
  1. fiveprogrammes

    0下载:
  2. 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
  3. 所属分类:Game Program

    • 发布日期:2017-04-28
    • 文件大小:9412
    • 提供者:owthea
  1. CRCMetrix

    0下载:
  2. CRC校验码算法,采取矩阵移位算法,网络通讯中经常使用。 -CRC Check Code algorithm, take the matrix transposition algorithm, frequently used in network communications.
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:10329
    • 提供者:lpscie
  1. fiveprogrammes

    0下载:
  2. 一个5个程序,其中game程序是推箱子游戏;matrix程序实现矩阵的各种基本运算;partner程序实现舞伴配对功能;polynomial程序实现一元多项式的运算;student程序实现学生成绩管理功能。-A five procedures, including the game Sokoban game procedures matrix program of basic computing matrix partner program partner matching function
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:9528
    • 提供者:typesofc
  1. jianpan

    0下载:
  2. 矩阵键盘显示基本试验,显示用的是max7219是我培训班上程序,有问题联系我;我的淘宝店铺:http://shop57843851.taobao.com-Shows the basic test matrix keyboard, display max7219 used on my training program, there are problems contact me my Taobao shop: http://shop57843851.taobao.com
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1429
    • 提供者:infras
  1. luoxuan

    0下载:
  2. 螺旋矩阵的小程序输入矩阵的阶数,自动生成螺旋矩阵-Spiral Matrix applet input matrix of order, automatic generation of spiral matrix
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:omthesh
  1. MazeFindPath

    0下载:
  2. 用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7083
    • 提供者:hatwil
« 1 2 34 »
搜珍网 www.dssz.com