期刊文献+
共找到17篇文章
< 1 >
每页显示 20 50 100
基于双端队列的类Josephus逆问题求解 被引量:1
1
作者 李胜华 赵晗诺 《湖北大学学报(自然科学版)》 CAS 2013年第3期375-380,共6页
对一种扑克牌游戏及Josephus逆问题进行推广得到类Josephus逆问题,探讨这类问题的最佳求解方法——基于双端队列求解,给出双端队列的循环顺序实现,重点探讨在顺序循环双端队列的基础上的这类问题的求解方法及算法分析.实验结果表明,利... 对一种扑克牌游戏及Josephus逆问题进行推广得到类Josephus逆问题,探讨这类问题的最佳求解方法——基于双端队列求解,给出双端队列的循环顺序实现,重点探讨在顺序循环双端队列的基础上的这类问题的求解方法及算法分析.实验结果表明,利用双端队列,此问题不仅易于求解,也易于验证解的正确性. 展开更多
关键词 数据结构 双端队列 扑克牌游戏 josephus问题 josephus逆问题
下载PDF
Josephus问题的算法设计与应用研究 被引量:9
2
作者 陈海山 钱锋 +1 位作者 田英 雷鸣 《计算机工程与应用》 CSCD 北大核心 2007年第1期61-64,共4页
Josephus问题是组合数学的发展源头之一。关于Josephus问题的描述形式甚多。文章通过实验和分析,总结了一个通用性的描述形式,并给出了基于循环链表的算法设计。算法的数据源从文本文件中获取,增强了算法的实用性;根据数据元素值的递增... Josephus问题是组合数学的发展源头之一。关于Josephus问题的描述形式甚多。文章通过实验和分析,总结了一个通用性的描述形式,并给出了基于循环链表的算法设计。算法的数据源从文本文件中获取,增强了算法的实用性;根据数据元素值的递增顺序建立循环链表,能够有效地分类数据,使Josephus数据序列均匀分布且不重复。文章还给出了Josephus问题的若干个应用实例,包括将Josephus问题应用于通用试题库的组卷算法和找出一组数据中某个指定范围的数据序列等。 展开更多
关键词 josephus问题 算法设计 动态循环链表 文本文件
下载PDF
含多个参数的Josephus问题递归关系研究 被引量:1
3
作者 赵天玉 王安平 严政 《长江大学学报(自科版)(上旬)》 CAS 2009年第2期1-3,共3页
Josephus问题是一个古老的问题,对Josephus问题进行变形,可以得到一类递归关系。对这类递归关系进行了推广,得到一类含多个参数的递归关系模型,讨论了这类递归关系模型的求解方法,并采用d-进制记数法给出了这类递归关系模型的解。
关键词 josephus问题 递归关系 模型 d-进制记数法
下载PDF
一种生成随机数的新算法——Josephus算法 被引量:2
4
作者 王 玲 《微型机与应用》 2000年第12期10-11,共2页
Josephus算法采用数组型或指针型变量来控制线性循环链表,简单而直接地生成了若干个不同的随机数序列,并且保证了每一个随机数序列内部的数据分布均匀而不重复。
关键词 随机数 josephus算法 算法 计算机辅助教学
下载PDF
Josephus问题分析与探讨 被引量:1
5
作者 叶品星 《现代计算机》 2002年第4期66-70,共5页
Josephus问题是一个经典的递归问题。本文从问题的编程解决入手,提出静态数组、环链表、递归等3种解题方案。本文还对问题作进一步分析,考虑解的稳定点,最后提出一个优化方案,将问题的解决归约到一个较小的规模。
关键词 josephus问题 稳定点 递归问题 汇编语言 程序设计
下载PDF
从Josephus问题谈起 被引量:1
6
作者 田树坦 《中等数学》 北大核心 1994年第3期16-17,共2页
本文通过Josephus问题,就如何从方法论的角度进行合情推理,使问题一步步深入,最后获解的全过程向读者作一介绍。 Josephus问题:将1,2,…,n按顺时针方向安排在一个圆上,先将2划掉,以后按顺时针方向每隔一个数划掉一个,直到仅剩下一个数为... 本文通过Josephus问题,就如何从方法论的角度进行合情推理,使问题一步步深入,最后获解的全过程向读者作一介绍。 Josephus问题:将1,2,…,n按顺时针方向安排在一个圆上,先将2划掉,以后按顺时针方向每隔一个数划掉一个,直到仅剩下一个数为止,记这个数为f(n)。求f(n)。 展开更多
关键词 合情推理 顺时针方向 josephus 递归关系 题设 数学归纳法 关系映射反演 波利亚 函数关系 拓扑关系
下载PDF
基于Josephus问题的C语言教学设计分析
7
作者 刘东良 《滁州学院学报》 2014年第2期117-120,共4页
通过Josephus问题及其各种变形描述C语言的变量、数组、指针、函数、结构、位运算、文件和测试等知识单元;创新性地分析和设计C语言的全部教学内容,并获得较好的教学效果。为C语言教学案例设计提供一例贯通的设计新思路。
关键词 C语言 josephus问题 一例贯通 教学设计
下载PDF
完全Josephuse立方体的局部诊断度
8
作者 卢丽珊 《福建电脑》 2016年第12期121-122,129,共3页
多处理系统规模的扩大会增加系统某些元件的脆弱性。故障诊断就是系统通过内部测试来识别故障处理机的过程,故障诊断度是衡量互联网络可靠性的重要参数。不同于从全局意义讨论一个系统的诊断度,Hsu和Tan[1]提出局部诊断的概念的,可以诊... 多处理系统规模的扩大会增加系统某些元件的脆弱性。故障诊断就是系统通过内部测试来识别故障处理机的过程,故障诊断度是衡量互联网络可靠性的重要参数。不同于从全局意义讨论一个系统的诊断度,Hsu和Tan[1]提出局部诊断的概念的,可以诊断系统中每个节点的诊断度。研究了完全Josephus立方体CJCn(n≥5)PMC诊断模型下的局部诊断度。 展开更多
关键词 PMC诊断模型 局部诊断度 完全josephus立方体
下载PDF
A New Digital Image Encryption Algorithm Based on Improved Logistic Mapping and Josephus Circle
9
作者 Zhiben Zhuang Jing Wang +2 位作者 Jingyi Liu Dingding Yang Shiqiang Chen 《Journal of Computer and Communications》 2018年第6期31-44,共14页
Digital image encryption based on Joseph circle and Chaotic system has become a hot spot in the research of image encryption. An encryption algorithm based on improved Josephus loop and logistic mapping is proposed to... Digital image encryption based on Joseph circle and Chaotic system has become a hot spot in the research of image encryption. An encryption algorithm based on improved Josephus loop and logistic mapping is proposed to scrambling blocks in this paper. At first, the original image is scrambled by using logistic mapping to obtain the encrypted image, and then the encrypted image is divided into many blocks. Finally, the position of the blocked image is scrambled by using the improved Josephus ring to get the encrypted image. According to the experiments, the information entropy of the encrypted image reaches 7.99 and the adjacent correlations in three directions are within ±0.1. The experimental results show that the proposed algorithm has advantages of large key space, high key sensitivity and can effectively resist the attacks of statistical analysis and gray value analysis. It has good encryption effect on digital image encryption. 展开更多
关键词 Digital IMAGE ENCRYPTION IMAGE Block SCRAMBLING josephus Loop Logistic Mapping PIXEL SCRAMBLING
下载PDF
Generalizations of the Feline and Texas Chainsaw Josephus Problems
10
作者 David Ariyibi Kevin Chang Pamela E. Harris 《Open Journal of Discrete Mathematics》 2019年第4期144-158,共15页
We define and study the Extended Feline Josephus Game, a game in which n players, each with &#8467;lives, stand in a circle. The game proceeds by alternating between hitting k consecutive players—each of whom wil... We define and study the Extended Feline Josephus Game, a game in which n players, each with &#8467;lives, stand in a circle. The game proceeds by alternating between hitting k consecutive players—each of whom will consequently lose a life—and skipping s consecutive players. This cycle continues until every player except one loses all of their lives. Given the nonnegative integer parameters n, k, s and &#8467;, the goal of the game is to identify the surviving player. In this paper, we show how the defining parameters n, k, s, and &#8467;affect the survivor of games with specific constraints on those parameters and our main results provide new closed formulas to determine the survivor of these Extended Feline Josephus Games. Moreover, for cases where these formulas do not apply, we provide recursive formulas for reducing the initial game to other games with smaller parameter values. For the interested reader, we present a variety of directions for future work in this area, including an extension which considers players lying on a general graph, rather than on a circle. 展开更多
关键词 josephus GAME FELINE josephus GAME Texas CHAINSAW josephus GAME
下载PDF
Structured Shuffles and the Josephus Problem
11
作者 Shaun Sullivan Thomas Beatty 《Open Journal of Discrete Mathematics》 2012年第4期138-141,共4页
The Australian Shuffle consists of placing a deck of cards onto a table according to this rule: put the top card on the table, the next card on the bottom of the deck, and repeat until all the cards have been placed o... The Australian Shuffle consists of placing a deck of cards onto a table according to this rule: put the top card on the table, the next card on the bottom of the deck, and repeat until all the cards have been placed on the table. A natural question is “Where was the very last card placed located in the original deck?” Card trick magicians have known empirically for years that the fortieth card from the top of a standard fifty-two card deck is the final card placed by this shuffle. The moniker “Australian” comes from putting every other card “Down Under”. We develop a formula for the general case of N cards, and then extend that generalization further to cases involving the discard of k cards before or after putting one on the bottom of the deck. Finally, we discuss the connection of the Australian Shuffle and its generalizations to the famous Josephus problem. 展开更多
关键词 josephus SHUFFLING
下载PDF
再谈Josephus问题
12
作者 王凯成 赵熹民 《中学数学(江苏)》 1995年第11期38-40,共3页
《中等数学》94年3期P14《从Josephus问题谈起》[1]一文,介绍了Josephus问题: 将1,2,…,n按顺时方向安排在一个圆上。先将2划掉,以后按顺时针方向每隔一个数划掉一个,一直到仅剩下一个数为止,记这个数为f(n)。求f(n)。 文[2]介绍了笔者... 《中等数学》94年3期P14《从Josephus问题谈起》[1]一文,介绍了Josephus问题: 将1,2,…,n按顺时方向安排在一个圆上。先将2划掉,以后按顺时针方向每隔一个数划掉一个,一直到仅剩下一个数为止,记这个数为f(n)。求f(n)。 文[2]介绍了笔者对这类Josephus问题的初等研究结果。本文将这类问题作进一步的研究。 展开更多
关键词 josephus问题 顺时针方向 划掉 中等数学 小学教师 操作方法 数学归纳法 卡片 重新编号 再谈
下载PDF
Medical Image Encryption Based on Josephus Traversing and Hyperchaotic Lorenz System
13
作者 杨娜 张淑霞 +1 位作者 白牡丹 李珊珊 《Journal of Shanghai Jiaotong university(Science)》 EI 2024年第1期91-108,共18页
This study proposes a new medical image encryption scheme based on Josephus traversing and hyper-chaotic Lorenz system.First,a chaotic sequence is generated through hyperchaotic system.This hyperchaotic sequence is us... This study proposes a new medical image encryption scheme based on Josephus traversing and hyper-chaotic Lorenz system.First,a chaotic sequence is generated through hyperchaotic system.This hyperchaotic sequence is used in the scrambling and diffusion stages of the algorithm.Second,in the scrambling process,the image is initially confused by Josephus scrambling,and then the image is further confused by Arnold map.Finally,generated hyperchaos sequence and exclusive OR operation is used for the image to carry on the positive and reverse diffusion to change the pixel value of the image and further hide the effective information of the image.In addition,the information of the plaintext image is used to generate keys used in the algorithm,which increases the ability of resisting plaintext attack.Experimental results and security analysis show that the scheme can effectively hide plaintext image information according to the characteristics of medical images,and is resistant to common types of attacks.In addition,this scheme performs well in the experiments of robustness,which shows that the scheme can solve the problem of image damage in telemedicine.It has a positive significance for the future research. 展开更多
关键词 medical image image encryption josephus traversing hyperchaotic Lorenz system
原文传递
三谈Josephus问题
14
作者 王凯成 《中学数学教学参考》 1997年第3期38-39,共2页
三谈Josephus问题陕西省小学教师培训中心王凯成文[1]介绍了Josephus问题:将1,2,…,9按顺时针方向安排在一个圆上.先将2划掉,以后按顺时针方向每隔一个数划掉一个,一直到仅剩下一个数为止,记这个数为f... 三谈Josephus问题陕西省小学教师培训中心王凯成文[1]介绍了Josephus问题:将1,2,…,9按顺时针方向安排在一个圆上.先将2划掉,以后按顺时针方向每隔一个数划掉一个,一直到仅剩下一个数为止,记这个数为f(q).求f(q).文[1]获得如... 展开更多
关键词 小学教师 中学数学 顺时针方向 josephus 培训中心 中等数学 数学归纳法 操作方法 参考资料 上数
原文传递
基于低有效位数值排序的密文域可逆信息隐藏 被引量:1
15
作者 孔咏骏 张敏情 +1 位作者 涂广升 彭菓玉 《科学技术与工程》 北大核心 2019年第33期279-289,共11页
提出了一种基于低有效位数值排序的密文域可逆信息隐藏方法。该方法首先对像素信息进行位平面划分,然后对非重叠像素块的低有效位进行数值排序实现秘密信息的可逆嵌入,同时利用排序结果提取排序特征。整个加密过程中对不同位平面采用不... 提出了一种基于低有效位数值排序的密文域可逆信息隐藏方法。该方法首先对像素信息进行位平面划分,然后对非重叠像素块的低有效位进行数值排序实现秘密信息的可逆嵌入,同时利用排序结果提取排序特征。整个加密过程中对不同位平面采用不同的加密机制,对低有效位进行Josephus映射加密,将映射对应的低有效位排序特征作为混沌序列控制变量再对高有效位进行logistic加密。利用低有效位像素值排序,不仅能够实现信息提取与图像恢复的可分离操作,而且可以驱动排序特征控制整个高有效位加密过程,从而提高图像加密的安全性。 展开更多
关键词 密文域可逆信息隐藏 像素值排序 josephus遍历映射 Logistic混沌加密
下载PDF
一个问题的显式解
16
作者 田正平 《中学数学(江苏)》 1994年第12期36-36,共1页
关键词 显式解 顺时针方向 第二数学归纳法 数学归纳法原理 josephus问题 行证明 递归关系 数学竞赛题 技术处理 重新编号
下载PDF
结合Fourier变换对称性和随机多分辨率奇异值分解的彩色图像加密 被引量:5
17
作者 王雪 邵珠宏 +1 位作者 王云飞 尚媛园 《激光与光电子学进展》 CSCD 北大核心 2021年第4期246-256,共11页
提出一种基于Fourier变换对称性和随机多分辨率奇异值分解(R-MRSVD)的彩色图像加密算法。首先计算归一化明文图像的平均值作为logistic-exponent-sine映射的初值,并生成随机矩阵和位置索引;然后对每个颜色通道分别进行二维离散Fourier变... 提出一种基于Fourier变换对称性和随机多分辨率奇异值分解(R-MRSVD)的彩色图像加密算法。首先计算归一化明文图像的平均值作为logistic-exponent-sine映射的初值,并生成随机矩阵和位置索引;然后对每个颜色通道分别进行二维离散Fourier变换,根据共轭对称性仅保留一半的频谱系数,并提取实部分量和虚部分量构建实数矩阵;最后对实数矩阵进行R-MRSVD和Josephus置乱操作,得到密文图像。将明文图像的像素特征作为混沌序列的初值,保证算法具有高敏感性和高安全性,同时实值的密文便于存储和传输。对算法的解密图像质量、统计特性、密钥敏感性、抗选择明文攻击、鲁棒性等性能进行测试,仿真结果表明,所提加密算法具有可行性和安全性。 展开更多
关键词 图像处理 彩色图像加密 FOURIER变换 随机多分辨率奇异值分解 LES映射 josephus置乱
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部