搜索结果
找到约 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)
Linux/Unix编程 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be portable and highly modular. It is coded in C++ so that it effectively translates the object concepts of the CIM objects into a programming model but still retains the speed and efficiency of a compiled ...
其他 Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or
Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object.
This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which mean ...
编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P
The Small C compiler translates a subset of the C language into
assembly language. It runs under PC/MS-DOS 2.1 and later. Small
C is compatible with the Microsoft and Small Mac assemblers.
Small C takes full advantage of the ability of these assemblers
to generate relocatable object code, to mai ...
Java书籍 The book then branches out into different approaches for incorporating Ajax, which include: The
The book then branches out into different approaches for incorporating Ajax, which include:
The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR
Integrating Ajax into Java ServerPages (JSP) applications
Using Ajax with Struts
Integrating Ajax into Java ...
压缩解压 The program SPLAY is a pascal to C translation of a program that Kim Kokkonen wrote in Turbo Pasca
The program SPLAY is a pascal to C translation of a program that
Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees.
This program compresses and decompresses files, and does a pretty good
job of it.
Contents:
SPLAY.PAS Original TP source code
SPLAY.C Translation of code to C
SPLAY.EXE C ...
USB编程 This software package contains the USB framework core developped by ATMEL, as well as a CDC driver
This software package contains the USB framework core developped by ATMEL,
as well as a CDC driver for an USB to serial converter.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- cdc/
-> Source code for the CDC driver
-> Makefile ...
USB编程 This software package contains the USB framework core developped by ATMEL, as well as two HID driv
This software package contains the USB framework core developped by ATMEL,
as well as two HID drivers for a mouse and a keyboard.
The following files are included :
- core/
-> Source code for the framework core
-> Makefile for the core
- hid/
-> Source code for the HID drivers
-> Makefile ...
技术资料 DSP上优化的G.729A代码
·详细说明:DSP上优化的G.729A代码,运行效果占CPU11%,是不可多得的代码,可直接在DSP中编译运行。-Optimized ITU G729.A source code running on DSP,use 11 CPU resource, can be compiled and executed on DSP, very useful. 文件列表(点击判断是否您需要的文件): ...
嵌入式/单片机编程 The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt
The major functionality added in this release includes:
- Rootless mode in X11
- Widget Templtes [both compiled and XML]
As always, this isn t meant to be a stable release, it is only provided so
people can more easily experiment with PicoGUI and possibly help in its
development.
Some of the ...
其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science ...