-
多种方法解决全排列的问题 在vb环境下编写
多种方法解决全排列的问题 在vb环境下编写-various methods to solve all problems with the environment in preparation vb
- 2022-03-16 12:16:11下载
- 积分:1
-
数据结构的java实现
数据结构的java实现-Data Structure written in Java for Huffman Coding Algorithm.
- 2022-04-14 12:55:21下载
- 积分:1
-
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS ...
广义表的反序
逆置广义表的递归模型如下:
F(LS) = null 若 LS 为空
F(LS) = LS 若 LS 为原子,且 tail(LS) 为空
F(LS) = append( F(tail(LS)), head(LS) ) 若 LS->tag=0 ,且 LS->tp!=null
F(LS) = append( F(tail(LS), F(head(LS)) ) 若 LS->tag=1
其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
- 2022-03-01 20:55:59下载
- 积分:1
-
本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DF...
本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorithm, sorting algorithm, high-precision algorithms, tree traversal, binary conversion, the whole arrangement and combination of generation, search algorithm, greedy , backtracking framework, DFS framework, BFS framework, data structure-correlation algorithm. And examples of source
- 2022-01-26 03:58:31下载
- 积分:1
-
Prims算法的程序
Prims算法的程序-Prims algorithm procedures
- 2022-02-27 02:57:23下载
- 积分:1
-
毕业设计、、
应用背景毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级毕业设级关键技术好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的好的的
- 2023-01-06 11:15:17下载
- 积分:1
-
这是一个很好的数据库编程!
这是一个很好的数据库编程!-This is a very good database programming!
- 2022-05-20 18:42:09下载
- 积分:1
-
求出一个序列的最长升序列,使用了动态规划的方法
求出一个序列的最长升序列,使用了动态规划的方法-Obtained or a sequence of the longest sequence, using the dynamic programming approach
- 2022-02-25 07:18:05下载
- 积分:1
-
1 can be applied to the case, but the database operations are not complicated. W...
一个可以应用的案例,但是数据库操作不复杂。其中全面地涵盖了所有常用数据库操作。-1 can be applied to the case, but the database operations are not complicated. Which comprehensively covers all common database operations.
- 2022-05-13 21:33:18下载
- 积分:1
-
Excel VBA与数据库(Access)整合笔记.关于vba编程数据库方面的内容...
Excel VBA与数据库(Access)整合笔记.关于vba编程数据库方面的内容-Excel VBA and a database (Access) Notes integration. Vba programming on the contents of database
- 2022-06-14 03:15:15下载
- 积分:1