-
ToDoList1
超好用日历,比较完美!!!!!!!!!!(calendar; kalendar
compare; relatively; compare with; comparatively
perfect; perfection; flawless; consummate; finish)
- 2019-01-25 12:27:37下载
- 积分:1
-
FCM
可以测时延,进行平滑,OFDM信号,有效的进行MUSIC算法估计(Can measure delay, perform smoothing, OFDM signal, and effectively perform MUSIC algorithm estimation)
- 2020-07-30 19:28:38下载
- 积分:1
-
K均值算法用于聚类,常用于RBF算法中。
K均值算法用于聚类,常用于RBF算法中。-this
- 2022-08-15 02:27:59下载
- 积分:1
-
蒙特卡洛法
说明: 几个用蒙特卡罗法求机器人工作空间的代码,希望对大家有所帮助(Several with Monte Carlo method for robot workspace code, I hope to help you)
- 2021-04-06 23:52:20下载
- 积分:1
-
theory_of_elasticity_timoshenko
说明: Theory of elastisity
- 2020-11-17 16:41:56下载
- 积分:1
-
four-parameter-sine-wave
论文四参数正弦波曲线拟合的快速算法,文中给出算法及算法实现程式(Papers four-parameter sine wave curve fitting of the fast algorithm, the text is given algorithm and algorithm programs)
- 2009-12-10 15:19:01下载
- 积分:1
-
flash game series and is a useful Dongdong, hope to be able to help everyone
flash编的游戏是一个和好用的东东,希望能够帮助大家-flash game series and is a useful Dongdong, hope to be able to help everyone
- 2022-05-27 10:41:29下载
- 积分:1
-
STM8从入门到精通V1.0
STM8 单片机是意法半导体于 2009 年推出的一系列基于先进的 STM8 内核的 8 位单片机,它具有 3
级流水线架构、性价比高、开发方便。根据应用场合的不同,STM8 单片机主要分为 3 个系列:STM8S、
STM8L、STM8A。学习学习学习,入门学习stm8(Introduction to learning stm8)
- 2018-05-28 22:22:36下载
- 积分:1
-
sim_simple_car
说明: a simple Simulink model of car
- 2019-01-02 21:54:49下载
- 积分:1
-
item3
车轮上刻有一圈共n个英文小写字母,滚滚向前每碾过一圈就留下一条印迹,这类印迹都是长度为n的字符串。显然,从不同位置开始碾,可能得到不同的印迹。既然历史的车轮滚滚向前,故不必考虑向后碾的情况。于是,一个车轮最多对应于n条不同的印迹;反之,不同的印迹也可能来自相同的车轮。
也就是说,两条印迹若能通过循环移位相互转换,则它们来自同一条车轮。比如,所谓的循环左移k位,是指将字符串"s1 ... sk sk+1 ... sn"转换为"sk+1 ... sn s1 ... sk"。
现在,已知不同车轮的m条印迹,请你核对它们的所属的车轮。
输入
第一行有两个正整数,即车轮周长n和印迹总数m。
接下来的m行分别给出m条印迹,长度均为n。
输出
共m行,依次对应于m条印迹。
若第i条印迹与之前的第k条(0 < k < i)印迹来自同一车轮,则输出编号k;若存在多个这样的k,则输出最小者。否则(第i条印迹所来自的车轮不同于之前的所有车轮),则输出0。(If strip I imprinting and previous article K (0 < K < I) imprinted from the same wheel, the output number k is output; if there are many such K, the output is the smallest. Otherwise (the wheel from the I mark is different from all the previous wheels), the output is 0.)
- 2018-01-11 20:01:20下载
- 积分:1