搜索资源列表
gcc-manual(Chinese)
- GCC是广泛用于linux的编译器结构,该文档详细描述了gcc的使用方法-GCC is widely used in the Linux compiler structure, the document describes in detail the methods of using gcc
editor-tc
- 文本编辑器,有简单的界面,可以实现文本文件的创立,装入,保存,显示和编辑的功能。数据结构要求用链表,要实现链表的建立,添加,删除,插入,参考界面是TC2.0-text editors, a simple interface, can achieve the creation of text files, loading, storage, display and editing functions. Requested data structure used chain, in order to
SyntaxColorizer_demo
- CSyntaxColorizer是一个快速而通用的类,用于突出显示语法。这个类简单、快速、灵活。缺省的突出显示模式是VC++,用绿色表示注释,深蓝色表示字符串,亮蓝色表示关键字。这个类展示了可以用于修改这些缺省设置的方法-颜色不是唯一的选择。突出显示的词可以用粗体、斜体、下划线等等。展示的方法使用 CHARFORMAT结构作为参数,这样可以用CHARFORMAT结构提供对任何文本格式的修改,可以是关键字、注释和CSyntaxColorizer中的字符串格式。 -CSyntaxCol
sqlitebrowser_200_b1_osx
- 查看表结构个工具,同时还对输入一些查询语句进行测试-Check list structure a tool, but also to input some queries on test
np2src
- C语言编程中算法数据结构中的树行代码-C language programming in the algorithm of the tree data structure of lines of code
asdasdasd
- 基于树型结构的在线逆向组合拍卖模型的pdf -Tree structure based on online reverse auction model portfolio pdf! ! !
principles_Pdf
- 单稳态触发器的结构及其开关级设计原理.pdf-Monostable multivibrator of the structure and its switch-level design principles. Pdf
datastructureandc
- 本书详细的说明了数据结构用c的实现,pdf格式,不可错过的一本好书。-The book describes in detail the data structure using c realization, pdf format, not to be missed in a good book.
verilog_HDL_pdf
- 西安电子科技大学的verilog课程学习课件,详细介绍了verilog语言的结构与应用-Xi' an University of Electronic Science and Technology Curriculum courseware verilog, verilog language described in detail the structure and application of
ddd
- ds1302温度调节控制,已简单电路搭建液晶显示器,可以显示温度-ds1302 temperature regulator control circuit has a simple structure of liquid crystal displays, can show the temperature
MyNewsReader
- 利用分层结构作的新闻阅读器-The use of hierarchical structure for a news reader
FET
- FET晶体管简介.pdf------FET的工作原理、结构、传输特性、放大倍数、实际器件的参数。-FET transistor profile. Pdf------ FET working principle, structure, transmission characteristics, magnification, the actual device parameters.
shujujieg
- 用顺序表(一维数组)作存储结构,功能如下-With the order form (one-dimensional array) for storage structure, function as
PEditor1.7
- 用于查看PE文件的一个程序 能够查看exe文件的PE头文件结构-PE files for viewing a program able to view the exe file PE header file structure, etc.
editor
- 一个基于命令行的简单的文本编辑器,以$为开始命令,可做文本插入、删除等编辑操作,有助于学习C++和数据结构的知识。-A simple command line-based text editor, to $ as the start command, do the text insertion and deletion editing, contribute to learning C++ and data structure knowledge.
Editor
- 数据结构实验--文本编辑器 C++实现,链表的使用-Experimental data structure- a text editor, C++ implementation, the use of linked list
scaner
- 一个用C++实现的编译阅读器,只有简略的结构-An implementation using C++ compiler reader, only briefly the structure of
PBComment
- 此文档用于描述 PBCOMMENT 5.3 以上的版本提供的自动帮助写代码的功能。PBCOMMENT 5.3及以上的版本新增了根据字段列表,变量列表,datawindow 赋值语句列表,自动生成 datawindow 之间复制数据的代码;自动生成 结构体变量 和 datawindow 之间的赋值代码;自动生成 变量列表 和 datawindow 之间的赋值代码。-This document describes PBCOMMENT 5.3 or later to provide automated
SDpartE1
- SD卡的相关资料关于SD卡的读于写的操作,及其原理结构-Relevant information on the SD card SD card read in the write operation, and the principle structure
MyRichEdit
- 简易文本编辑器。 首先,文本是计算机表示文字信息的一种媒体,它由一连串的字符组成。文本编辑器是用来创建和修改文本文件内容的程序。 其次,先给出两种文本类型。第一,简单文本即纯文本.txt:由一连串的字符构成,可显示/打印字符(编码依赖支撑系统),具有简单的格式,文件体积小,阅读不受限制,但不能插入图像、图片等特点。第二,超文本.html:超文本采用网状结构组织信息,并以非线性方式阅读。其基本组成元素为节点和链。 最后,分析一下,本课程设计:简易文本编辑器的主要功能。 -Simpl