搜索资源列表
DSPprogram
- 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
Factorial
- 实现求一个数N的阶乘,输入一个数检查是否合格,然后将其阶乘的结果输出-To achieve for the factorial of a number of N, type a number to check eligibility, and then output the results of factorial
Lexicographic_order
- acm算法设计:排列的字典序问题 描述: n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值:0 1 2 3 4 5 排列:123 132 213 231 312 321 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 输入: 第1 行是元素个数
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
C-code-for-FIR
- 基于STM32F10的FIR滤波器 参数 : hx[Max] : 系统函数,Max为系统函数的阶数,或是系数的个数,定义为Short型 xn[M] : 输入参数 yn[N] : 输出参数 M,N,Max的关系为 M + Max -1 = N - STM32F10-based FIR filters Parameters: hx [Max]: system functions, Max is the order of the system fu
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
armstrong
- 一个N位数的各位数的N次方之和等于这个数,称为armstrong数(如:153=1^3+5^3+3^3)。编一个程序,求出2,3,4位数中所有的armstrong数。-an N to the median number of Nth power equal to the sum of the number called armstrong (such as : 153 = a ^ ^ 3 5 3 3 ^ 3). Procedures for a series to get two, three
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
armstrong
- 一个N位数的各位数的N次方之和等于这个数,称为armstrong数(如:153=1^3+5^3+3^3)。编一个程序,求出2,3,4位数中所有的armstrong数。-an N to the median number of Nth power equal to the sum of the number called armstrong (such as : 153 = a ^ ^ 3 5 3 3 ^ 3). Procedures for a series to get two, three
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
an
- 已知 n 个正整数,从中选择 m 个进行与运算得到一个新的数。例如:已知 1、2、3 从中选择两个数进行与运算,可以是:1 & 2 = 01 & 3 = 12 & 3 = 2-Known positive integer n, choose the m operation carried out to get a new number. Example: Given two numbers 1,2,3 and operation can be: 1 & 2 & 3 = 01 =
primary
- 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数-There are n integers to move back in front of the order of the number of m-position, the last m into the top of the number of the number of m
Johnaon_counter
- 本设计为六位约翰逊(Johnson)计数器,首先给大家介绍一下什么是约翰逊计数器,它又称扭环计数器,是一种用n位触发器来表示2n个状态的计数器。它与环形计数器不同,后者用n位触发器仅可表示n个状态。2~n进制计数器(n为触发器的个数)有2~n个状态。若以6位二进制计数器为例,它可表示64个状态。但由于8421码每组代码之间可能有二位或二位以上的二进制代码发生改变,这在计数器中特别是异步计数器中就有可能产生错误的译码信号,从而造成永久性的错误。而约翰逊计数器的状态表中,相邻两组代码只可能有一位二进