搜索资源列表
dvm_src
- Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included
dj3
- 微机原理及应用,在数据段1000H开始有100个不带符号数,编一程序段,找出其最大数并放在MAX单元中。-Microcomputer Theory and Application, begun in the data segment 1000H 100 unsigned number, compile a program segment, and to find out the maximum number of units on the MAX.
Exp7
- 计算平均成绩,并在新的一行显示平均成绩(平均成绩前加有“Average:”提示) 能找出最高成绩,并在新的一行显示最高成绩(最高成绩前加有“Max.:”提示) -Calculating grade point average, and a new line displays the average score (average score before the additions " Average:" prompt) to find the highest score
S15_4
- 圆盘找数问题。设有以下20个随机数组成一个圆(首尾相接),分别求出连续的四个数之和为最大的四位数及其和值)以及连续的四个数之和为最小的四位数(输出整个数列、最大、最小的四个数及其和值。 要求: 1). 圆盘类class circle中包含私有成员int num[20], int Max[4] , int Min[4],int sum_max, int sum_min, 同时根据需要增加私有或公有成员及必要的公有成员函数。 2). 在程序中产生20个随机数.-Disc to find
The-longest-Masuga-Ko-sequence
- ∏={8,7,4,2,5,1,9,3,10,6} f(j)以第j个元素Pi(j)为最后一个元素的最长增长子序列的长度。 f(j) = max{f(i)+1, 1}, a[i]<a[j], 0<i<j -Π = {8,7,4,2,5,1,9,3,10,6} f (j) to the j-th element Pi (j) is the last element of the longest length of the growth promoter
3
- ,max函数出现在main函数之前,因此在main函数中调用max函数时,编译系统能识别max是已定义的函数名。 如果把两个函数的位置对换一下,即先写main函数,后写max函数,这时在编译main函数遇到max时,编译系统无法知道max代表什么含义,因而无法编译,按出错处理。 为了解决这个问题,在主函数中需要对被调用函数作声明-, Max function appears before the main function, so when you call max