搜索结果
找到约 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)
Linux/Unix编程 gawk: linux下资料处理工具
gawk: linux下资料处理工具,可以将资料中按列取出,排序。已经cross compile 到arm linux2.6.24版本, 可以直接使用。
文件格式 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v
1. Download the version you want:
* Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows
* Previous versions
2. Unzip the file, which will create a directory called klt and place all the files there
3. Compile and run the code
* ...
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...
Linux/Unix编程 This distribution contains source code for a simple object tracking program using particle filterin
This distribution contains source code for a simple object tracking
program using particle filtering. You need to have the OpenCV Library
and the GNU Scientific Library (GSL) installed to compile and use the
programs. See the below two links:
驱动编程 The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ wo
The program is a wizard to create a NT kernel driver framework in C.
It will create a Visual C++ workspace.
You can compile and link your driver in IDE.
If you have SoftICE, it can generate .nms file.
单片机开发 he AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t t
he 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 makefile
used to build the source is included
游戏 本游戏运行在java环境下
本游戏运行在java环境下,解压缩后需要compile在执行,是一个打字类的小游戏,测测你的打字速度。
Delphi控件源码 barcode component The sourcecode does not rely on any language specific features. It will prob
barcode component
The sourcecode does not rely on any language specific features.
It will probably compile under Delphi 8 and higher.
Kylix ?
barcode component does not use any special Windows API
functions so it should work with Kylix (untested).
Linux/Unix编程 Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Conta
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode
driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
userspace/
Type "make" to compile.
fpix: test program, independant ...