搜索结果
找到约 159 项符合
Compile 的查询结果
按分类筛选
- 全部分类
- 技术资料 (17)
- 其他 (12)
- Java编程 (12)
- Linux/Unix编程 (10)
- 单片机开发 (10)
- 编译器/解释器 (9)
- 其他书籍 (8)
- Delphi控件源码 (7)
- 网络 (5)
- 多媒体处理 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- 文件格式 (3)
- 汇编语言 (3)
- Java书籍 (3)
- VHDL/FPGA/Verilog (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- 加密解密 (2)
- 书籍源码 (2)
- 软件工程 (2)
- 游戏 (2)
- 编辑器/阅读器 (2)
- 其他数据库 (2)
- 通讯编程文档 (2)
- 嵌入式/单片机编程 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 嵌入式Linux (2)
- 数据结构 (2)
- 单片机编程 (1)
- C/C++语言编程 (1)
- 数值算法/人工智能 (1)
- IC设计软件 (1)
- 教程资料 (1)
- 驱动编程 (1)
- Internet/网络编程 (1)
- 数学计算 (1)
- uCOS (1)
- 微处理器开发 (1)
- 其他行业 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- 3G开发 (1)
- Ajax (1)
- 精品软件 (1)
微处理器开发 The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t
The AVRcam source files were built using the WinAVR distribution
(version 3.3.1 of GCC). I haven t tested other versions of GCC,
but they should compile without too much difficulty.
* The source files for the AVRcam had the author name and copyright
information added back into them after the judgin ...
Java编程 C語言的開發模式, 是編寫.c的Source Code, 再經由Compiler編譯成Object Code。所謂Object Code指的是和硬體相關的機器指令, 也就是說當我們想要把C程式移植到不
C語言的開發模式, 是編寫.c的Source Code, 再經由Compiler編譯成Object Code。所謂Object Code指的是和硬體相關的機器指令, 也就是說當我們想要把C程式移植到不同的硬體時, 必須要重新Compile,以產生新的執行檔。除了需要重新編譯外,新系統是否具備應用程式所需的程式庫,include的檔案是否相容, 也是程式能否在新機器上順利 ...
Delphi控件源码 For build this project you can use ant (www.apache.org). Before build project rename file build.pro
For build this project you can use ant (www.apache.org). Before build project rename
file build.properties.pattern in build.properties and set specific for your machine
parameters, then start build.bat (for Windows platform) or build.sh (for Linux)
in root project folder. After compile process all b ...
编译器/解释器 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of these are standard C ...
Delphi控件源码 一.安装说明 1.[FastReport v4.3.rar]是控件4.3的安装版 2.安装完控件后,将这两个文件[frxClass.pas,frxDesgn.pas,frxDBSet,frxGra
一.安装说明
1.[FastReport v4.3.rar]是控件4.3的安装版
2.安装完控件后,将这两个文件[frxClass.pas,frxDesgn.pas,frxDBSet,frxGraphicUtils.pas]覆盖到Source目录下
3.运行recompile.exe,选择上Recompile all packages,点击Compile按钮,编译完就可以了.
二.补丁修改说明
1.修改了在win9.x和winxp下中文显示不全的问题
2. ...
其他数据库 This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and h
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scal ...
单片机编程 ICCAVR自动下载程序
CCAVR软件有ISP功能,能过调用STK500完成的,只要设置好参数,在ICCAVR中就可以给芯片编程了,还可以让程序一编译完就自动下载到芯片中,相当方便。在Tools->environment options->ISP里设定STK500.exe的路径。— 用于调用STK500程序。在Tools->In system programming 里Programmer Interface中选中STK500。— 选择STK500下 ...
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
其他 对于单个控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.对于带*.DPK文件的控件包,FILE-->OP
对于单个控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。
2.对于带*.DPK文件的控件包,FILE-->OPEN(下拉列表框中选*.DPK)-->INSTALL即可。
3.对于带*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。
4.如果以上INSTALL按钮为失效的话,试试COMPILE按钮。
5.是RUN TIME LIB则在OPTION下的PACKAGE ...