搜索资源列表
test1_2
- 求X和Y两个字符串的最长公共子序列。(X和Y字符串分别存放在ASCII码文件2X.txt和2Y.txt中) 要求:根据动态规划法基本设计思想,将实现任务的C语言程序代码和运行结果填写在试卷上。 -Two strings X and Y find the longest common subsequence. (X and Y strings are stored in ASCII files 2X.txt and 2Y.txt in) requirements: According to
las2txt
- 转化las文件为txt二进制文件,并且可以利用记事本读出,是lastools文件中的子部分-turns LAS into human-readable and easy-to-parse ASCII
hidding
- 对英文文档进行加密,基于ASCII码的不可见字符根据算法替换空格实现加密。-hidding information of English txt.
输出字符
- 请输出ASCII值为33~126的内容到文本文件“ASCII.TXT”中,再从文件中读出,输出到屏幕上。(Please output the ASCII value of "33~126" to the text file "ASCII.TXT", then read from the file and output to the screen.)