搜索资源列表
MASM
- 在dos中,使用汇编语言编程,在一串数组中查找元素。-In dos, the use of assembly language programming, in a string array to find the element.
qiushuzuzhongzuidachuxiangeshu
- 随即输入一串数组,统计数组中各个出现的次数,使用汇编语言编写。-Then enter a string array, the array of statistics on the number of all emerged, the use of compiled languages.
Project1_Origin
- To manipulate arrays using assembly language.-## First declare an array A of integer numbers 3,7,12,15,21. ## The program prompt user for an input between 1-50. And count down the entered number to 0. Print out the result. ## Print out the conten
digui
- 使用emu8086对一串数组采用递归进行排序。-Array of string using emu8086 recursive sort.
compiler2
- 语法分析(一) 在实验一的基础上,对符号表中的单词采用自顶向下的分析方法进行语法分析,对不符合给定的文法的字符串,给出错误信息。 内容:给定描述语法的文法为: E→E+T|E-T|T T→T*F|T/F|F F→i 注:i为实验一中分析得到的整型数值型数据,+、-、*和/为实验一文法二所描述的算符。 使用的数据结构: 1.定义一个结构体,利用该结构体定义一个数组stable,用来存放字符串中字符的属性(类型class和值value)。(与实验一同用) 2.定义
C
- C语言,先输入一串字符串数组,可以实现数组的反转,还可以求最大值,最小值,平均值,以及给字符串加密-C language, enter the string of an array of strings, you can achieve the reversal of the array, but also in order to the maximum, minimum, average, and to string encryption
1227150100
- 1.基础部分 (1)编写程序实现两个字符串比较的自定义版(教材8.5)。 (2)编写程序实现字符串数组的排序。用指针数组作为函数mySort形参,实现字符串数组的排序。函数mySort还有一个形参n,用来指定字符串数组的大小。 (3)教材8.4 (4)编写程序实现数据交换。分别用指针和引用作为函数mySwap的形参,并通过重载分别实现int、double型变量值的交换。 (5)字符串交换 编写程序,交换两个不同长度的字符串,分别打印
STRING
- 汇编语言源码,统计字符串“THIS IS AN ARRAY”中IS出现的次数-The number of assembly language source code, statistical string THIS IS AN ARRAY appears in the IS
8086
- basic programs such as find largest/ smallest number in array, positive numbers count, reverse of a string, palindrome etc. in assembly language
homework2
- Reversing a String and Array using Push and Pop
