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

搜索资源列表

  1. J2ME3D

    0下载:
  2. j2me 3D 游戏开发详解源码,本书详细讲解了JSR-184提供的API,重点讲述了纹理、雾化、变换矩阵、投影(目标摄影机和自由摄影机)、帧动画、Morphing变形体和Skinned变形体等关键技术,同时还阐述了投影矩阵的推导、动画的插值算法、变换矩阵的运算和使用。-j2me 3D game develop
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3528315
    • 提供者:陈健
  1. l

    0下载:
  2. 螺旋矩阵 编写一个程序Zifu,该程序运行后,用户根据提示输入范围的上限和下限,随即产生一个该范围的字符 杨辉三角-Spiral Matrix write a program Zifu, the program is running, the user prompted to enter the range of upper and lower limits, then generate a range of characters in the Yang Hui triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1934
    • 提供者:
  1. ComputerTest

    0下载:
  2. 采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-Adjacency matrix are used to achieve the network storage, establishing the network, and to achieve single-source shortest path algorithm.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:871
    • 提供者:linpeikun16
  1. eglish

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-english.txt
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:750
    • 提供者:吴宝雨
  1. Matrix

    0下载:
  2. 离散数学教学程序 矩阵相关内容 适合于大二计算机学院学生-Discrete Mathematics Teaching program matrix relevant content for sophomore students in Computer Science
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:3433
    • 提供者:肖爽
  1. Matrix

    0下载:
  2. Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1500
    • 提供者:艾枫
  1. java-jizhengyunsuan

    1下载:
  2. 面向对象矩阵运算库的设计与实现,压缩包中以稀疏矩阵为例,包换了相关的文档和设计实现,为学习Java编程提供一个良好的例子。-Object-oriented matrix operations database design and implementation of compressed package in order to sparse matrix, for example, replacement and the related documents and design implemen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:210660
    • 提供者:心海
  1. matirx

    0下载:
  2. java 矩阵算法例子,从这个例子,可以理解java矩阵概念。-java matirx and how to show
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1024
    • 提供者:jade
  1. lxjz

    0下载:
  2. java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:9275
    • 提供者:王苗
  1. lp1

    0下载:
  2. 这是求解矩阵的程序,能够求解出N*N的仍以矩阵,并显示在操作界面上。运用多线程实现的-This is the procedure for solving matrix to solve the still out of N* N matrix, and displayed in the operation interface. Using multi-threaded implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:1156
    • 提供者:石达开
  1. Example9_7

    1下载:
  2. 用C/S结构求解矩阵乘法问题。使用一个客户和几个服务器求解大型的矩阵乘法问题。-With the C/S structure of matrix multiplication to solve the problem. The use of a client and several servers for solving large matrix multiplication problem.
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-05-31
    • 文件大小:2195
    • 提供者:似曾相识
  1. matrix

    0下载:
  2. java 为2D 3D画图 画4x4矩阵-Implementation of a 4x4 matrix suited for use in a 2D and 3D graphics rendering engine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5814
    • 提供者:高博
  1. MatLabOnline

    0下载:
  2. 在线MatLab,后台自己计算或者调用系统的matlab程序 包括 矩阵运算数值算法及 GWT 和 JNI的使用-Online MatLab, background, or call their own system of computing matlab numerical algorithm of procedures, including matrix operations and the use of GWT and the JNI
  3. 所属分类:Java Develop

    • 发布日期:2017-05-21
    • 文件大小:6539143
    • 提供者:张哲
  1. Suanfa_4

    0下载:
  2. 用傅里叶变换求矩阵乘积的完整实现java代码,原创~-Fourier transform matrix multiplication java code to achieve the complete, original ~
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:6447
    • 提供者:尹文昊
  1. lianliankan

    0下载:
  2. 连连看,从如何建立和布局,如何随机建立一个连连看的矩阵,如何判断两个是一样的,如何消去两个一样的,如何找到两个一样的之间的路径-Lianliankan, from how to set up and layout, how to build a Lianliankan random matrix, how to judge the two are the same, how to eliminate the two the same, how to find the path between t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5329
    • 提供者:梁少林
  1. Matrix

    0下载:
  2. 重写方法 矩阵相加 矩阵相乘 矩阵转置-Sum of matrix multiplication, matrix rewriting method matrix transpose
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1201
    • 提供者:潇洒
  1. matrix

    0下载:
  2. 包含用JAVA编的矩阵类 和 矩阵类的实现两个代码-Code contains a matrix with JAVA classes and the realization of two code matrices
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1422
    • 提供者:李昕
  1. Travaling

    0下载:
  2. 描述: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。各个城市之间可能是有向连通的、无向连通的、以及存在某个城市不连通的情况,你的程序应该能够处理所有可能的情况。如下图表示各个城市间无向连通。 输入: 第一行为一个整数n(n<=10),表示城市的总个数。接下来是一个n*n的矩阵,用来表示城市间的连通情况以及花费,例如path[i][j]=len,len=
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:665
    • 提供者:yagedao
  1. Shortest_path

    0下载:
  2. 描述: 给定一个带权有向图 G=(V,E) ,其中每条边的权是一个整数。另外,还给定 V 中的一个顶点,称为源。现在我们要计算从源到所有其他各顶点的最短路径长度。这里的长度是指路上各边权之和。这个问题通常称为单源最短路径问题。 输入: 第一行为一个整数n,表示包含源在内的顶点的个数,接下来是一个n*n的矩阵,矩阵中-1表示此路不通,否则表示从该顶点到另一顶点的距离。例如对于上图所示的问题我们可以按输入样例中的方式输入。 输出: 输出为一
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:858
    • 提供者:yagedao
  1. MyUploadfile

    0下载:
  2. 里面有五个程序,分别是计算两个日期天数的c++文件;计算矩阵乘法的C文件;一个卫生管理系统的c文件;一个简单图形java文件;一个java象棋文件-Inside there are five procedures, namely, the number of days the two dates calculated c++ file computing matrix multiplication of the C file a health management system, c fil
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:763469
    • 提供者:王磊
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com