Welcome![Sign In][Sign Up]
Location:
Search - multiply

Search list

[Mathimatics-Numerical algorithmssf

Description: 大数相乘、计算时间、josep问题、计算JC、分形图形-multiply large numbers, computation time, Josep, calculated JC, fractal graphics
Platform: | Size: 3072 | Author: 张志明 | Hits:

[assembly language矩阵连乘问题

Description: 用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
Platform: | Size: 2048 | Author: | Hits:

[Mathimatics-Numerical algorithms矩阵连乘

Description: 用动态规划解矩阵连乘问题-use dynamic programming solution matrix continually multiply problems
Platform: | Size: 828416 | Author: 李文涛 | Hits:

[Data structs稀疏矩阵运算器

Description: 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
Platform: | Size: 47104 | Author: 雨后阳光 | Hits:

[Other动态规划----矩阵连乘问题

Description: 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the known clusters.
Platform: | Size: 26624 | Author: 莫非 | Hits:

[Other稀疏矩阵的运算器

Description: 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with information" of the order form ternary group said Sparse matrix, Matrix achieve two together, subtract, multiply arithmetic. Sparse Matrix input form using ternary group, which runs the Matrix while the usual array listed. This is from Qinghua University, Yan Wei Min Xiulan WU Weimin compilation of the data structure that sets (C-language version) of the actual 136 XI 4
Platform: | Size: 5120 | Author: snow | Hits:

[Data structsbigNumberMult

Description: 大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
Platform: | Size: 3072 | Author: 刘志铭 | Hits:

[CSharpEX_4_1

Description: 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compiled an arithmetic expression evaluates procedures (1) with a crossbow chain said sparse matrix, 2 matrix to achieve together, subtract and multiply arithmetic. Sparse Matrix input form using ternary group, and the results of the matrix operation was the usual array listed. (2) should first input matrix number of rows and columns, and discriminant given two Matrix OK, Columns for the required for the operation would match. (3) procedures for the importation of triple sequence is no specific request, in any order of entry, its procedures for identifying, inserted into the appropriate location. (4) using triple said sparse matrix, additive or subtraction results matrix should be another generation, Matrix also used the product Cross Chain store.
Platform: | Size: 2048 | Author: 战天 | Hits:

[Crack Hackresource_code_of_RSA

Description: 文件包括RSA算法原程序及详细注释。可以实现使用1024位以上大素数进行加解密。其中包括大整数的加、减、乘、除、模幂运算,求逆元运算,以及大素数的判定等算法。稍做扩展即可在实际中应用。-Documents include the RSA algorithm for the original procedures and detailed notes. Can be achieved using more than 1024 large prime numbers for encryption and decryption. Including large integer add, subtract, multiply, divide, modular exponentiation computation, and inverse calculations, as well as the large prime numbers, such as algorithms to determine. Can be extended slightly in the actual application.
Platform: | Size: 112640 | Author: wp | Hits:

[JSP/JavaCaculator5

Description: 如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因 -The following functions: 1, binary, octal, decimal and hexadecimal numbers add, subtract, multiply, divide, involution, such as simple calculation modulus 2, scientific computing functions, including the (Anti-) sinusoidal, (anti-) cosine, (Anti-) tangent, (anti-) Cotangent, prescribing, index function computing 3, to the angle of curvature of two ways to achieve the above-mentioned part of function 4, with the history of computing and memory function 5, on the incorrect expression can point out its wrong reasons
Platform: | Size: 153600 | Author: jakie | Hits:

[Data structshomework2_2

Description: 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等 -Use linked lists (one-way or two-way linked list) between the computing polynomial realize include: polynomial between the add, subtract, multiply, divide, etc.* Act
Platform: | Size: 35840 | Author: 云从龙 | Hits:

[Algorithm1

Description: 大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890 -Multiplicative function of large numbers Multiply: Input: two arbitrary length integer sequence of 10 hexadecimal string, such as 4567891234567890 or 101 Output: an integer sequence of 10 hexadecimal string, for the importation of the product of two numbers, such as 4567891234567890* 101 = 461357014691356890
Platform: | Size: 1024 | Author: 李明 | Hits:

[Crack HackBigInt

Description: RSA公钥加密算法(基于大整数的分解难实现的,包括大整数的加、减、乘、除,加密,解密等)-RSA public key encryption algorithm (based on the decomposition of large integers difficult to realize, including the large integer add, subtract, multiply, divide, encryption, decryption, etc.)
Platform: | Size: 4096 | Author: xu | Hits:

[VHDL-FPGA-Verilogmultiply

Description: 好用的浮点乘法器,可完成32位IEEE格式的浮点乘法,经过仿真通过-Easy to use floating-point multiplier, to be completed by 32-bit IEEE format floating-point multiplication, through simulation through
Platform: | Size: 1024 | Author: gulu | Hits:

[DSP programtwo-matrix-multiply-via-CCS

Description: 谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。-Talk jing yan (645564194) 11:26:50 Space Second homes add a project team: Room 207 microwave hardware group Master of Information and Communication Engineering Internship 1-2 people says FBI RF system, please have the intention of the students today will be the name of , Class feedback to me. And prepare their own curriculum vitae and a good 3-minute self-introduction, space tomorrow to join the Second House of the interview.
Platform: | Size: 4096 | Author: 臧寿鸿 | Hits:

[VHDL-FPGA-Verilogmultiply

Description: Verilog hdl语言 常用乘法器设计,可使用modelsim进行仿真-Verilog hdl language commonly used multiplier design, can use the ModelSim simulation
Platform: | Size: 2048 | Author: 许立宾 | Hits:

[Otherjisuanqi

Description: 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3、以角度、弧度两种方式实现上述部分函数 -Systematic study of object-oriented programming ideas, understand the MFC framework to gradually become familiar with visual programming environment Visual C++, And in this environment is designed and implemented a simple calculator system, the calculator should be able to achieve the following functions : 1, binary, octal, decimal and hexadecimal numbers add, subtract, multiply, divide, involution, such as simple calculation modulus 2, scientific computing functions, including the (Anti-) sinusoidal, (anti-) cosine, (anti- ) tangent, (anti-) Cotangent, prescribing, index function computing 3, to the angle of curvature of two ways to achieve some of the above function
Platform: | Size: 1968128 | Author: Dante | Hits:

[Windows Developnewcalculator

Description: VC 6.0做的函数型计算器,可进行二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 -VC 6.0 do function calculator, can be binary, octal, decimal and hexadecimal number of add, subtract, multiply, divide, involution, modulus, such as simple calculations in scientific computing function, including the (Anti-) sinusoidal, ( anti-) cosine, (anti-) tangent, (anti-) Cotangent, prescribing, the index function, such as running
Platform: | Size: 2048 | Author: 覃灿华 | Hits:

[OtherMultiply

Description: Virtual instrument than display a result of a multiply of a pair of inputs
Platform: | Size: 4096 | Author: Joze0115 | Hits:

[Othermultiply graph

Description: a virtual instrument than shows the graph of a multiply of a pair numbers
Platform: | Size: 7168 | Author: Joze0115 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net