搜索结果

找到约 23 项符合 integers 的查询结果

VHDL/FPGA/Verilog verilog code for 8-bit signed integers....its working

verilog code for 8-bit signed integers....its working
https://www.eeworm.com/dl/663/416388.html
下载: 110
查看: 1076

其他 NTL is a high-performance, portable C++ library providing data structures and algorithms for manipul

NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
https://www.eeworm.com/dl/534/136707.html
下载: 167
查看: 1074

汇编语言 ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. &#8226 Assume a file with correct data (no garbage, characters, etc.). &#8226 you must check and provide appropriate execution for 2 extra cases, namel ...
https://www.eeworm.com/dl/644/153518.html
下载: 135
查看: 1157

数值算法/人工智能 ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The

ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
https://www.eeworm.com/dl/518/187749.html
下载: 26
查看: 1426

数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi

HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
https://www.eeworm.com/dl/654/210924.html
下载: 148
查看: 3039

其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
https://www.eeworm.com/dl/534/214270.html
下载: 103
查看: 1663

数学计算 Sherwood算法消除最坏实例

Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默认设为1000,可在宏定义处修改 ...
https://www.eeworm.com/dl/641/248698.html
下载: 60
查看: 1048

数值算法/人工智能 The GNU MP Bignum Library

The GNU MP Bignum Library,非常好用的大数运算库,GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers.
https://www.eeworm.com/dl/518/356807.html
下载: 21
查看: 1069

数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct

密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. N ...
https://www.eeworm.com/dl/654/402666.html
下载: 47
查看: 1454

其他 Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a

Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the ...
https://www.eeworm.com/dl/534/425105.html
下载: 154
查看: 1036