搜索资源列表
password
- 密码 ★实验任务 小米终于来到了学校,很高兴,他解决了学长留给他的问题,得到了学长的赞赏。他打 点行李回寝室去了,到了宿舍门口才发现这里的门居然不是用钥匙开的,怪不得刚才小米 就觉得奇怪,怎么没有发钥匙,经过小米的仔细“研究”,终于发现这是个密码锁。 这个密码锁很奇怪,密码提示是一串 1 到 n 的排列,他发现这个序列有一个规律:如果 i 出现,那么其后出现的小于 i 的数均为降序。原来是这么回事,小米恍然大悟。门上只有 两个按键和一个竖槽,一个是 PUSH 键,另一
cPPadd
- 在键盘上输入m和n(2<=m<n<32000),求出从m到n之间的所有完全数并把该数及其因子之和的式子一起输出(设因子个数不会超过50个)。 -On the keyboard input m and n (2 < = m < n < 32,000), find out from m to n all completely between the Numbers and the number of its factor of the sum of the o
1
- 求两个数m和n的最大公约数和最小公倍数。求出100—200之间所有的素数,要求一行打印5个。-Find greatest common divisor and least common multiple of two numbers n and m. Find all primes between 100-200, request line prints 5
codes
- 信号发生器的频率测量,主要是运用单片机的外部中断计数器对方波信号的进行脉冲计数实现。 内部定时器T0设定外部计数器的计数时间t,在t时间到达是从外部计数器读出计数的脉冲个数n, 从可以根据t和n计算出信号的频率。 -Frequency measurement signal generator, mainly using MCU external interrupt counter counts each pulse wave signal is achieved. Interna
aa
- 心率数字计:实验原理:通过外部中断来确定20ms的个数,然后一分钟的个数是的时间由内部定时器0确定N为计数器计20ms的个数。 -Heart rate digital meter: Principle: to determine the number of 20ms via an external interrupt, then one minute of time is determined by the number of internal timer counter 0 N is th
10_7
- 设计一个方法,删除一个有N个元素的数组A中所有的重复元素,返回仍留在数组A中的元素个数。函数的时间复杂度必须为O(NlogN)(提示:用快速派讯作为一个预处理步骤)。-Design A method, delete A N element of the array of all the elements of A repeat, returns to remain in A number of elements in the array. The time complexity must for