搜索资源列表
cjdcx100
- C语言100个经典实例总结 全套的源码哦~超级实用-C-100 classic example of summing up a full set of source oh ~ super-utility
calculate
- 统计三门课程的成绩,求和求平均并输出,假设学生为10人-Statistical results of three courses, averaging and summing the output, assuming that 10 students
voice-spectrum
- 语音的短时能量、过零率分析 语音的能量E和过零率Z是两个比较重要的时域参数,通过总结这两个参数在语音段和静音段的特点,可以检测出语音的边界,可以总结出这两个参数分别在声母、韵母及静音部分的特点。 -The voice of the short-term energy, zero crossing rate analysis of the voice of the energy E and the zero crossing rate Z are two of the more im
sum
- 从键盘输入两个1位十进制数(0~4),求和,在屏幕上显示十进制结果。在Masm for Windows 集成实验环境下运行-Summing decimal result is displayed on the screen, two 1-bit decimal number (0 ~ 4), input from the keyboard. Run in Masm for Windows integrated experimental environment
shouweiqiuhe
- 输入一串数字,然后对这组数字进行首尾求和-Enter the string of numbers, then this group of digits, both summing
add
- 20个8位无符号二进制数求和 两个6位的BCD码相减-20 8-bit unsigned binary number summing two 6-digit BCD subtraction
11.
- .data arrayX word 12H,34H,56H,78H,9000H arrayY word 1200H,3400H,5600H,7800H,8900H count = length arrayX arrayZ word count dup(0) 要求: (1)使用LOOP指令实现数组arrayX 和arrayY对应元素求和,结果放到数组arrayZ中。 (2)如果使用irvine的库,该库的路径必须放到C:\Irvine下。 -.d