CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译 代码生成

搜索资源列表

  1. xunhuanma

    0下载:
  2. (7,3)循环码生成代码,在VC下编译生成(7,3)循环系统码的生成方式。-(7,3) cyclic code generated code, compiled in VC (7,3) code is generated circulatory system.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:5732
    • 提供者:白健
  1. newCompile

    0下载:
  2. 编译原理实验,中间代码生成器.设计语法制导翻译生成表达式的四元式的算法-Compile principle experiment, the intermediate code generator
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5975907
    • 提供者:白方泽
  1. BSpline

    0下载:
  2. 根据鼠标单击的点序列,自动生成B样条曲线,并绘制出来。vc6代码,可编译通过,可运行。-According to the mouse click point sequence, automatic generation of B-spline curve, and draw out. vc6 code can be compiled, can be run.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:50216
    • 提供者:小江
  1. Tkstudio-

    0下载:
  2. tkstudio可以完成从工程建立到管理、编译、连接、目标代码的生成、软件仿真和硬件仿真等完整的开发流程.尤其C编译工具在产生代码的准确性和效率方面达到了较高的水平-He is a multi-core with a powerful built-in editor compiling, debugging environment, you can complete the works to establish and manage, compile, link, currently Sta
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:8861204
    • 提供者:何普
  1. epson_c33_dasm

    0下载:
  2. EPSON C33 反汇编工具, 可生成再编译的代码-a disassembler EPSON C33 core, generated source code can be compiled again.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:19630
    • 提供者:钳工
  1. VbAux

    0下载:
  2. IDE内嵌汇编 C代码 编译标准Dll 插件 内嵌代码变色 可编译 厂家直发 源码哦 下载后自己生成Dll注册下即可-Good Luck
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1049619
    • 提供者:刘先生
  1. 84853534

    0下载:
  2. C语言编译器的设计与实现 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分-C compiler design and implementation of our design compiler comes to compile five stages in t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:34999
    • 提供者:rui
  1. gcc-3.3.5.tar

    0下载:
  2. 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile-A grammar compiler, including the lexical analyzer, parser, and the expression of logical operations in a simple programmin
  3. 所属分类:Compiler program

    • 发布日期:2017-06-20
    • 文件大小:31324034
    • 提供者:认识的也是
  1. JPEG-EncodeaDecode

    0下载:
  2. 按如下说明使用此代码: 1.将BC45.rar解压到D:2.将JPEGCode解压到D:3.解压1.Src(自己整理的).rar到D:\JPEGCode目录下 4.运行批处理Build 5.cd src 6.编译生成可执行程序(make) 7.测试代码(make test) 8.清除编译过程文件,包括可执行程序(make clean) 9.体会原版配置编译过程 a)删除3.解压目录 b)解压2.Src(原版).rar到D:\JPEGCode目录下 c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3284199
    • 提供者:lsccls
  1. SmoothProgressBar

    0下载:
  2. 使用C#语言自制一个平滑的进度条控件,在示例程序中,点击测试按钮即可看到控件的使用效果。代码内的注释比较丰富,是学习参考的好范例。程序分为控件源码和实例源码,测试前请先编译WindowsFormsControlLibrary文件夹中的文件,然后将生成的DLL文件拷贝至SmoothProgressBar文件夹的Debug目录中,也就是DLL文件与测试文件是同级的才可以。关于部分C#代码的注释: -Using C# language-made a smooth progress bar con
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:43132
    • 提供者:seivin
  1. BLexa

    0下载:
  2. 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列 -Lexical analysis module based on the C++ the compiler to generate device [Lex], can be compiled using the Visual C++ 2003, analysis of lexical d
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:220379
    • 提供者:kgd815
  1. CopyScreen

    0下载:
  2. C#截屏程序源代码,源代码完整,虽然简单,但功能挺好用。点击“截屏”后,用鼠标拖出一块区域,那就是你要截屏的区域,然后在选中区域上双击鼠标,可将截屏生成的JPG/GIF/PNG三种格式保存。代码在VS2005下顺利编译-C# screenshots source code, complete source code, though simple, but the functionality is very easy to use. Click the " screenshots"
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:490752
    • 提供者:fwt06
  1. student

    0下载:
  2. 同学录管理系统c++完整工程代码,已编译可以用,带添加删除并生成.dat文件保存。-Code the Classmates c++ complete engineering test available!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1495312
    • 提供者:yuzhuo
  1. QRCode2012

    0下载:
  2. C# QRCode 生成二维条码源代码,包括生成和识别图片二维码的动态库及应用实例全套源代码,非常适合初学都学习。 本代码是网上下载并经过改良后的作品。 1.修复各种编译警告。(本人有点洁癖,看不得有警告); 2.修正因版本所接受的字符数量而至的崩溃问题; 3.修正二维码生成和识别对中文的支持,解决乱码问题; VS2010下顺利通过测试。如有问题欢迎Q:283832326交流学习。 -C# QRCode gene
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1062424
    • 提供者:aidfen
  1. rtems_build_system_analysis

    0下载:
  2. rtems配置编译系统分析: rtems安装使用configure进行配置,然后使用make编译,最后用make install进行安装。本文就是介绍在这其中rtems都做了什么。本文主要分析configure生成需要的脚本、makefile生成需要的脚本、rtems代码编译过程、rtems系统安装过程。-rtems configure and build system analysis: rtems uses gnu install process: configure-> ma
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:4094441
    • 提供者:cyb
  1. jsUML2_002

    0下载:
  2. 一个JS版本的UML绘图工具,可以创建UML图,全部由JS生成,包中的代码需要编译后才能使用。-A JS version of UML drawing tools, you can create UML diagrams, all generated by JS package code needs to be compiled to use.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1180966
    • 提供者:wangtao
  1. 123

    0下载:
  2. pl0编译器,将源码通过编译生成目标代码-pl0 compiler, the source code by the compiler generates object code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:271094
    • 提供者:zhu
  1. cpspwm_loopA4

    0下载:
  2. 完整的包含spwm的波形生成与实现,代码可以在ccs3.3上顺利编译-Contains spwm complete waveform generation and realization, the code can be successfully compiled on ccs3.3
  3. 所属分类:Software Testing

    • 发布日期:2017-12-01
    • 文件大小:540392
    • 提供者:三石
  1. openocd-0.6.0

    0下载:
  2. Openocd是开源代码,通过修改相关信息,然后在Linux下编译生成openocd工具,该工具主要是进行nand flash在线烧录使用。-openocd is a tool for nand flash reflash.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-09
    • 文件大小:5040323
    • 提供者:tanhua
  1. ball

    0下载:
  2. 开放环境为Turbo C,Borland C++应该也可以编译,自己编写的 五彩连球 小游戏。文件包括源代码,生成的EXE,和一个运行所必须的文件,代码的核心是 小球路径查找算法。适于C的初学者,希望会在这里找到兴趣。-The open environment of Turbo C, Borland C++ should also be able to compile and write your own the multicolored Lianqiu small game. Files, i
  3. 所属分类:Other Games

    • 发布日期:2017-11-29
    • 文件大小:45019
    • 提供者:陈龙
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 »
搜珍网 www.dssz.com