搜索资源列表
pclint
- PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有通过它才能正式发行-PClint, a very strict C / C compiler, can be embedded into VC.GCC so. It can even check out your C / C code in the inner leakage, uninitiali
simple_C_compiler
- 一个简易的C编译器,附使用手册和源代码,具有不错的学习参考价值。-a simple C compiler, with the use of manual and the source code is a good learning reference value.
make_ssreader
- 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 Assembly
notepad++v4
- Notepad++ V4.73 绿色软件解压即可使用。 Notepad++ 是一款非常有特色的编辑器,是开源软件,可以免费使用。 功能有: ①、内置支持多达 27 种语法高亮度显示(囊括各种常见的源代码、脚本,值得一提的是,完美支持 .nfo 文件查看),也支持自定义语言; ②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,代码显示得非常有层次感!这是此软件最具特色的体现之一; ③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模
CMINUS.rar
- 一个c-编译器的词法和语法分析部分,采用词法分析的手动部分使用表驱动实现,语法分析使用LL(1)实现。,a c minus compiler
xcwen
- 我一般用于制作和整理(文件搜索方式)编程技术文档和各类源代码, 可以如编程工具一样分色显示程序(C++, Delphi , java, Vb, SQL ……)(用算法实现), 主要用于查找相应的类和函数的应用。 同样可以用它来制作电子书籍。(制作出《诸子百家》) 考虑到兼容问题: 在发布时删除了皮肤组件.所以运行出来的效果不美观. 平台: delphi7 本软件为开源软件. 所有人都可以使用其源码.请注明出处就OK了 有任何问题,都可以向我发送Email.
Extraction_of_Chinese_characters_GB_C_source.Rar
- 一个提取国标汉字的C源码文件,需要的下载解压编译就可以使用了,很小,很强大-An extract of Chinese characters GB C source files, download the required decompression compiler can use, and very small, very powerful
text_edito2147463222009
- 使用C语言结构编写的,具有同记事本相同功能的编辑器,在Borland6.0下通过。-this is a code in data structures using c for text editor just as notepad
LINKLIST
- 在c++中的各种表的连接方法,检查表,节点,各种语句的使用方法-In c++ in the various forms of connection methods, check lists, node, the use of a variety of statements
TestDlg_shift
- 如何使用回车键切换输入焦点 C++ primer-How to use the Enter key to switch the input focus C++ primer
Editor
- 数据结构实验--文本编辑器 C++实现,链表的使用-Experimental data structure- a text editor, C++ implementation, the use of linked list
nipad
- 用C++实现的基于Qt的,功能、界面模仿Windows自带记事本的简单的文本编辑器。仅供学习和参考使用。里面带了编译好的exe文件。-A Qt-based text editor.
npp.5.9.2.src
- Notepad++是一个免费的开源的编辑器,完全可以替记事本,支持多种语言。 环境中运行在MS Windows上,它的使用受 GPL 许可证限制。 其基于强大的编辑组件 Scintilla ,用C + +编程,使用Win32 API和STL以确保更高的执行速度和更小的程序的大小。更节省内存等资源!-Notepad++ is a free open source editor for notepad can support multiple languages. Environment
TextEdit
- 自己制作的c#程序,文本编辑。有点简单,但是绝对可以运行,仅供学习开发使用!-Produce their own c# program, text editor. A bit simple, but can definitely run, only to learn the development to use!
Serch
- 使用标准c++写的小型文本搜索器,可以搜索文本中的关键字并统计出现的次数行数-Using a standard c++ to write a small text search engine, you can search for text in the number of occurrences of keywords and statistics the number of rows
Filemanger
- 使用C++实现了文本文档的基本编辑,功能十分丰富-The use of C++ realize the basic editing a text document
VB_Highlight_For_C
- 运行环境:VB6.0 功能:默认支持C语言语法高亮,可方便的改为支持其它语言 使用简单:ctlHighLight.text = ctlHighLight.LoadFile("test.c")-Runtime Environment: VB6.0 function: default support the C language syntax highlighting, support for other languages can be easily chang
mupdf-1.1-source.tar
- 最好的开源PDF解析器,用C写的,可以用业查看打开PDF文件,也可以自定义PDF文件格式,使用专有格式。-c pdf parse
a
- 一个使用C语言编写的文本编辑器,包括有源代码以及一个可执行文件-A C language using a text editor, including source code and an executable file
big-integer
- C语言实现大整数的运算,包括加减乘除四种运算,适合初学者使用-C language implementation of large integer arithmetic, including addition and subtraction, multiplication and division operations, suitable for beginners