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

搜索资源列表

  1. prim

    0下载:
  2. 使用prim算法生成最小生成树,并输出矩阵-The use of prim algorithm to generate the minimum spanning tree, and the output matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:310197
    • 提供者:林翔
  1. juzhenlianchengji

    0下载:
  2. 用c语言实现一个矩阵链乘积算法,并输出最优括号方案-The realization of a matrix chain multiplication algorithm with c language program brackets and the optimal output
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:863418
    • 提供者:林翔
  1. zuichanggonggongzixulie

    0下载:
  2. 编写一个c程序,实现两个字符串的最长公共子序列,并输出解矩阵-C write a program to achieve the longest common subsequence of two strings, and the output matrix solution
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:865449
    • 提供者:林翔
  1. 3

    0下载:
  2. 1.创建一个二叉树 2.可以生成先序遍历二叉树 3.可以生成中序遍历二叉树 4.可以生成后序遍历二叉树 5.计算二叉树的结点总数和叶点数 6.可以建立无向图的邻接矩阵 7.可以生成深度优先遍历图-1. Create a binary tree 2. The first sequence can be generated traversing binary tree 3. Can be generated in order traversing binary tre
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2077
    • 提供者:郭翔
  1. WAHAHA

    0下载:
  2. 利用Visual C++软件求输入矩阵的行列式并对其求逆矩阵。-Use Visual C++ software Determinant input matrix and its inverse matrix.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1337
    • 提供者:李娜
  1. 04

    0下载:
  2. 用高级语言模拟实现基本分页存储管理,要求: 1、内存空间的初始化——可以由用户输入初始内存空间各个物理块情况。(用二维矩阵的方式按物理块号,逐行给出每个物理块的状态,1——表示已分配,0——表示未分配,并能够将行标、列标转换为对应的物理块号,以查看或修改每一个块的状态,要求:初始时部分物理块已分配) 2、基本分页的分配过程:由用户输入作业号和作业的大小(这里的大小是逻辑页面数),实现分配过程:空间充足,分配,修改状态矩阵的相应位置的值(值由0转变为1),并用专门的数据记录下该作业占用的物
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:329400
    • 提供者:李大娘
  1. 1

    0下载:
  2. 采用定时器控制方法产生舵机控制的脉冲信号。为了能实现活动关节根据输入角度准确定位和微调,在设计中加入了矩阵键盘调控系统。在硬件搭建方面,设计了基于STC89C52的2路脉冲信号的硬件控制电路系统。之后对系统所使用的编辑软件和调试工具进行了简要说明,并详细介绍了软硬件主要模块的设计和实现过程,以及重要模块的调试和仿真的具体过程。最后,根据软硬件设计结果,制作了一个极坐标结构的机器人关节,能够完成在水平和竖直方向的比较精确的控制。-Using the timer control method gen
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:胡长青
  1. simple

    0下载:
  2. 简易计时器,四位数码管显示,独立按键和矩阵键盘控制。-Simple timer, four digital display, separate keyboard keys and matrix control.
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:18722
    • 提供者:向科治
  1. SECOND-NUMBER

    0下载:
  2. 面试题,找出一个整形数组中第二大的数,标准程序,简洁明了,最受面试官青睐。-the standard process to find out the second biggist number in a matrix when inteviewing.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:522
    • 提供者:王一二
  1. lcd1602

    0下载:
  2. LCD1602显示矩阵按键键值,LCD1602显示矩阵按键键值-The keys of the lcd1602 display matrix buttons,The keys of the lcd1602 display matrix buttons
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:yuting
  1. Gauss_pca-elimination-method

    0下载:
  2. 求解矩阵方程的高斯全主元法,可有效避免有效数字的损失。-Gaussian all the principal method for solving matrix equation, which can effectively avoid the loss of significant figures.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:zym
  1. D0473383-10-9

    0下载:
  2. 讓電腦自動產生亂數的英文字母 存在於一個矩陣中 再將矩陣中的字母重新依序排序-Let the computer automatically generate random numbers alphabet exists in a matrix and then the matrix sequentially re-sort the letters
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:704
    • 提供者:屠鈞紹
  1. cholesky

    0下载:
  2. 实现矩阵的基本计算,加减,相乘,求逆,同时实现了矩阵的乔列斯基分解-Basic computing to achieve matrix, plus or minus, multiplied by the inverse, while achieving the Matrix Cholesky decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:43829
    • 提供者:张重远
  1. shiyan55

    0下载:
  2. 用相邻矩阵存储图,完成图的深度优先搜索和广度优先搜索。 算法适用于无向图(网)和有向图(网)。-Complete the diagram with adjacent matrix storage diagram, depth-first search and breadth-first search. Algorithm is suitable for the undirected graph (network) and directed graph (network).
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1291840
    • 提供者:于金亮
  1. maze

    0下载:
  2. 迷宫小程序:以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍,前进的方向有4个,分别是上、下、左、右。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论-Labyrinth applet: with a m × n rectangular matrix representation of the maze, 0 and 1, respectively, said the maze of access and obstacles, the directi
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:708235
    • 提供者:SylviaSue
  1. DataMatrix

    0下载:
  2. 用于软件生成Data matrix二维码,紧供学习参考用-For the software to generate Data matrix two-dimensional code, tightly for learning the reference
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:705427
    • 提供者:lin
  1. OD_Match

    0下载:
  2. 对数据进行分析和分类,并进行OD矩阵匹配。-analysis the dataset and match the correspoding OD matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1434
    • 提供者:王刚
  1. MatrixProcess

    0下载:
  2. C#的矩阵运算类,新手写的,别笑话了呀。 C#的矩阵运算类,新手写的,别笑话了呀。-matrix coumputer,all ,but not all.matrix coumputer,all ,but not all.matrix coumputer,all ,but not all.matrix coumputer,all ,but not all.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2433
    • 提供者:张宏伟
  1. LU

    1下载:
  2. LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1616
    • 提供者:付勐
  1. Prog4

    0下载:
  2. Write a C++ program to define a class to represent a Matrix. Write constructor to initialize all matrix values to 0.
  3. 所属分类:CSharp

    • 发布日期:2017-12-18
    • 文件大小:10240
    • 提供者:vinayaka_cse
« 1 2 ... 14 15 16 17 18 1920 »
搜珍网 www.dssz.com