-
微软高级工程师所著,深入浅出地讲述了一些常用的算法,非常不错的算法书!...
微软高级工程师所著,深入浅出地讲述了一些常用的算法,非常不错的算法书!-the beauty of coding
- 2022-06-12 06:53:44下载
- 积分:1
-
pcb文件(protel格式),可以拿来学习一下pcb layout.
pcb文件(protel格式),可以拿来学习一下pcb layout.-pcb file (protel format), can be used to study the pcb layout.
- 2022-01-25 23:39:20下载
- 积分:1
-
- 2022-03-20 12:28:30下载
- 积分:1
-
用MFC 实现线性表的插入删除等,是我们暑假实习的必选题目之一...
用MFC 实现线性表的插入删除等,是我们暑假实习的必选题目之一-Using MFC to achieve linear table insert delete and so on, is our summer interns will choose one topic
- 2022-05-26 18:41:50下载
- 积分:1
-
但我做了很多艰苦的工作!!!保留所有权利!在这里点击…
这个可是我千辛万苦所作!!!版权所有!!
单击此处与我联系。
清华大学2000级 李训耕 收集整理,2001年5月。
CopyRight @ 521Corporation,Tsinghua University (2001).
-But I made this a lot of hard work! ! ! All rights reserved! ! Click here to contact me. Tsinghua University, 2000 Lee Geng collected, in May 2001. CopyRight @ 521Corporation, Tsinghua University (2001).
- 2022-03-07 16:10:50下载
- 积分:1
-
source code of beginning directx9 ebook
source code of beginning directx9 ebook
- 2022-01-26 02:09:09下载
- 积分:1
-
Linux 环境下汇编语言与Intel80X86汇编语言比较
Linux 环境下汇编语言与Intel80X86汇编语言比较-Assembly language under Linux environment
- 2022-07-08 04:16:15下载
- 积分:1
-
Easy Language beginners all Chinese, the whole visualization, the Chinese people...
易语言零起点全中文、全可视化,中国人自己的编程语言-Easy Language beginners all Chinese, the whole visualization, the Chinese people" s own programming language
- 2023-05-01 06:30:05下载
- 积分:1
-
有限差分方法的介绍,数值计算中用来求解常微分方程或偏微分方程的常用方法。...
有限差分方法的介绍,数值计算中用来求解常微分方程或偏微分方程的常用方法。-Introduction to finite difference method, numerical calculations used to solve ordinary differential equations or partial differential equations of the common method.
- 2022-05-22 06:31:30下载
- 积分:1
-
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到...
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。
数据输入:
第一行为人数n。
第二行为报数值m。
数据输出:
依次输出出列人员的编号。
示例:
输入文件input3.txt:
4
3
4 1 3 2
输出:(标准输出)
3 2 4 1
-3. Joseph Central problems. Located numbered 1,2, ..., n (n
- 2022-05-14 13:51:18下载
- 积分:1