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

搜索资源列表

  1. 课程设计稀疏矩阵运算器

    0下载:
  2. 数据结构的课程设计---稀疏矩阵运算器 希望可以给大家参考-data structure design of the curriculum -- for sparse matrix operations can hope for your reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19198
    • 提供者:小林
  1. 稀疏矩阵的运算器

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:17518
    • 提供者:何金龙
  1. 矩阵运算器

    1下载:
  2. 一款用C++制作的矩阵运算器,不但可以直接用于矩阵计算.而且对想提高C++编程的朋友很有帮助。-new production of C-matrix operations, not only can be used directly matrix calculation. but right wants to raise C Programming helpful friends.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63423
    • 提供者:饶秀琪
  1. 课程设计报告a运算器部件

    1下载:
  2. 运算器部件的实现和功能 主要为学习计算机组成原理的同学 提供-computing components and functions of the realization of the main tenets of computer components provide students
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20467
    • 提供者:周萍
  1. 稀疏矩阵运算器

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

    • 发布日期:2008-10-13
    • 文件大小:10131
    • 提供者:雨后阳光
  1. 运算器

    0下载:
  2. 用汇编编写了一个运算器,是汇编初学着参考的一个好程序-compilation prepared with a computing device that is a compilation of learning a reference to the program
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:21966
    • 提供者:刘锋
  1. 模拟运算器

    0下载:
  2. 计算机原理的课程设计,实现一个模拟运算器实验的小软件,用JAVA 实现-computer science curriculum design, and realization of a simulation experiment with a small software using JAVA
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:57282
    • 提供者:胡利会
  1. 稀疏矩阵的运算器

    0下载:
  2. 用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2753
    • 提供者:雨金
  1. 稀疏矩阵运算器

    3下载:
  2. 稀疏矩阵运算器! 绝好的一个好毕业设计!
  3. 所属分类:程序开发库

    • 发布日期:2009-05-25
    • 文件大小:24836
    • 提供者:ludougao2006
  1. 三种16位整数运算器的ALU设计方法

    2下载:
  2. 三种16位整数运算器的ALU设计方法,调用库函数74181(4位ALU),组成串行16位运算器。(用74181的正逻辑) B.调用库函数74181和74182,组成提前进位16位运算器。(用74181的正逻辑) 注意:调74181库设计,加进位是“0”有效,减借位是“1”有效,所以最高位进位或借位标志寄存器要统一调整到高有效 C.用always @,case方式描述16位运算器。,Three 16-bit integer arithmetic logic unit of the ALU
  3. 所属分类:VHDL编程

    • 发布日期:2013-01-14
    • 文件大小:800
    • 提供者:yifang
  1. add_minigui

    0下载:
  2. 基于MINIGUI的一款简单的加法运算器 可以实现简单的运算-Based on the MINIGUI a simple addition operations can achieve the simple arithmetic
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:90428
    • 提供者:shengchangchun
  1. ysqsy

    0下载:
  2. 计算机组成原理运算器实验报告。 包括实验目的,实验步骤,实验内容,总结。-Principles of Computer Organization report computing experiment. Experimental purposes, including the experimental steps, the experiment content, summed up.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:28084
    • 提供者:卫聪
  1. cpu16

    0下载:
  2. 实现一个16位CPU。该CPU使用精减指令集,是一个五段流水线的结构。包括取指令(IF)、读寄存器(RD)、运算器(ALU)、内存读写(MEM)和写回(WB)。-The realization of a 16-bit CPU. Streamline the use of the CPU instruction set is a structure of five lines. Including fetch (IF), register read (RD), arithmetic logic u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:6205
    • 提供者:周健
  1. jsq2

    0下载:
  2. asm运算器四则运算 非常好用 非常好用-asm calculator is very easy to use four computing is very easy to use is very easy to use
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:913
    • 提供者:linsophia
  1. SparseMatrixArithmeticUnit

    0下载:
  2. 现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果要求以阵列形式输出-Is a sparse matrix arithmetic unit. The " belt line of logical link information" triples table as sparse matrix storage structure to achieve two matrices are added togeth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:11009
    • 提供者:罗向鹏
  1. 四则运算器

    0下载:
  2. c#的一个关于四则运算器的程序,实现最基本的四则运算功能
  3. 所属分类:界面编程

  1. 运算器

    0下载:
  2. 设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At least 4 additional operations,
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:小慧hui
  1. 加减法运算器1.4

    0下载:
  2. C++语言编写,可实现基于链表的加减法运算器,数据结构源程序(The C++ language is written to implement the chain based addition and subtraction arithmetic operator, the data structure source program)
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:玉玲珑
  1. 100个GH运算器详解(一)

    1下载:
  2. grasshopper是犀牛的一个可视化编程插件,此次分享的文件是运算器的解析(Grasshopper is a visual programming plug-in for rhinoceros. The file shared is the analysis of the arithmetic unit.)
  3. 所属分类:图形图象

    • 发布日期:2021-03-15
    • 文件大小:3367936
    • 提供者:sunneolics
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com