-
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
-
一个文本编辑器的例子(是Dos下的)
包含很多有价值的思想...
一个文本编辑器的例子(是Dos下的)
包含很多有价值的思想-An example of a text editor (which is under Dos) contains many valuable ideas
- 2022-07-12 10:47:52下载
- 积分:1
-
IMPHASOR0 M
IMPHASOR0 M-file for imphasor0.fig
IMPHASOR0, by itself, creates a new IMPHASOR0 or raises the existing
singleton*.
H = IMPHASOR0 returns the handle to a new IMPHASOR0 or the handle to
the existing singleton*.
IMPHASOR0( Property , Value ,...) creates a new IMPHASOR0 using the
given property value pairs. Unrecognized properties are passed via
varargin to imphasor0_OpeningFcn. This calling syntax produces a
warning when there is an existing singleton*.
IMPHASOR0( CALLBACK ) and IMPHASOR0( CALLBACK ,hObject,...) call the
local function named CALLBACK in IMPHASOR0.M with the given input
arguments.-IMPHASOR0 M-file for imphasor0.fig
IMPHASOR0, by itself, creates a new IMPHASOR0 or raises the existing
singleton*.
H = IMPHASOR0 returns the handle to a new IMPHASOR0 or the handle to
the existing singleton*.
IMPHASOR0( Property , Value ,...) creates a new IMPHASOR0 using the
given propert
- 2022-04-13 07:52:34下载
- 积分:1
-
纳米
nano-x的文档,英文原版的API
包括了NANO-X和GDI提供的所有的API函数列表-nano-x
- 2022-04-01 21:15:29下载
- 积分:1
-
文本编辑器的功能可模仿EDIT。文本编辑器的功能如:插入、删除、修改、光标移动。块操作有:剪切、拷贝、删除、粘贴等。文件操作有:打开、关闭、保存、另存等。还有菜...
文本编辑器的功能可模仿EDIT。文本编辑器的功能如:插入、删除、修改、光标移动。块操作有:剪切、拷贝、删除、粘贴等。文件操作有:打开、关闭、保存、另存等。还有菜单功能、帮助信息和鼠标操作等。难点是:1、文件的管理;2、鼠标功能与文本编辑和块操作的连接。-text editor functions replicable EDIT. The text editor features such as : insertion, deletion, modification, the cursor movement. Block operation are : Cut, copy, delete, such as glue. File operations : open, closed, preservation, etc. Save. The menu also features, the information and mouse operation. Difficulty : 1, document management; 2, mouse functions with a text editor and block operation of the link.
- 2023-01-03 05:15:03下载
- 积分:1
-
vim72 python 2.6 re
vim72 python 2.6 重编译版本。支持python 2.5 2.6 3.0 win32环境下python脚本配置文件-vim72 python 2.6 re-compiled version. Support for python 2.5 2.6 3.0 win32 environment python script configuration file
- 2022-05-16 12:32:17下载
- 积分:1
-
delphi 实现的 sscanf 函数
delphi 实现的 sscanf 函数-delphi realized sscanf function
- 2023-04-05 06:00:04下载
- 积分:1
-
好的,HTML编辑器,哈哈,试验
ok, html editor, hahah, test
- 2022-05-24 04:21:03下载
- 积分:1
-
这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),...
这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是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, which is part of LL1 syntax analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
- 2022-03-29 20:36:39下载
- 积分:1
-
cflowcharteditor是cdiagrameditor延伸。cdiagrameditor是向量等。
CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to implement in both simple and general fashion) - links. Manually maintaining links in a - for example - flowchart or network topography map is unwieldy. Therefore, I ve created a reference implementation for one way of adding this functionality.-CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects, undo stack and managing copy and paste, and objects derived from CDiagramEntity representing objects drawn on screen. CDiagramEditor lacks one feature (that is difficult to impleme
- 2022-02-25 21:25:11下载
- 积分:1