N-Step-Scan
N-Step-Scan技术资料下载专区,收录1,322份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
1,322
源代码
10,000
N-Step-Scan 热门资料
查看全部 1,322 份 →假设有N个修道士和N个野人准备渡河
假设有N个修道士和N个野人准备渡河,但只有一天能容纳C人的小船,为了防止野人吃掉修道士,要求无论在何处(即两岸、船上),修道士的人数不得少于野人的人数(除非修道士人数为0)。如果两种人都会划船,试设计一个程序,确定他们能否渡过河去,若能,则...
2017-05-05
198
The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four
The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four 7-segment display. T...
2015-09-13
143
This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and f
This code helps to fuse pet and ct scan images.The file untitled.m opens the interface to load and fuse.Demo images are ...
2014-01-26
53
每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 对于每组输入
每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 对于每组输入,请输出四行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成最大数不超过k的划分数。 ...
2016-03-07
139
给定n 个整数n a , a , ,a 1 2  组成的序列
给定n 个整数n a , a , ,a 1 2  组成的序列,试设计一个O(n)时间算法,计算其最大覆盖区间长度。
2015-10-23
126