登录
首页 » 算法 » n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i...

n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i...

于 2022-03-12 发布 文件大小:827.00 B
0 197
下载积分: 2 下载次数: 1

代码说明:

n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n

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

发表评论

0 个回复

  • 系统辨识,递推最小二乘(RLS)辨识方
    系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to be model order and the estimated value of the relevant parameters.
    2022-07-05 08:15:06下载
    积分:1
  • 禁忌搜索的例子程序求解Tsp问题
    禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp question
    2023-04-11 18:30:04下载
    积分:1
  • C++ 读取BMP图像,非常实用
    程序用二进制读取BMP文件图像,并实现了图像的读取、保存,以及对图像修改后的重保存。对图像的读取以及像素的操作都很方便。相信对大家很有帮助。
    2022-04-09 05:38:26下载
    积分:1
  • operation research
    operation research
    2022-03-25 03:40:19下载
    积分:1
  • 12_security例版
    今天我们花一个悬念时间编程密码和一些关于它的故事。CryptoBox,这是现在包括在maXbox,大约是一个全面的,免费的在线学习应用程序加密。主题密码学,信息安全,数据保护和风险之间的关系管理这里描述,我们要去看一看代码了。CryptoBox是基于涡轮增压动力的Lockbox3这是一个很大的德尔福库密码。密码箱3是FOSS德尔福加密库,提供高效的私有密钥加密,公共密钥加密散列函数。目前支持在Delphi7,2005年,2007年,2009年和2010年这为AES,DES,3DES,河豚,Twofish的,SHA,MD5的支持,多种链接方式,RSA数字签名和验证。我们只是要解释AES新SHA-256分之512哈希值。
    2022-08-08 17:36:28下载
    积分:1
  • C语言库函数.rar
    C语言库函数.rar-C language library functions. Rar
    2022-04-07 14:56:47下载
    积分:1
  • 重磅送出,一个网站的字符串匹配讲解,以及实现的演示。希望在字符串匹配这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这...
    重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied. Read this and the things that you are no longer guaranteed to find something else to see it. The classic classic. This site is a directory of links to a full download, is a collection of products
    2023-02-18 09:45:03下载
    积分:1
  • 含有线性插值, 样条插值,Gauss矩阵列主元消去的实现
    含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现 -with linear interpolation, spline interpolation, Gauss matrix main-element elimination algorithm Law Implementation
    2022-09-23 08:20:03下载
    积分:1
  • 0 / 1背包问题是一个N P
    0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-complex issues, in order to solve the problem, and will be used backtracking algorithm to solve the problem. As to the choice of a subset of object, they will load a backpack, in order to obtain the greatest profits, the solution should be organized into space subset of the shape of the tree (Figure 1 6-2 below). The backtracking algorithms and 4. Two loading problem is very similar. Forming a recursive algorithm to get the maximum benefit available. Then, this algorithm is modified to form code. Improved code can be found at the maximum benefits included in the backpack of a collection of objects.
    2022-02-26 09:06:08下载
    积分:1
  • unknownexercice
    #include < stdlib.h > #include < stdio.h > #include < sys/types.h > #include < sys/stat.h > #include < fcntl.h > int 主要 (int argc、 char *argv[]) { int fd、 fd2、 fd3 ; int i; 浅黄色 char [10] ; fd=open(argv[1],O_RDONLY) ; if(fd2=open(argv[2],O_WRONLY) = =-1) { fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ; read(fd,buff,10) ; write(fd3,buff,10) ; } 其他 { fd2=open(argv[2],O_TRUNC) ; read(fd,buff,10) ; write(fd2,buff,10) ; } 返回 0 ; }
    2023-05-04 19:30:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载