-
PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...
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, uninitialized variables, the use of unsafe pointer ... it as a Microsoft code inspection tools, it can be only through the official issue
- 2022-03-18 16:14:24下载
- 积分:1
-
目前对于PDF的研究及源码都不多,所以相信此源码能对大家有很大的帮助。mupdf是一个轻量级的pdf解析库和浏览器,非常适合在嵌入式设备上移植使用,但是移植会有...
目前对于PDF的研究及源码都不多,所以相信此源码能对大家有很大的帮助。mupdf是一个轻量级的pdf解析库和浏览器,非常适合在嵌入式设备上移植使用,但是移植会有一定难度,Good Luck!-At present the research and source code for the PDF do not have much, it is believed that this source can be of great help to all of us. mupdf is a lightweight pdf parsing library and browser, very suitable for portable use in embedded devices, but the transplants will be some difficulties, Good Luck!
- 2022-01-26 06:41:25下载
- 积分:1
-
Mac OSX内核编程指南
Mac OsX kernel programming guide
- 2022-03-21 12:14:19下载
- 积分:1
-
此为ll(1)文法的源代码,适应于学习过编译原理的同学,在做课程设计时可以参考...
此为ll(1)文法的源代码,适应于学习过编译原理的同学,在做课程设计时可以参考-this as (a) the source code for grammar, learning to adapt to the students of compiler theory, the courses do when reference design
- 2022-02-14 21:57:46下载
- 积分:1
-
一个简单的文本编辑工具
一个简单的文本编辑工具-a simple text-editing tools
- 2022-07-07 18:25:07下载
- 积分: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
-
HTML文件到txt文件转换器
HTML文件到txt文件转换器-HTML document to txt document switch
- 2022-07-05 08:49:21下载
- 积分:1
-
文档编辑器
文档编辑器- Documents editor
- 2022-06-16 22:08:31下载
- 积分:1
-
一个除掉PDF文件密码的工具 可以帮你做很多事情。
一个除掉PDF文件密码的工具 可以帮你做很多事情。-To get rid of a PDF file passwords tool can help you do a lot of things.
- 2022-02-11 20:44:08下载
- 积分: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