登录
首页 » 算法 » 约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...

约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...

于 2022-03-09 发布 文件大小:170.09 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code

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

发表评论

0 个回复

  • 回溯解N后的C++源码(Visual Stdio2010环境测试通过)
    #include #include #include #include using namespace std;class Queen{ friend int nQueen(int);private: bool Place(int k); void Backtrack(int t); void Output(); int n,//皇后个数  *x;//当前解 long sum;//当前已找到的可行性方案数};bool Queen::Place(int k){ for (int j=1;jn) {  sum++;  Output(); } else {  for (int i=1;i
    2022-02-06 19:11:54下载
    积分:1
  • 成像测井阈值处理
    关于图像分割方面的,可以将成像测井的图片加载进去,进行阈值分割,其中有灰度统计直方图,阈值分割以及将图像加载和显示界面,经过多次更改,保证能运行,界面简洁大方,欢迎下载交流
    2022-08-23 14:31:16下载
    积分:1
  • VB生成三角网
    VB源代码生成的三角网,即狄罗尼三角网。可以通过点击程序界面自动生成一系列的不规则三角网
    2022-12-06 21:55:03下载
    积分:1
  • 常用分析,不用我多说,这绝对是编程的最基本要求
    常用算法分析,不用我多说,这绝对是编程的最基本要求-Common algorithms for analysis, I do not have to say, this is absolutely the most basic requirement of programming! ! !
    2022-11-22 18:10:03下载
    积分:1
  • 一维等离子体的plrc―fdtd程序
    一维等离子体的plrc―fdtd算法程序-one-dimensional plasma plrc- fdtd Algorithm
    2022-03-12 09:53:20下载
    积分:1
  • dijkstraC实现
    dijkstra最短距离算法的C语言实现。 dijkstra算法是网络中最短距离的一种基础算法,代码包含main函数,linux运行成功
    2022-09-02 17:30:03下载
    积分:1
  • The Kalman filter30 is a minimum
    The Kalman filter30 is a minimum-variance filter in which time-series measurements are incorporated recursively into estimates of state variables it is the optimal, Bayesian least-squares estimator for linear dynamic systems.-The Kalman filter30 is a minimum-variance filter in which time-series measurements are incorporated recursively into estimates of state variables it is the optimal, Bayesian least-squares estimator for linear dynamic systems.
    2023-04-25 23:25:03下载
    积分:1
  • SWT DWT水印
    2022-01-25 18:48:05下载
    积分:1
  • 基于最小二乘原理的正交多项式拟和输入原始数据及拟和次数即可输出最终拟和表达式系数...
    基于最小二乘原理的正交多项式拟和输入原始数据及拟和次数即可输出最终拟和表达式系数-based on the principle of least squares orthogonal polynomials and to the importation of the raw data and can be exported and the number of proposed and final expression coefficient
    2023-02-25 11:25:03下载
    积分:1
  • PLS 的人脸识别
    这个 matlab 文件是关于人脸识别的源程序。人脸识别方法是偏最小二乘法,简称 "PLS"。识别率可达 92%与我们脸样本。源文件中载有详细的注解,帮助读者理解算法原理。读者请尊重于 author 的艰苦的工作,并且不要不要将它用于商业。感谢您下载和阅读我的脸识别 matlab 文件。希望你有良好的阅读杂志,从我的工作得到很大的帮助。
    2022-07-21 10:32:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载