-
route_issue
航线问题的解决,这个航线问题是c++学习中必须掌握的算法问题里的最为常见的算法问题,从而解决最短距离算法。(
Solve these problems, this route issue is c++ learning algorithm must master the most common problems in algorithmic problems, so as to solve the shortest distance algorithm.)
- 2016-06-02 00:00:46下载
- 积分:1
-
balancecar
两轮自平衡小车源码,蓝牙通讯控制,PID控制,STM32F103RBT6(Two self-balancing vehicle source, Bluetooth communication control, PID control, STM32F103RBT6)
- 2014-05-24 01:05:23下载
- 积分:1
-
ArduCopter
说明: 无人机设计:无人机飞控平台ArduPilot源码(design of UAV: UAV flight control platform ArduPilot source code)
- 2019-03-12 11:07:17下载
- 积分:1
-
蓝牙控制两台小车跟随运动
使用蓝牙模块H-06,芯片为AVR16,一个主机小车一个为从机,做一个跟随运动。
- 2022-01-25 23:42:39下载
- 积分:1
-
chuandiduizhun
捷联惯导系统传递对准matlab程序,已经验证过,非常好用(matlab sins Transfer alignment of strapdown inertial navig)
- 2017-08-29 20:46:20下载
- 积分:1
-
模块 颜色传感器TCS230颜色识别传感器
TCS3200颜色测试,读取RGB值,LCD1602显示R,G,B值(TCS3200 color test, read RGB value, LCD1602 shows R, G, B value.)
- 2020-06-20 22:00:01下载
- 积分:1
-
递归判断是否为二叉排序树后序序列
用于递归判断是否为二叉排序树后序序列
- 2023-02-19 17:40:03下载
- 积分:1
-
ofllk27
要想写好C请看看这编文章 对编写出高质量的C语言程很有帮助,()
- 2017-11-15 20:38:14下载
- 积分:1
-
包含项目文件和文档。Procedures for the use of对象
包含工程文件和说明文件。
程序使用面向对象的设计方法,对一个文本文件中的单词进行词频统计,
可以用来分析英语词汇的分布,也可以进一步对文本进行分析和归类。
程序使用文件读写,正则表达式,以及SortedList类容器等技术编写。
-Contains project files and documentation. Procedures for the use of object-oriented design methods, to a text file of the word for word frequency statistics, can be used to analyze the distribution of English vocabulary, and text can be further analyzed and categorized. Procedures for the use of documents to read and write, regular expressions, as well as technologies such as SortedList prepared containers.
- 2023-02-11 23:10:03下载
- 积分:1
-
Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individu...
描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。
.算法思想:
Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从该结点的下一个结点起重新自1起循环计数;如此下去,直到单循环链表空时循环过程结束。
-Description : Let numbered 1, 2, ..., n (NGT; 0) clockwise direction by individuals sitting around a circle, each holding a positive integer code. At the beginning of a given arbitrary reported few limits on m, started from the first clockwise direction from the starting sequence reported a few, when they report back m reported few, hold out the m out from the clockwise direction in the next personal re-order starting from a newspaper; This situation continues until all people so far shown up. Asked to design a simulation of this process, and give out the number of people out sequence. . Algorithm thinking : Jeseph function is to seek to achieve the main function of the algorithm is thinking : m f
- 2023-04-25 22:10:03下载
- 积分:1