搜索资源列表

  1. 矩阵包

    0下载:
  2. C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:周晓尧
  1. 稀疏矩阵运算器

    0下载:
  2. 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-05
    • 文件大小:47104
    • 提供者:雨后阳光
  1. 矩阵转置

    0下载:
  2. C语言数据结构作业矩阵转置矩阵是很多科学与工程计算问题中研究的数学对象,在此我们感兴趣的不是矩阵本身,而是矩阵的元,从而使矩阵的各种预算有效的进行-C language data structure matrix transpose operation matrix of many scientific and engineering computing problems in mathematics research targets,
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:郑伟雄
  1. 节点阻抗矩阵和导纳矩阵程序(c)

    1下载:
  2. 以前上传过matlab版本的类似程序,此为c版本的导纳矩阵形成程序,在潮流计算和仿真中应用广泛。-Some programs of matlab version had been uploaded before,this is a C-version program to lead admittance matrixes,which are widely used in tideway computation and simulatio
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:肖江
  1. 形成雅克比矩阵程序(c)

    0下载:
  2. 电力系统中用雅克比矩阵的形成,在潮流计算和仿真中用途广泛-create Matrices by using Jacobi iterative in electric power system.Mostly this method is proposed to calculate the power flow and emulator.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:肖江
  1. 3dbeam_stiffness

    0下载:
  2. 用matlab编写的,有限元三维梁单元的单元刚度矩阵计算程序,各节点6个自由度。-prepared by the three-dimensional finite element beam element of the element stiffness matrix calculation program, the 6-DOF nodes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:王淑涛
  1. 纹理映射Texture

    0下载:
  2. 本程序在窗口中显示了一个加入纹理的场景,使得该场景更加真实,平滑,是基于单文档的MFC应用程序。 在本程序中,纹理场景是通过SetCheckTexture()函数生成的,然后通过DoTransform()函数 将—个顶点从物体坐标系转换到窗口坐标系,利用openGL进行矩阵计算,通过UpdateModelView()函数和InitMatrices()函数实现。-the procedures in the window shows a s
  3. 所属分类:OpenGL

    • 发布日期:2024-05-05
    • 文件大小:94208
    • 提供者:陈康
  1. 矩阵所有运算

    0下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-05
    • 文件大小:82944
    • 提供者:球球
  1. 雅可比迭代计算方程组

    0下载:
  2. 用雅可比迭代计算一个线性方程组。用户只需要输入系数矩阵和常数矩阵就可以,精确度为-8-using Jacobian an iterative calculation of linear equations. Users only need to input matrix and constant coefficient matrix can, the precision of-8
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:20480
    • 提供者:
  1. C++常用算法之06矩阵特征值与特征向量的计算

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵特征值与特征向量的计算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:91136
    • 提供者:闻杉
  1. C++常用算法之05矩阵运算

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套矩阵运算代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C vers
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:95232
    • 提供者:闻杉
  1. 动态规划矩阵连乘

    0下载:
  2. 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:轩哥哥
  1. 求矩阵特征值

    0下载:
  2. 这是求解矩阵最大特征值和最小特征值的计算程序-This is the solution matrix eigenvalue largest and smallest eigenvalue calculation procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:袁辉
  1. dlzd

    0下载:
  2. 本程序是用节点导纳矩阵计算三相短路电流 输入数据--形成节点阻抗矩阵--选择故障点---计算短路电流----计算个节点电压---计算指定支路的电流-this procedure is used node admittance matrix calculation of three-phase short-circuit current input data-- forming node impedance matrix-- elec
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:魏鹏
  1. StrainStressAnaFEACodes

    1下载:
  2. 应力应变计算的有限元程序。上课的时候用matlab写的一个代码,其中的刚度矩阵计算,刚度矩阵整合和载荷矩阵计算,都具有通用性,可以参考用于有限元程序设计。-stress and strain of finite element program. When the class was using a Matlab code, which the stiffness matrix, Integration stiffness matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:Tony
  1. matrixcalculation

    0下载:
  2. 线性代数之伴随矩阵计算C语言实现 伴随矩阵定义:把矩阵所有位置上的元素替换为元素的代数余子式,即得原矩阵的伴随矩阵。-linear algebra's adjoint matrix calculation of C language accompanying matrix definition : Matrix put all the elements in place to replace the elements of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:maxiao
  1. BCINV

    1下载:
  2. 复数求逆矩阵,复数矩阵求逆矩阵,fortran子程序,求解精度高稳定,适合大矩阵计算-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
  3. 所属分类:书籍源码

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:zhanglei
  1. 2

    0下载:
  2. 基于平面波展开 传输矩阵计算2维矩形光子晶体模型 计算可得出相关图谱 handbook中除了参数说明还有参考文献等-Plane wave expansion based on the transfer matrix calculation of 2-D model calculation of rectangular photonic crystal patterns can be drawn from the relevant h
  3. 所属分类:其他行业

    • 发布日期:2024-05-05
    • 文件大小:7168
    • 提供者:陈亮
  1. MatrixClass

    0下载:
  2. 很多时候我们对于C#语言不能进行矩阵计算而头疼,这是一个关于矩阵计算的类,可以直接引用,省去编程时的不少麻烦-Very often we have C# Language should not carry out the matrix calculation and a headache, this is a category on the matrix calculation can be directly invoked, save
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:张璁毅
  1. juzhenjishuan

    1下载:
  2. VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;-VC++ Written in a matrix calculator program with source code and detai
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:66560
    • 提供者:zhx
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org