-
C++ Builder程序员学习数据结构第2章
C++ Builder程序员学习数据结构第2章-Builder C programmers to learn data structure Chapter 2
- 2022-10-04 14:45:03下载
- 积分:1
-
使用贪心算法实现PRIM最小生成树算法.经典的算法题目.
使用贪心算法实现PRIM最小生成树算法.经典的算法题目.-PRIM algorithm using the greedy algorithm for minimum spanning tree. Classic topics algorithm.
- 2022-03-24 02:39:35下载
- 积分:1
-
使用动态规划的方法求接出怎样在两条装配线上以最快的时间完成装配任务...
使用动态规划的方法求接出怎样在两条装配线上以最快的时间完成装配任务-The use of dynamic programming methods for how to access the assembly line in the two shortest time to complete the assembly task
- 2022-01-26 02:53:19下载
- 积分:1
-
rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助...
rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助-rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
- 2022-03-19 00:26:21下载
- 积分:1
-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1
-
Greedy algorithm used to solve aflow have time to adjust the flowshop scheduling...
用贪心算法解决aflow 有调整时间的流水作业调度问题。-Greedy algorithm used to solve aflow have time to adjust the flowshop scheduling problem.
- 2022-08-10 09:37:08下载
- 积分:1
-
C++数据结构,通过堆栈方式实现的表达式求值
本源代码是通过堆栈的结构,可以实现表达式求值。可以实现如下功能:1.区分括号2.判断表达式的形式是否有错3.判断小数和整数4.根据符号的优先级能够自动给出计算顺序。5.包中含有表达式求值的详细思路PPT。
- 2022-02-25 15:53:21下载
- 积分:1
-
本书是作者编程经验的结晶,由发表在杂志上的专栏文章构成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、数据结构、程序验证与测试...
本书是作者编程经验的结晶,由发表在杂志上的专栏文章构成,每一章内容相对独立,但都是编程过程中的有机组成部分。本书内容包括问题定义、算法、数据结构、程序验证与测试、程序优化与效率问题,以及这些技巧在排序、查找和字符串处理等方面的几个实际应用。本书每章末尾都附带有相关内容的问题,附录中给出了一些问题的提示和解答。仔细思考问题或与同事进行讨论,可以巩固所学知识,将作者的经验应用到自己的编程实践中。-This book is the author of the crystallization of programming experience, published in the journal by the column consists of the contents of each chapter is relatively independent, but they are in the process of programming an integral part. The book includes problem definition, algorithms, data structures, program verification and testing, process optimization and efficiency issues, as well as these skills in sorting, string search and deal with several aspects of practical application. The book comes at the end of each chapter has relevant content issues, the appendix gives some tips and answers to the problem. Think carefully about questions or discussion with colleagues, you can consolidate the knowledge acquired will be applied to the author
- 2022-02-04 06:11:35下载
- 积分:1
-
一个数据结构演示程序,很强大的!!也很好看
一个数据结构演示程序,很强大的!!也很好看-a data structure demo program, a very strong! ! Also very good! !
- 2022-02-06 07:11:09下载
- 积分:1
-
Computes estimates for the number of fores ts of a graph. input as a 0
Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part. -Computes estimates for the number of fores ts of a graph. input as a 0-1 incidence matrix. Notes : Compile in C, "g-o span_forest span_forest.c." The program does not demand that the matrix is symmetric wit h 0 diagonal. but uses only the upper triangular part.
- 2022-02-05 15:36:49下载
- 积分:1