-
离散01串问题,(n,k)01 串定义为:长度为n 的01 串,其中不含k 个连续的相同子串。对于给定的正整数n 和k,计算(n,k)01 串的个数。...
离散01串问题,(n,k)01 串定义为:长度为n 的01 串,其中不含k 个连续的相同子串。对于给定的正整数n 和k,计算(n,k)01 串的个数。-discrete series of 01 questions, and (n, k) 01 Series : the definition of the length of n strings of 01, which is non-consecutive k-the same string. For a given positive integer n and k, calculated (n, k) 01 series of numbers.
- 2023-03-26 18:45:03下载
- 积分:1
-
字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构...
字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构-Dictionary tree algorithm, can be very convenient multi-tree, and find very convenient is the design of ACM algorithms commonly used data structure
- 2022-03-18 17:01:48下载
- 积分:1
-
学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径...
学校景点分布图最佳路径选择,通过最短路径选择让游者能够自由选择最佳观赏路径-schools attractions distribution choose the best path through the shortest path chosen You can watch free to choose the best path
- 2022-04-30 12:04:29下载
- 积分:1
-
e learing system
该项目旨在开发一个电子学习门户网站
- 2022-05-30 15:50:19下载
- 积分:1
-
Database Programming, connecting VC would like to help you soon myself
数据库编程,连接VC
希望对你有帮助
快下喽-Database Programming, connecting VC would like to help you soon myself
- 2023-04-29 14:40:02下载
- 积分:1
-
dormitories
数据结构与算法里,陈列馆中机器人看守问题。-dormitories
- 2022-12-29 11:50:04下载
- 积分:1
-
同一个数据库开发的系统,有源代码和发布版本
同一个数据库开发的系统,有源代码和发布版本-with a database development systems, and active code releases
- 2022-05-17 05:06:43下载
- 积分:1
-
哈夫曼树的建立,haffman 编码,在turbo c 下运行
哈夫曼树的建立,haffman 编码,在turbo c 下运行-Huffman Tree, haffman encoding, turbo c in the run
- 2022-04-26 16:02:39下载
- 积分:1
-
ACM mock examination papers Martian in detail the subject of the annex to the re...
ACM模拟试题 火星人 附件中有详细的题目要求和运行通过的源代码
-ACM mock examination papers Martian in detail the subject of the annex to the requirements and run through the source code
- 2022-07-24 17:04:26下载
- 积分:1
-
用循环链表实现约瑟夫问题
利用模板类和循环链表实现的约瑟夫问题,由于链表类是模板类,所以整体的类成员函数实现和声明是放在同一个文件下。另外,由于部分成员在解决该问题的时候并没有使用,可是觉得没有删除的必要,所以对其选择了保留,日后或许可将它用于解决其他问题。
- 2022-02-02 06:53:29下载
- 积分:1