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

搜索资源列表

  1. 稀疏矩阵的运算器

    1下载:
  2. 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with informati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.83kb
    • 提供者:snow
  1. 文件运算器

    0下载:
  2. 问题描述:加减乘运算器。 要 求: 输入方式:使用给定文件进行输入; 输出方式:使用文件进行输出; 使用的数据结构:双向链表 实现的功能:实现任意位数的正负整数或小数的加法、减法和乘法运算。 具体要求:每个结点存储一位数字。算出的结果若是小数,整数部分的高位若为0要去掉,小数部分的低位若为0要去掉,若0085.56700,最后结果应为85.567。 文件说明:给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17.11kb
    • 提供者:何金龙
  1. myheard

    0下载:
  2. 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ der
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73.67kb
    • 提供者:刘建聪
  1. c++_class_matrix

    0下载:
  2. 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:dingdong
  1. Calculator

    0下载:
  2. 简易计算器,支持加减乘除,并且运算数据可支持正负、小数,且可多位。 -Simple calculator, support to add, subtract, multiply and divide, and operational data can support positive and negative, decimal, and can be a number
  3. 所属分类:android

    • 发布日期:2017-12-05
    • 文件大小:884.86kb
    • 提供者:朱玉清
  1. 65filter

    0下载:
  2. 65位FIR数字滤波器的设计~~其中有通过仿真得出得数据 ~可以通过数据输入完成滤波实验~对数字滤波器得整个算法进行了分析包括输入分组相加 然后相乘得过程-65 FIR digital filter design ~ ~ with simulation data to come in through the importation of data from experiments completed filtering of the digital filter in the whole alg
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:2.9kb
    • 提供者:凌燕
  1. MY9_18

    0下载:
  2. 实现对话框的计算器功能,输入两个数据能进行简单的加、减、乘、除操作。-Calculator functions to achieve the dialog box, enter the two data can be a simple add, subtract, multiply, with the exception of the operation.
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:26.12kb
    • 提供者:朱侃
  1. 111111

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。 3、以角度、弧度两种方式实现上述部分函数。 4、具备历史计算的记忆功能。 5、对不正确的表达式能指出其错误原因。 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -1, binary, octal, decimal and hexadecimal number of add, subt
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:135.49kb
    • 提供者:qiwenchao
  1. add

    0下载:
  2. 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.28kb
    • 提供者:sanghy
  1. jisuanqi

    0下载:
  2. 可以进行简单的数学运算:加、减、乘、除,sin(),cos(),tan()等,还可以对数字进行取余和开方的运算。但仅限于十进制下,还可以进行数的正、负之间的相互转换,exit表示退出, clear表示初始化,有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Can perform simple arithmetic: add, subtract, multiply, divide, sin (), cos (), tan (
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:4.86kb
    • 提供者:叶晓彬
  1. dashuxiangcheng

    0下载:
  2. 大数据相乘,多字节数据之间的乘法运算,使用数组存储-Large data multiply, multi-byte data of the multiplication, the use of an array of storage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:740byte
    • 提供者:刘兵
  1. jisuanqi3

    0下载:
  2. 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:964byte
    • 提供者:邱越
  1. ofdm-tge

    0下载:
  2. OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵 共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量 在0,N/2点必须是实数 一般选为0 1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI clc close all clear all figure(1) n=160 for i=1:n data(i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:5.86mb
    • 提供者:卞敏捷
  1. code

    0下载:
  2. This project is "digital serial multiplier". this proh=ject is used to multiply the serial data with parallel data. the source code is writtenby using vhdl.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:4.77kb
    • 提供者:RUPA KRISHNA
  1. multiply

    0下载:
  2. 数据结构上机实验——矩阵相乘。可实现输入两稀疏矩阵,用户自定义选择矩阵相乘模式并显示相乘结果。简明、易懂、C++自编版。-Data structure on experiments- matrix multiplication. Enter the two sparse matrices can be realized, user-defined selection matrix multiplication mode and display the multiplication result.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.1mb
    • 提供者:Juicy
  1. multiply

    0下载:
  2. 数据结构实验。利用单链表实现多项式的加法和乘法。-Data structure experiments. Polynomial addition and multiplication using a single linked list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:261.96kb
    • 提供者:王文武
  1. string-data-encryption

    0下载:
  2. Data Encryption by Matrix Multiplication We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.34kb
    • 提供者:delin
  1. data-structure

    0下载:
  2. C++ program to multiply two polynomials maintained as linked lists
  3. 所属分类:source in ebook

    • 发布日期:2017-12-06
    • 文件大小:878byte
    • 提供者:amir
  1. multiply

    0下载:
  2. 单片机多字节乘法,实现32位乘以32位整形数据相乘,然后把64位结果高32位和低32位分别存放。带Protues仿真文件,已验证算法结果-Microcontroller multibyte multiplication, 32 times the 32-bit plastic data multiplication, and the results the 64 high 32 bits and low 32-bit storage respectively. Protues simulati
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:38.99kb
    • 提供者:金俊
  1. src_multiply

    0下载:
  2. Data content to multiply the given values
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:10kb
    • 提供者:Nithya_123
« 12 3 4 »
搜珍网 www.dssz.com