搜索结果
找到约 94 项符合
Compiled 的查询结果
按分类筛选
- 全部分类
- 技术资料 (10)
- Linux/Unix编程 (6)
- 其他 (5)
- Delphi控件源码 (5)
- 编译器/解释器 (4)
- 单片机开发 (4)
- 微处理器开发 (4)
- 软件设计/软件工程 (4)
- VC书籍 (4)
- 压缩解压 (3)
- 数学计算 (3)
- 嵌入式/单片机编程 (3)
- 单片机编程 (2)
- 操作系统开发 (2)
- 其他书籍 (2)
- 电子书籍 (2)
- 驱动编程 (2)
- Java编程 (2)
- 网络 (2)
- USB编程 (2)
- 嵌入式Linux (2)
- 电源技术 (1)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- Java书籍 (1)
- FlashMX/Flex源码 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 系统设计方案 (1)
- Jsp/Servlet (1)
- VIP专区 (1)
驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
编译器/解释器 编译的关于LL(1)词法分析的小程序
编译的关于LL(1)词法分析的小程序,适合在VC下运行-compiled on LL (1) Morphological analysis of the small programs, for the VC teachers to run the operation no problem
Delphi控件源码 SrcDecompiler is about creating a Delphi program decompiler. The program is written for Delphi 4 or
SrcDecompiler is about creating a Delphi program decompiler. The program is written for Delphi 4 or higher and will not work with a previous version of Delphi. Also it can only decompile programs written with the same version of Delphi as the decompiler is compiled with.
压缩解压 FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec,
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
Delphi控件源码 PackageSPY is a freeware that shows Delphi Package files internal information & related stuff. It an
PackageSPY is a freeware that shows Delphi Package files internal information & related stuff. It analyzes a compiled .EXE in order to report the Used Packages (Deployment Analysis). Furthermore, it extracts .DPK (Package Source) from DCP & DPL and .DCU from .DCP.
技术资料 initializing GPIO, LED and USART
It is a demo project for initializing GPIO, LED and USART by stm32f030f4p6 ARM microprocessor compiled by MDK Keil v5 and running on STM32F030 DEMO BOARD.
技术资料 上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行
上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行-When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled
电子书籍 A dynamic-link library (DLL) contains one or more subprogram procedures (functions or subroutines)
A dynamic-link library (DLL) contains one or more subprogram procedures
(functions or subroutines) that are compiled, linked, and stored separately from
the applications using them. Because the functions or subroutines are separate
from the applications using them, they can be shared or replaced eas ...
手机短信编程 This is full set of procedures used to communicate with any GSM module for SMS sending/receiving (
This is full set of procedures used to communicate with
any GSM module for SMS sending/receiving (it uses standard AT commands).
Original code is for ATMega162 microcontroller, but code is general to
be easy ported to others platforms.
Code can be compiled with IAR AVR compiler.
其他 Introduction A shared library is a collection of functions that are available for use by one or mor
Introduction
A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to ...