CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - compile

搜索资源列表

  1. BIGadd

    0下载:
  2. 实现长度80位内的大数加法~~代码以c来实现,在tc下编译通过,有详细的注释-achieved within 80 lengths of large numbers Adder ~ ~ c code to be achieved under the tc compile a detailed Notes
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1392
    • 提供者:
  1. MPlayer_for_qianrushi

    0下载:
  2. MPlayer在嵌入式开发系统中的应用,说明如何在嵌入式开发板上实现mplayer的配置,编译,安装及调试过程-MPlayer in the embedded development system, the application how in embedded development boards to achieve the mplayer configure, compile, installation and commissioning process
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:346254
    • 提供者:peak
  1. C++andC

    0下载:
  2. 程序员面试的必要宝典,《高质量编程C++》林锐编著,一般的公司笔试题目都从里面出。-programmers the necessary interviews, the book "high-quality programming C" LIN compile, Most enterprises are subject written from the inside out.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:116760
    • 提供者:刘楠
  1. verilog50%

    0下载:
  2. 本文主要介绍了50%占空比三分频器的三种设计方法,并给出了图形设计、VHDL设计、编译结果和仿真结果。设计中采用EPM7064AETC44-7 CPLD,在QUARTUSⅡ4.2软件平台上进行。 -This paper introduces a 50% duty cycle three dividers of the three design methods, and gives the graphic design, VHDL design, compile results and the
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:187592
    • 提供者:li
  1. C++coderules

    0下载:
  2. 本文档详细论述了C++编码中常见和易引起编译错误的的有些编码规则,对于无论是初学者还是资深设计人员都是很好的读物。-this document in detail the Common C coding designed to compile errors caused some of the coding rules, For both beginners or experienced design staff are very good books.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21919
    • 提供者:周国
  1. HuaweiSoftware

    0下载:
  2. 华为编程规范与范例:包括排版、注释、标识符命名、可读性、变量、结构、函数、过程、可测性、代码编辑、编译、审查-Huawei programming standards and examples include : typesetting, Notes, the identifier name, readability, variable, structure, function, process, Testability, code edit, compile, review
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:316150
    • 提供者:邓旭
  1. xueshng

    0下载:
  2. (1).编辑功能:对学生的各种信息进行编辑,和相关的管理。 (2)浏览功能:对学生的各种信息进行管理。 (3)查找功能:查找特定学生的信息.。 (4)删除功能:删除特定学生的信息。 (5)插入功能:添加一条记录,并插到某一条记录之后。 (6)统计功能:如,求某学生的总分,求各学科的平均成绩。 (7)打印功能:对学生的各种信息进行打印输出。 -(1). Editing functions : the right of students compile that info
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:153277
    • 提供者:杨飞虎
  1. how_to_use_Visual_Cpp_to_develop_ActiveX_control_b

    0下载:
  2. This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile scr ipt to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:138172
    • 提供者:chengxin
  1. BeeStackDocuments

    0下载:
  2. The BeeStack Application Development Guide describes how to develop an application for BeeStack, including discussions on major considerations for commercial applications. This document is intended for software developers who write applications f
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2377353
    • 提供者:熊飞宇
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现;
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155542
    • 提供者:vivien
  1. APK

    0下载:
  2. APK文件为压缩包,解压缩后会有XML,DEX等文件,也是Android开发的源文件,但XML和DEX文件都是经过编译的文件,网上也下载到相关的反编译工具,但不能解决批量反编译的问题,所以本程序就此诞生,运行本程序,可以搜索此-APK file is compressed, decompressed will be XML, DEX and other documents, but also developed Android source file, but XML files are com
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2586393
    • 提供者:roy.mac
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. Windows-compile-MPEG4IP

    0下载:
  2. Windows下编译MPEG4IP, 方便大家一起学习-Windows compile MPEG4IP
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:10450
    • 提供者:viviChow
  1. compile-live555

    0下载:
  2. 在windows xp 环境下通过vc6.0实现live555的编译-describe how to compile live in the invironment of windows xp with vc6.0
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:113202
    • 提供者:qiezhanmei
  1. Compile-their-own-kernel

    0下载:
  2. 文档中以SMDK2410开发板为基础,详细介绍了如何编译自己想要的Linux内核的方法和技巧。-The document is based on SMDK2410 development board, introduces the methods and skills of how to compile the Linux kernel you want.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:729828
    • 提供者:龙清泉
  1. Compile-the-preprocessing

    0下载:
  2. 编译预处理是C编译系统的一个组成部分将预处理的结果和源程序一起再进行通常的编译处理,以得到目标代码。 -Compile the preprocessing
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:60701
    • 提供者:李伶波
  1. VirtualBox4.3.10-Compile

    0下载:
  2. VirtualBox4.3.10(目前最新版本)在Window XP 32位系统的编译详解,适合菜鸟级人员,哪怕你一点编都不懂,只要按步骤操作就能把VirtualBox4.3.10编译出来。编译平台为Qt+VS2010+MinGW-VirtualBox4.3.10 (the latest version) compiled Detailed Window XP 32-bit systems, for rookie officers, even if you do not understand t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:751254
    • 提供者:sqwqwqws
  1. Compile-ARM-MySQL

    0下载:
  2. 编译ARM平台的 QtEmbedded 的MySQL插件和移植MySQL到ARM开发板-Compile the ARM platform QtEmbedded MySQL MySQL plug-ins and transplantation
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:19833
    • 提供者:lili
  1. How-to-compile-the-QT-Library

    0下载:
  2. 通过整理和实践,详细说明如何编译QT动态库和静态库-Through the compilation and the practice, the detailed descr iption of how to compile the QT dynamic library and the static library
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:9259
    • 提供者:kunfuliu
  1. linux-kernel-compile

    0下载:
  2. linux内核编译详细教程 linux内核编译详细教程-linux kernel compile toutial
  3. 所属分类:Project Design

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