文件名称:C_string
介绍说明--下载内容均来自于网络,请自行研究使用
本程序的串编辑要求对串实现以下四种功能:
(1)取子串:从给定串中取出定长的子串;
(2)插入:把一个字符串插入到给定串的指定位置;
(3)删除:将串中某指定位置开始的若干字符从串中删除;
(4)联接串:把一个字符串插入到给定串的最后一个字符之后。-This procedure requires editing the string string to achieve the following four functions: (1) check substring: from the given string to retrieve a subset of fixed-length string (2) Insert: insert a string to a given string of the specified location (3) Delete: The string in a specified location of the beginning of a number of characters to remove from the string (4) connection string: a string inserted into the given string after the last character.
(1)取子串:从给定串中取出定长的子串;
(2)插入:把一个字符串插入到给定串的指定位置;
(3)删除:将串中某指定位置开始的若干字符从串中删除;
(4)联接串:把一个字符串插入到给定串的最后一个字符之后。-This procedure requires editing the string string to achieve the following four functions: (1) check substring: from the given string to retrieve a subset of fixed-length string (2) Insert: insert a string to a given string of the specified location (3) Delete: The string in a specified location of the beginning of a number of characters to remove from the string (4) connection string: a string inserted into the given string after the last character.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4.txt
数据结构实验四 串.doc
数据结构实验四 串.doc