CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - compilers

搜索资源列表

  1. psde

    0下载:
  2. PSDE 是一套建立在Microsoft Visual C++环境之上的PDA软件开发平台,在PC上编译输出PDA的完全仿真软件,PSDE的目标是应用Microsoft Visual C++强大的开发环境开发出适用于特定PDA硬件平台编译器的标准C语言代码,同时输出PC上的仿真软件,以用于配套的电脑联机软件或演示程序等,避免了PDA开发厂商为了联机软件或演示程序而单独开发新的程序。PSDE能模拟的硬件功能有ROM、FLASH、LCD、触摸屏、按键、中断、硬复位、声音、CPU休眠等,涵盖了目前常用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.18mb
    • 提供者:王磊
  1. ccache-2.3.tar

    0下载:
  2. ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a cachin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:82.41kb
    • 提供者:王军阵
  1. strutils

    0下载:
  2. This is a string/pointer manipulation units for Delphi/Freepascal compilers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.04kb
    • 提供者:Aleksey
  1. 6502_compiler

    0下载:
  2. 这个软件是使用skill语言来被编辑的6502CPU命令的汇编者。-This software is to use the skill language to be edited 6502CPU command compilers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.03kb
    • 提供者:msc623
  1. OReilly---Java-Programming-On-Linux

    0下载:
  2. This book is neither a course in Java programming nor a manual for the Linux OS. While the well-written text provides overviews of both Java and Linux, it s really a compendium of information you ll want on hand once you ve chosen Java-on-Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3.89mb
    • 提供者:ixhxpns
  1. CheckSum-Fixer-1.0

    0下载:
  2. md5加密验证,计算exe和dll文件是否正确-This value is an overall checksum of the whole file, often not set and left to 0x0000 by most compilers and thus doesn t happens often to worry about it, but sometimes this value is used to check if there have been alterations
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:71.52kb
    • 提供者:zhougg
  1. Compilers

    0下载:
  2. 对于任意给定的正则表达式,可以通过本程序分析出first,follow,ll1表达式-The program can explain any Regular expression to first follow ll1 expression.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:33.45kb
    • 提供者:金洋
  1. nELGGamaltoooe

    0下载:
  2. 这个程序源码是网络信息安全概论课的课程实践,自己动手开发一个具于1024位大数运算的ELGamal加密系统。ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数数运算算之上。而大多数的编译器只能支持到64位的整数运算.-The program source code is the practice of Network Information Security Introduction to the Course yourself to develop a
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:90.04kb
    • 提供者:
  1. C-XML

    1下载:
  2. ANSI C 写的XML解析库,可以用来读写XML格式数据 -a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as d
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-15
    • 文件大小:252.6kb
    • 提供者:zhang
  1. asmjit

    0下载:
  2. x86指令模擬器,可在C++開發環境下模擬x86/x64指令的運行-AsmJit is a complete x86/x64 JIT Assembler for C++ language. It supports 32-bit and 64-bit mode, FPU, MMX, 3dNow, SSE, SSE2, SSE3 and SSE4 through type-safe API which mimics an Intel assembler syntax and eliminates n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:931.12kb
    • 提供者:去去去
  1. utf_offset_string_conversions_unittest

    0下载:
  2. This is to help write tests for functions with string16 params until the C++ 0x UTF-16 literal is well-supported by compilers Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:panzeifai
  1. Compiler-Principle-2

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
  3. 所属分类:Driver develop

    • 发布日期:2017-06-16
    • 文件大小:24.16mb
    • 提供者:陈宁
  1. test

    0下载:
  2. arm平台上实现播放本地MP3文件程序,需要自己编译libmad库,编译需加 -lmad-achieve the arm platform play local MP3 file program, you need to compile libmad libraries, compilers need to add-lmad
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:李靖
  1. 61IC_S3428

    0下载:
  2. busybox是交叉编译环境,内涵很多编译器,适合进行arm linux开发使用-Busybox is a cross compiler environment, meaning many compilers, suited for arm Linux development use
  3. 所属分类:Driver develop

    • 发布日期:2017-05-18
    • 文件大小:4.76mb
    • 提供者:pangxinjie
  1. 05.LinuxLearn

    0下载:
  2. 该文档包含一些Linux的学习资料,介绍了Linux安装步骤,操作介绍,编译器,调试器等等,学习Linux编程可以参考参考-The document contains a number of Linux learning materials, introduces the Linux installation steps, operations reports, compilers, debuggers, and so on, to learn Linux programming can ref
  3. 所属分类:Driver develop

    • 发布日期:2017-06-11
    • 文件大小:17.82mb
    • 提供者:julie
  1. insert_iter_cv

    0下载:
  2. Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at preprocessing time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.4kb
    • 提供者:ciwunie
  1. allexec

    0下载:
  2. Some compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:770byte
    • 提供者:fiucnqq
  1. _streambuf

    0下载:
  2. which allows us to avoid using templated friends which are not supported on some compilers. -which allows us to avoid using templated friends which are not supported on some compilers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.56kb
    • 提供者:tsrhsq
  1. insert_cv

    0下载:
  2. we need this since some compilers (like MSVC) leave assert()s on release code (and we don t want to use their ASSERT).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:raibingzie
  1. discard

    0下载:
  2. For compilers that don t have the builtin _Bool type.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.91kb
    • 提供者:txlwff
« 12 3 »
搜珍网 www.dssz.com