登录
首页 » 数据结构 » 数据结构中经典的约瑟夫环问题的解法。

数据结构中经典的约瑟夫环问题的解法。

于 2022-03-10 发布 文件大小:1.40 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

数据结构中经典的约瑟夫环问题的解法。-data structure classic Josephus the solution.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ioop rtyoirtopyrt optyi`
    fsdfsadfsdfsdfsdgdgdgfg dsfg sdfg dsf gsdfg sdfgsdfg gddflskgksd gdfsjklgjklsd kldfg jsdfj klgsfsgfsgjkl;sg dfg osdpg posdfig ;goipdf gdfpogsdf opsdf gspdo sdfpo gisdf gpsdfog ipsdfg sdfop gisdfpogg ;fsadfsdfsddfgdgfg dfgfgfg sdfg dsdfg gsdfg gsdfg sdfgsdfg gdfgsdfg gdgfgsdfg gdfsjkldfg jsdfj klgsfsgfsgjkl;sg dfg osdpg posggoipdf gdfpogsdf opsdf gspdo sdfpo gisdf gpsdfog ipsdfg sdfop gisdfpog fsdfsadfsdgfg dfgdgfg dsfg sdfg dsf gsdfg sdfgsdfg sdfgsdfg gfd g gjdflskgksd gdfsjklgsd kldfg jsdfj klgsfsgfsgjkl;sg dfg osdpg posdfig goipf gdfog opsdf gspdo sdfpo gisdf gpsdfog ipsdfpog;fsdfsadfsdfsdfsdgdgdgfg dsfg sdfg dsf gsdfg sdfgsdfg gddflskgksd gdfsjklgjklsd kldfg jsdfj klgsfsgfsgjkl;sg dfg osdpg posdfig ;goipdf gdfpogsdf opsdf gspdo sdfpo gisdf gpsdfog ipsdfop gisdfpog ;
    2022-07-20 07:02:24下载
    积分:1
  • realize how to use VB to create 2,000 ACCESS database format and database tables...
    实现如何利用VB创建ACCESS 2000格式的数据库及数据库表,里面含有一个很好的表格近代件,支持背景图片显示!-realize how to use VB to create 2,000 ACCESS database format and database tables, which contains a very good form of modern pieces, support background images show!
    2022-01-26 08:10:29下载
    积分:1
  • Yan Wei
    严蔚敏版本数据结构题集约瑟夫环问题的源代码-Yan Wei-min version of the title sets the data structure the source code of the problem, Joseph Ring
    2023-06-19 10:05:03下载
    积分:1
  • 9_database例版
    这节课将为您介绍SQL(结构化查询语言)和一个数据库连接。该术语“查询”是指搜索,质疑,或找到或研究。当你查询数据库,你是搜索在数据库中的信息。查询组件封装了一个SQL语句是在客户端应用程序用于检索,插入,更新,以及从一个或多个数据库中删除数据表。查询组件可以使用远程数据库服务器(客户端/服务器)和其他许多数据库驱动程序。大多数情况下,你使用查询来选择一个用户应该在应用程序中看到的数据,当您使用表组件,就像你做。查询,但是,也可以进行更新,插入和删除显示操作以及检索的记录。当您使用查询来执行插入,更新和删除操作,查询通常不会返回的记录进行查看。
    2022-03-07 11:13:44下载
    积分:1
  • /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
    迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */ -/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination.
    2022-08-08 06:28:42下载
    积分:1
  • 值计算源代码来自哈尔滨工业大学计算机学院
    数值计算源代码来自哈尔滨工业大学计算机学院-numerical source code from the Harbin Industrial University computer science
    2022-01-25 20:55:50下载
    积分:1
  • 这是关于01背包问题的动态规划算法。采用C++语言完成的,代码间有注释。...
    这是关于01背包问题的动态规划算法。采用C++语言完成的,代码间有注释。-This is about 01 knapsack problem dynamic programming algorithm. Using C++ language completed, there are comments between the code.
    2023-04-07 01:55:02下载
    积分:1
  • 程序设计――哈夫曼编码,希望给同学一些帮助
    数据结构程序设计――哈夫曼编码,希望给同学一些帮助-Data Structure Programming- Huffman coding, the students want to give some help
    2022-08-26 09:43:00下载
    积分:1
  • 电子书中文件包括了十本讲的书(英文),很全面。...
    电子书中文件包括了十本讲数据结构的书(英文),很全面。-electronic book which included a 10 stresses the data structure (English), very comprehensive.
    2022-06-28 17:52:53下载
    积分:1
  • 一段给定的文章造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。...
    根据一段给定的文章构造哈夫曼树并对一段给出的代码译码成为一段文章,输入输出均通过文件来实现,并配有报告文档。-According to the article section of a given structure of the Huffman tree is given a section of the code decoding to become a section of articles, input and output are achieved through the document and the document with the report.
    2022-02-20 09:07:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载