-
数据结构C++(20041116)
数据结构C++(20041116)-data structure C (20041116)
- 2022-03-14 14:18:52下载
- 积分:1
-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1
-
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。...
约瑟夫环最终运行文件,适合直接使用者,不必再以来C语言来汇成执行文件。-Josephus final run files, suitable for users, having been formed to C language implementation document.
- 2022-08-23 14:57:09下载
- 积分:1
-
Merging Sort: The array is divided into a small array, in an orderly manner thro...
归并排序:将数组划分为小数组,通过局部的有序合并,解决问题
算法平均时间复杂度: O(nlogn)
-Merging Sort: The array is divided into a small array, in an orderly manner through the partial merger, the average time algorithm to solve the problem complexity: O (nlogn)
- 2022-01-21 06:13:35下载
- 积分:1
-
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
- 2023-07-23 09:15:03下载
- 积分:1
-
VB6.0 under the DataList control the use of examples!
VB6.0下DataList控件的使用示例!-VB6.0 under the DataList control the use of examples!
- 2023-06-04 20:35:03下载
- 积分:1
-
用BP算法对某个表达式进行模拟,通过模拟来得到最优的结果
用BP算法对某个表达式进行模拟,通过模拟来得到最优的结果-BP algorithm for the simulation of a certain expression, through simulation to get the best results
- 2023-05-18 04:45:03下载
- 积分:1
-
数据库管理系统
我已经寄给这个网站的数据库管理系统项目。这是对每个数据库管理员非常有用谁对此工作。这一项目被实施使用 java 服务器 page(JSP)
- 2022-03-30 20:34:20下载
- 积分:1
-
一元多项式相加程序,用于完成一元多项式的相加
一元多项式相加程序,用于完成一元多项式的相加-One of the polynomial sum of procedures used to complete the sum of the polynomial 1
- 2022-01-26 05:40:56下载
- 积分:1
-
这是一个动态创建数据库的原程序是用c++编写的
这是一个动态创建数据库的原程序是用c++编写的-This is a dynamic database creation of the original procedure was used to prepare the c
- 2022-11-07 03:30:03下载
- 积分:1