登录
首页 » Editor » 一个简单的文本编辑器,使用gtk+编写而成。它有一个很好的用户界面,使用也很简单,包括很多编辑器的主要功能。...

一个简单的文本编辑器,使用gtk+编写而成。它有一个很好的用户界面,使用也很简单,包括很多编辑器的主要功能。...

于 2022-08-07 发布 文件大小:1.06 MB
0 146
下载积分: 2 下载次数: 1

代码说明:

一个简单的文本编辑器,使用gtk+编写而成。它有一个很好的用户界面,使用也很简单,包括很多编辑器的主要功能。-A simple text editor, use gtk+ Prepared. It has a very good user interface is also very simple to use, including many of the main functions of the editor.

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

发表评论

0 个回复

  • New Text editor similar to notepad with new features...........
    New Text editor similar to notepad with new features-New Text editor similar to notepad with new features...........
    2023-06-28 12:55:04下载
    积分:1
  • 可判别声卡的工具
    可判别声卡的工具-card can be a tool for discrimination
    2022-11-21 15:30:04下载
    积分:1
  • this principle is to compile the source code, the compiler principles involved i...
    这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是中间代码优化部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generation target code goal of the interpretation and implementation of code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, it is the middle part of code optimization. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
    2022-09-06 06:05:03下载
    积分:1
  • 使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的...
    使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。 各菜单功能项应该有与之相对应的热键字符和快捷键。 支持简单的右键菜单功能,提供便捷的编辑处理。 较高要求:支持字体、文字颜色等特性。 -To design a program using the Win32 functions and interface style similar to the Notepad text editor. The main implementation features: the main menu should contain the basic file operations, including a new, open, save, save, exit, and basic text editing operations, including revocation, cut, copy, paste, delete, Select All. The menu features items there should be corresponding to the hotkey characters and shortcut keys. To support a simple right-click menu functionality, providing convenient editing. High requirements: support for fonts, text color and other characteristics.
    2022-01-25 19:13:39下载
    积分:1
  • c语言语法树,编译过程中用到的。 的
    c语言语法树,编译过程中用到的。 的-c language syntax tree and compiled to use the process. The
    2022-03-20 15:40:56下载
    积分:1
  • The original English teaching materials, on the point in the design of teaching...
    英语原版教材,关于点在设计方面的教材 是绝版的教材,很难下载的-The original English teaching materials, on the point in the design of teaching materials is out-of-print materials, it is difficult to download
    2022-01-22 05:20:40下载
    积分:1
  • 1117稳压电源芯片资料 PDF打开 请下载
    1117稳压电源芯片资料 PDF打开 请下载-1117 regulated power supply chip information please download the PDF to open
    2022-04-30 17:21:05下载
    积分:1
  • 好不错的上传图片和上传文件程序,呵呵,我是初学者,请大家关照...
    好不错的上传图片和上传文件程序,呵呵,我是初学者,请大家关照-Well good picture and upload files upload process, huh, huh, I was a beginner, please take care of everyone
    2022-06-30 02:50:25下载
    积分:1
  • sic_xe程序通过1:每一组做定位第一源语句,通…
    程序通过1:先对每个集合的源语句做定位,通过2:对每个小项目做不同的处理,计算出目标代码,最后输出成机器代码。
    2022-07-07 23:45:00下载
    积分:1
  • 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间...
    编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code target explained the implementation of the code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, which is part of semantic analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming
    2022-02-25 02:37:54下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载