登录
首页 » Compiler program » gc6.7 一个适用于CC++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了...

gc6.7 一个适用于CC++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了...

于 2023-07-17 发布 文件大小:756.50 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

gc6.7 一个适用于CC++的内存垃圾回收器,可以像Java中那样随意的分配内存而不用释放,也不必担心内存泄漏了-gc6.7 an application to the C C memory for the garbage collector. Java can be as arbitrary as the allocation of memory instead of the release, there is no need to worry about a memory leak

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

发表评论

0 个回复

  • 这是一个编译器程序包括了编译原理中学习的所有内容
    这是一个编译器程序包括了编译原理中学习的所有内容-This is a compiler compiler included the principle of learning all the elements
    2022-11-02 07:10:03下载
    积分:1
  • 所上载的是一个用lex与yacc开发的表达式计算器
    所上载的是一个用lex与yacc开发的表达式计算器-The upload is a development with lex and yacc expression calculator
    2022-06-01 06:25:28下载
    积分:1
  • 一个词法分析程序,可以实现输入C源程序,输出二元式
    一个词法分析程序,可以实现输入C源程序,输出二元式-a lexical analysis procedures, can achieve the importation of C source files, binary output-
    2023-04-25 04:20:03下载
    积分:1
  • JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇...
    JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。-JC1.0. The compiler includes complete documentation and procedures. With Lex Bison, can develop. Statement 5, support mixed computing. Input and output as two IO statement (function call), compiled by the compiler to achieve and io.obj will link Link. EXE generation. The entire process, complete and clear, legible code.
    2022-03-02 14:29:23下载
    积分:1
  • 一个实现词法分析的程序 VC++环境 所需的efile.pas rfile.pas和头文件 仅供参考...
    一个实现词法分析的程序 VC++环境 所需的efile.pas rfile.pas和头文件 仅供参考-achieve a lexical analysis procedure required for the VC environment and efile.pas rfile.pas document is the first reference
    2022-03-16 01:42:03下载
    积分:1
  • 完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版...
    完美反编译各种版本的CHM文件 把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等; 支持所有版本的CHM,支持所有编码; 允许有选择性地导出不同类型的文件,包括仅导出所有图片、仅导出所有网页文件、仅导出所有多媒体文件、仅导出列表等; 特有树形结构预览; 支持快速批量反编译,如果导出目标文件夹存在,则会自动生成新的序列文件夹; 智能操作,无所不在的快捷方式与体贴的操作与提示; 自动识别文件类型,判断有潜在威胁的文件类型自动提示! -Perfect Anti-compiled versions of CHM files Put all the contents of a complete structure (directory path) anti-compiled, 100 reduction, detailed calculation of the number of various documents: images, web pages, multimedia, etc. Supports all versions of the CHM, to support all coding Allow selective export of different types of documents, including the only export all the pictures, only to export all pages of documents, only to export all the multimedia files, only to export the list and so on Special preview of tree structure Support for fast batch decompile, if the export destination folder exists, it will automatically generate a new sequence of folders Intelligence operation, the ubiquitous shortcu
    2023-01-31 18:45:03下载
    积分:1
  • flex 词法分析器 识别token单元
    flex 词法分析器 识别token单元-syntax analysis
    2023-01-24 13:30:04下载
    积分:1
  • 一个简单实现了词法分析,语法分析,目标代码优化的编译器...
    一个简单实现了词法分析,语法分析,目标代码优化的编译器-a simple realization of the lexical analysis, grammar analysis, the objectives of optimizing code compiler
    2023-02-20 11:25:03下载
    积分:1
  • 一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了! 有点难...
    一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了! 有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
    2022-03-24 03:52:29下载
    积分:1
  • 为了实现编译器的实用,可自由编写源代码…
    为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为: (1)从源程序文件中读入字符。 (2)统计行数和列数用于错误单词的定位。 (3)删除空格类字符,包括回车、制表符空格。 (4)按拼写单词,并用(种别,单词)二元式表示。 (5)根据需要是否填写标识符表供以后各阶段使用。 这里采用的编译程序的实现方法是一遍扫描,即从左到右只扫描一次源程序,也就是词法分析作为语法分析的一个子程序。故在编写词法分析程序时,用重复调用词法分析子程序取一单词的方法得到整个源程序的二元式流。 -in order to achieve the compiler practical, available free to write source code format, that his writing can be more than words, a statement can occupy multiple lines written; identifier of 20 characters effective; Integer with two byte; long integer with four byte. This lexical analysis for major work : (1) from source document read into the characters. (2) Statistics and a few mistakes out a few words for positioning. (3) delete the blank type characters, including the carriage return, tab spaces. (4) the spelling words and use (other species, words) dual ceremony. (5) whether the need for completing the table identifier subsequent stages. Here the compilers of th
    2022-01-23 11:14:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载