搜索资源列表
matriccaculator
- 可对任意两个矩阵做加法、减法、乘法等运算;同时可对单个矩阵求转置矩阵、三角分解、奇异值分解等操作,功能强大。
source
- MIPS处理器VHDL代码,实现加法,减法乘除等运算,可综合,
Ployn_Calculator
- 用链表创建一元稀疏多项式,做加法和减法计算
TSMatrix_cal
- 三元组表示的稀疏矩阵的加法,减法,乘法运算器
longAdd
- 用C++做的一个长整数加法,很有参考意义,欢迎交流
VectorAdd
- 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。
VHDL_add_4
- 本程序完成带进位输入输出的四位二进制加法运算,编程思想采用真值表转换成布尔方程式,利用循环语句将一位全加器编为四位加法器。
eecadd_4
- 此程序采用VHDL语言,完成四位二进制数的加法,并且输出是BCD码
juzhenyunsuan
- 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of
Parallel-adder
- 并行加法器是一种数位电路,其可进行数字的加法计算。在现代的电脑中,加法器存在于算术逻辑单元(ALU)之中。 加法器可以用来表示各种数值,如:BCD、加三码,主要的加法器是以二进制作运算。-Parallel adder is a digital circuit, which can be calculated the number of addition. In the modern computer, adder exists in the arithmetic logic unit (ALU)
compute
- 一個具有小算盤有加法減法乘法及除法和刪除的功能-A calculator with addition subtraction multiplication and division, and delete functions
Matrix
- 矩阵的加法,减法和乘法 二元方程的解法 日期,可以输出N天前和N天后的年月日-Matrix addition, subtraction and multiplication two yuan Equation in date N days ago, and can output the years at N days
rect2polar
- cordic 的实现 ,通过简单的移位,加法操作较少的硬件资源实现超越函数运算-CORDIC (Coordinate Rotation Digital Computer) is a method for computing elementary functions using minimal hardware such as shifts, adds/subs and compares.
VectorAdd
- CUDA平行程式設計,以向量加法為例。以四個架構說明CUDA整體運作-CUDA MatrixVectorAdd
ex1_VectorAddition
- CUDA 矢量加法优化以后的算法,用 CUDA C编写-CUDA Vector Addition Algorithm
Matrix_add
- 此程序使用CUDA并行语言完成矩阵的加法。矩阵维数为3×3矩阵。矩阵维数可以更改。但是同时矩阵的处置也要手动设置。-This program uses the CUDA parallel language to complete the addition matrix. 33 matrix matrix dimensions. You can change the dimension of the matrix. However, while the disposal of the matrix
CUDA_ADD
- 利用cuda进行的简单的加法操作,需要opencv的支持-Cuda conducted utilizing simple addition, you need to support the opencv
mpi_array
- 这个程序演示了一个简单的数据分解。主任务首先初始化数组,然后分配相等的部分该数组的其他任务。后的其他任务接收其阵列的一部分,它们执行加法运算,以每个数组元素。-This program demonstrates a simple data decomposition. The master task first initializes an array and then distributes an equal portion that array to the other tasks. Aft
add_loop_long_blocks
- CUDA并行计算向量加法,是GPU高性能计算的代码-CUDA parallel computing vector addition, the code GPU High Performance Computing
cuda-compute
- 用c++代码实现的GPU并行计算,实现的功能是计算数组的加法和乘法-GPU computing using parallel c++ code to realize the function of addition and multiplication to calculate the array