搜索资源列表
asmbasic
- 汇编语言练手程序,基本功能汇总.包括字符串的多项处理以及各种输入输出功能的汇总.
zifuchuan
- 字符串处理 从键盘输入不超过20个字符的字符串,以回车键为结束,将其中非数字和非字母的去掉并完成以下输出: (1)显示去掉的字符的个数 (2)显示输入字符的总数、数字的个数和字母的个数 (3)将新的字符串显示出来
shubiao
- 学习如何在我们的窗口过程函数中处理鼠标按键消息。示例程序演示了如何等待左键按下消息,我们将在按下的位置显示一个字符串。 -we learn how to process the window function handling the mouse button news. The sample program demonstrated how to press the button for news, we will press the location of a string.
string
- 字符串的处理与使用且是字符串类的应用,是学习字符串的一个好例子-Dealing with the use of strings and string-type applications, is to study a good example of the string
ZCXDLJ
- 汇编实验 之 子程序的连接 1. 编写程序,将内存中由DATA单元开始,连续20单元中存放的字节数据的最大值与最小值以十六进制形式显示在屏幕上。 2. 已知在TEXT开始的内存单元中存放着一组英文文本,文本长度存放在CNT单元中。编制程序,用内存单元中有KEY开始的一组密匙字符串中的每个字符与文本中的字符逐个进行异或,若文本长度大于密匙字符串长度,当密匙字符串中的字符用完后,再从头重复使用,直至处理完文本串的所有字符。 要求:A加密程序用子程序编写 B将待加密的文本首址
CX
- 汇编语言程序设计。主要介绍汇编语言程序的设计方法与编程原理,重点掌握算术运算程序、字符串处理程序、码制转换程序、子程序设计程序、常用DOS和BIOS功能调用程序、汇编语言常用伪指令。-Assembly language programming. Introduces assembly language program design and programming principles, key control procedures for arithmetic operations, strin
divideerror!
- 编写0号中断的处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回到DOS,吴泽乐-Write 0# interrupt handler, making the division overflow occurs, in the middle of the screen displays the string " divide error!" , And then return to DOS, Le WU Ze
jisuanjizifuchuan
- 输入两个字符串s1,s2和一个整形数n,在字符串s1的第n个位置(即下标为n的位置)开始插入字符串s2。 input 输入两个字符串s1,s2和一个整形数n output 输出处理后的字符串-Enter the two strings s1, s2, and an integer number n, the string s1 in the n-th position (subscr ipt n, location) to start inserting the string s
2-mystring
- 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And
csd
- 编写函数catstr(char str1[],char str2[])用于进行两个字符串的连接,编写函数lenstr(char str[])用于统计一个字符串的长度,并在主函数中调用。要求:1.不允许使用strcat()和strlen()字符处理库函数。2.在主函数中,以直接初始化的方式输入两个字符串。调用函数lenstr()计算并返回两个字符串的长度。3.调用函数lenstr()计算并返回连接后的字符串的长度。并输出。-Write function catstr (char str1 [],
1
- 从键盘输入任意字符串后,存入自定义存储单元,判断处理后将字符串中小写字母转换为大写字母(其他字符不变)并按原顺序将这些字符在屏幕上显示出来。-From keyboard input an arbitrary string, stored in a custom storage unit, judgment will be processed string lowercase letters converted to uppercase letters (the same character) i
zifuchuli
- 以行为单位把字符串中的第一个字符的ASCII值加第二个字符的ASCII值,得到一个新的字符,第二个加上第三个的ASCII值,得到第二个新字符,以此类推一直处理到倒数第二个字符,最后一个字符加上第一个字符的ASCII值,最后得到一个新字符,将处理后的字符串放在原来的位置上。-On action unit of the first character in the string ASCII value added a second ASCII value of the characters, get
linghaozhongduan
- 编写0号中断处理程序,使得在除法溢出发生时,在屏幕中间显示字符串“divide error!”,然后返回DOS。-Write 0 interrupt handler, so that when the division overflow occurs in the middle of the screen displays the string divide error! , And then return to DOS.
TEST6
- 实验六 字符处理程序设计 1.实验目的 (1)熟悉串操作指令的功能与应用; (2)掌握串操作指令的寻址方式及使用方法,编写常用的字符串处理程序。-Experiment 6 character processing programming 1. Purpose (1) familiar with the function and application instruction string operation