登录
首页 » Compiler program » 一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不...

一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不...

于 2022-04-23 发布 文件大小:102.04 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications : Words, Phrases and of the insertion, deletion, modification. The content of a document search to replace : word, the contents of the documents Copy, Paste. Do not use MFC

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Python语言编译器
    Python语言编译器 -Python compiler
    2022-03-05 04:07:43下载
    积分:1
  • Dynamic Huffman coding
    动态哈夫曼编码-Dynamic Huffman coding
    2022-01-26 00:03:18下载
    积分:1
  • 一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
    一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation. For example, variables which are never used may indicate some omission in the program uninitialized variables contain garbage which may cause incorrect results to be calculated and variables which are not declared may not have the intended type. Ftnchek is written in C. To build ftnchek, you must have a C compiler for the machine on which you wish to build it. The URL for ftnchek s home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary executables for some platforms, and other information are available there.
    2022-10-03 22:40:03下载
    积分:1
  • 51单片机汇编代码 10kHz正弦波信号发生器
    51单片机汇编代码 10kHz正弦波信号发生器-51 Single-chip assembly code 10kHz sine wave signal generator
    2023-02-19 09:25:03下载
    积分:1
  • 1、构造该算符优先文法的优先关系矩阵或优先函数; 2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定
    1、构造该算符优先文法的优先关系矩阵或优先函数; 2、输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。 3、算符优先分析过程应能发现输入串出错。 -1, construction of the operator the priority of the priority relation matrix grammar or priority function 2, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
    2023-06-11 00:45:03下载
    积分:1
  • 完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版...
    完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版本的CHM,支持所有编码; 允许有选择性地导出不同类型的文件,包括仅导出所有图片、仅导出所有网页文件、仅导出所有多媒体文件、仅导出列表等; 特有树形结构预览; 支持快速批量反编译,如果导出目标文件夹存在,则会自动生成新的序列文件夹; 智能操作,无所不在的快捷方式与体贴的操作与提示; 自动识别文件类型,判断有潜在威胁的文件类型自动提示! -Perfect Anti-compiled versions of CHM files Put all the contents of a complete structure (directory path) anti-compiled, 100 reduction, detailed calculation of the number of various documents: images, web pages, multimedia, etc. Supports all versions of the CHM, to support all coding Allow selective export of different types of documents, including the only export all the pictures, only to export all pages of documents, only to export all the multimedia files, only to export the list and so on Special preview of tree structure Support for fast batch decompile, if the export destination folder exists, it will automatically generate a new sequence of folders Intelligence operation, the ubiquitous shortcu
    2023-01-31 18:45:03下载
    积分:1
  • 语法是一个C #和java解析器生成(编译)。它提高了…
    Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.
    2022-03-18 00:36:28下载
    积分:1
  • C语言来构造编译器的,十分详细的源代码,还有注释
    C语言来构造编译器的,十分详细的源代码,还有注释-on the use of C language compiler construction, the site has its source code matching.
    2022-05-06 23:42:52下载
    积分:1
  • 一个简单的词法分析器识别C++关键字、标识符、价值,有价值的。
    一个简单的词法分析器,可以识别C++中的关键字、标识符、数值、各种合法字符等,能对一段正确或含有错误的C++程序进行词法分析,并对错误进行精确的提示。-A simple lexical analyzer to identify C++ Of keywords, identifiers, values, a variety of legal characters, etc., can contain a section of right or wrong C++ Procedures lexical analysis, and errors accurate advice.
    2023-08-25 05:45:03下载
    积分:1
  • 原理实验1源文件,编译输入输出,2个词法…
    编译原理实验一源文件的输入输出、 二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
    2022-06-03 12:40:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载