搜索资源列表

  1. aglorithm

    0下载:
  2. 问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest short
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:23552
    • 提供者:安德里周
  1. bmpCompress

    0下载:
  2. 压缩图像尺寸,采用四点矩阵乘法运算得到当前点的图像颜色。-compressed image size, using 4:00 matrix multiplication is the current point of the color images.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:224256
    • 提供者:huang
  1. juzhenchengfa

    0下载:
  2. 数据结构的课程设计报告-稀疏矩阵的乘法-data structure of the design report- sparse matrix multiplication.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:38912
    • 提供者:chen启
  1. FLch3RLSeg3

    0下载:
  2. 最小二乘法递推算法辨识程序,输入u,输出y, 输出结果中的c矩阵中最后一列为参数估计值.-Recursive least squares algorithm for identification procedures, input u, output y, the output matrix c of the last one as the estimated value of parameters.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:陈刚
  1. bestspeculate

    0下载:
  2. 根据最小二乘法的递推公式 ,由 ,逐次递推可得。程序中选取矩阵来存放x的值。通过循环程序计算出 , , 的值-According to the recursive least squares formula, by, successive recursive available. Process to select the matrix to store the value of x. Calculated through the cy
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:龙的传人
  1. PKU3318Source

    0下载:
  2. PKU3318代码 随机化算法在检验矩阵乘法时的应用-Randomized Algorithms PKU3318 code matrix multiplication in the examination at the time of application
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:chenni
  1. JuZhenLianCheng

    0下载:
  2. 问题描述 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。 -Descr iption of the
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:陈文浩
  1. test

    0下载:
  2. 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果-Experimental Design and Analysis of Algorithms, Strassen matrix multiplication, java realized, input matrix order automatically generated by th
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:ling
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:杨志亮
  1. TSMatrix_cal

    0下载:
  2. 三元组表示的稀疏矩阵的加法,减法,乘法运算器-Triples express the sparse matrix of the adder, subtraction, multiplication device
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:lq
  1. 18-2

    0下载:
  2. 矩阵向量乘法并行计算c语言程序,行带状划分。-Matrix vector multiplication parallel computing c language program, the zonal division.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:我依然在
  1. No11

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:张波
  1. No22

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:张波
  1. No33

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:张波
  1. No44

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:29696
    • 提供者:张波
  1. blinkandmulti

    0下载:
  2. 三个程序,其中apsk.c是抢答器,blink.c是控制灯泡的发光过程,matrixmulti.c是矩阵乘法的实现-Three procedures, which is the Answer apsk.c device, blink.c is to control the process of light-emitting bulb, matrixmulti.c is the realization of matrix multipli
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:达达幽
  1. chengxu

    0下载:
  2. 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线-With vc++ Solving fifth-order matrix algorithm code can be used for image processing of the least squares ellipse fitting curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:王里
  1. fib

    0下载:
  2. 利用矩阵乘法和二进制快速计算菲波拉契数列第n项-The use of matrix multiplication and Fast Calculation of binary菲波拉契series of the first n
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:xp
  1. matrix

    0下载:
  2. 应用vc++编辑矩阵的各种运算,矩阵的加法,矩阵的乘法,矩阵的转置,求逆-Application vc++ Edit a variety of matrix operations, matrix addition, matrix multiplication, matrix transpose, inverse
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:232448
    • 提供者:zhaozhao
  1. f2

    0下载:
  2. 96位矩阵循环乘法,verilog实现,-96 matrix multiplication cycle, verilog realized,
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王佳
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 38 »

源码中国 www.ymcn.org