-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1
-
将数据从文本文件中按照规定格式装入INFORMIX数据库中,再从数据库中转出为文本文件并同时剔出相同号码...
将数据从文本文件中按照规定格式装入INFORMIX数据库中,再从数据库中转出为文本文件并同时剔出相同号码-data from the text file format required load INFORMIX database and then transferred from the database to a text file and to get rid of the same number
- 2022-03-25 04:16:39下载
- 积分:1
-
Human Resource Management System (with source code), with VFP implementation has...
人力资源管理系统(附源码),用VFP实现的,已经连编了,比较完善!-Human Resource Management System (with source code), with VFP implementation has not even compiled, and more perfect!
- 2022-03-04 02:37:28下载
- 积分:1
-
dBaseIII的源码。
dBaseIII的源码。-dBaseIII the source.
- 2022-03-02 16:05:10下载
- 积分:1
-
求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法!
谢谢了
目的是求给定两点之间的最短距离
或者改一下我的程序也行...
求解一个最短路径问题程序,可以参考一下求一个Dijkstra优化算法!
谢谢了
目的是求给定两点之间的最短距离
或者改一下我的程序也行
-shortest path to solve a problem of procedure, can seek a reference Dijkstra algorithm optimization! Thank you, the purpose is scheduled for 2:00 to the shortest distance between or change my procedure OK
- 2022-03-01 07:56:19下载
- 积分:1
-
用C语言实现动态表的源程序,包括各种必须的方法
用C语言实现动态表的源程序,包括各种必须的方法-C language movements of the source, including all necessary means
- 2022-05-07 10:57:32下载
- 积分:1
-
一个用vc实现的Kruskal算法,程序流程非常清晰,有助于对算法的理解。...
一个用vc实现的Kruskal算法,程序流程非常清晰,有助于对算法的理解。-a vc achieved using Kruskal algorithm, program flow is very clear, contribute to the understanding of the algorithm.
- 2022-01-29 01:16:47下载
- 积分:1
-
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.-SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image/video applications.
- 2022-07-04 13:52:17下载
- 积分:1
-
DD牛USACO的源代码!学习算法的人很有帮助
dd牛的usaco源代码!对学习算法,oi的人很有帮助-dd cattle usaco source code! Of learning algorithm, oi the people very helpful
- 2022-11-13 15:45:03下载
- 积分:1
-
development environment : c builder6.0 SQL server
开发环境:c++builder6.0 SQL server2-development environment : c builder6.0 SQL server
- 2022-03-11 18:31:07下载
- 积分:1