CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - compile

搜索资源列表

  1. Delphi.rar

    0下载:
  2. 利用花指令扰乱Cracker,以达到保护软件的作用。 本工具可以自定义花指令,有三种模式,如下: 1、随机插入花指令 2、指定插入固定的花指令 3、全部插入花指令 使用方法: 1、请自行在 JunkData.mdb 数据库中添加花指令 2、在您要放花指令的地方写:{$F Junk} 3、{$F Junk} 为花指令标记 4、用本工具处理后,重新编译即可。,Disrupt the use of junk code Cracker, in order to
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:711551
    • 提供者:长毛
  1. nasm.rar

    0下载:
  2. nasm 中文手册,学习nasm汇编的必备资料,Chinese nasm manual, learning the necessary information to compile nasm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:74936
    • 提供者:fasling
  1. bianyiyuanli.rar

    2下载:
  2. 编译原理实验中词法分析器和语法分析器的实验报告(附源代码),Compile principle experiment lexical analyzer and parser of the lab report (with source code)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:93602
    • 提供者:lanhanghua
  1. DFA.rar

    0下载:
  2. 编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4427113
    • 提供者:weiren
  1. pb.rar

    1下载:
  2. 图书馆管理系统使用PB编译的,包含全套的论文,大纲,设计,很全很强大,Library management system to compile the use of PB, and contains a full set of papers, an outline design, it is very powerful all-
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:972465
    • 提供者:yanyan
  1. protues编的数字电压表

    1下载:
  2. protues编的数字电压表,有完整的仿真,可以编译,调试等等,protues for the digital voltage meter, a complete simulation, you can compile, debug, etc.
  3. 所属分类:其他小程序

    • 发布日期:2016-11-01
    • 文件大小:73561
    • 提供者:彭飞
  1. eReader.rar

    0下载:
  2. Xreader的源码,只要安装PSP的开发环境就可以编译!!,Xreader the source, as long as the development environment installed on the PSP can be compile! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:702208
    • 提供者:徐双翼
  1. wz2[2][1].0.rar

    1下载:
  2. 易语言伪装,经过伪装,易语言的特征已经基本消失,PEID现实C++.不伪装的话编译出来卡巴又得报错了。,Language easy to camouflage, disguise, easy language features have disappeared, PEID reality C++. Is not disguised by the Kabbah, then compile the error again.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:445744
    • 提供者:raolan
  1. sift_vs2008

    0下载:
  2. This programs is a sift algorithm sourcefile written by Visual Studio 2008. This is written by MFC. Simply, just compile and run to use.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1242973
    • 提供者:Edward
  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:121065
    • 提供者:李然
  1. ZeuS-2.0.8.9

    3下载:
  2. 曾经卖5000美元的ZeuS 2.0.8.9源码完整无密下载-5000 U.S. dollars was sold integrity of confidential source ZeuS 2.0.8.9 Download
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9644080
    • 提供者:力强
  1. Hex2Bin

    0下载:
  2. HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:30520
    • 提供者:fwr
  1. pvb

    2下载:
  2. 很好 的开发组态的源代码,是托人在外国传过来的,国内IP不能下载。里面源代码,编译,和实例都有。非常珍贵。国内的所有组态源代码都是收钱的。-Very well developed configuration of the source code, is a Trustee of the pass over the foreign and domestic IP can not be downloaded. Inside the source code, compile, and examples
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:62952448
    • 提供者:鹏翔九天
  1. hexTObin

    0下载:
  2. 本代码是一个编译器编译出的HEX文件转换为BIN文件。会记录每次转换的动作,以便以后查找记录。-The code is a compiler to compile a file conversion of the HEX file for the BIN. Will record each action in order to find records of the future.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:520381
    • 提供者:张高旺
  1. Stack-number-conversion

    0下载:
  2. 用栈实现的数制转换,用C语言实现的,大家请用DEVC++编译器去编译,别的可能有问题-Stack to achieve the number system conversion, using the C language, we with DEVC++ compiler to compile, another may have a problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-10-31
    • 文件大小:712
    • 提供者:vell001
  1. chmdeco-0.2

    0下载:
  2. CHM decompiler is a program that converts the internal files of CHM files back into the HHP, HHC, and HHK, etc. used to compile the documentation. CHM decompiler是一个把CHM 文件的内部文件转换成 HHP, HHC,和HHK等的程序。它用于编译文件。-CHM decompiler is a program that converts t
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:48299
    • 提供者:王勇
  1. stu24

    0下载:
  2. 一个用MFC实现的学生信息管理系统,已经编译实现过-Using MFC to achieve a student information management system has been implemented to compile
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:53722
    • 提供者:wangmin
  1. is_ascii

    0下载:
  2. 这是MTeX套装中的一个重要工具,用于判断一个文件是否只包含Ascii字符。由于中文tex文件的编译需要进行特殊处理(但这种处理会对英文tex文件造成副作用),通过这个小工具,可以自动判断是否应对tex文件做相应的中文预处理。 -This is a suite MTeX an important tool for judging whether a file contains only Ascii characters. As the Chinese compile tex document
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1866
    • 提供者:whoami
  1. jad

    0下载:
  2. Java反编译工具,适合编译Jar文件和.class文件-Java decompile tool Jar file and compile. Class files
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1102774
    • 提供者:李子
  1. C_winn32_how-to-compile-tetris-

    0下载:
  2. 通过C语言编程,在win32操作系统下实现俄罗斯方块-how to compile tetris with c in win32
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:6326
    • 提供者:李顺
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com