搜索资源列表
apr-1.2.6.tar
- APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。-APR (Apache portable Run-time libraries, Apache Portable Runtime library) if the purpose of the same name. mainly for the upper application can provide
apr.tar
- APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。在早期的Apache版本中,应用程序本身必须能够处理各种具体操作系统平台的细节,并针对不同的平台调用不同的处理函数。随着Apache的进一步开发, Apache组织决定将这些通用的函数独立出来并发展成为一个新的项目。这样,APR的开发就从Apache中独立出来,Apache仅仅是使用APR而已。-APR
glib-2.16.1.tar
- This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event
mp_simplesim.rar
- 体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了 作者是加拿大Queen大学的Manjikian 环境: Architecture SPARC Operating System Solaris 2 Compiler gcc,The multiprocessor extensions were conceived and implemented by Naraig Manjikian at Queen s Unive
u-boot
- u-boot,编译好了的u-boot,运行环境是QT2410-u-boot, the compiler of good u-boot, runtime environment is QT2410
i2c_driverscript
- scr ipts to load and unload i2c driver module at runtime
tntdb-1.0.1.tar
- Tntdb 源码和文档。Tntdb 是linux/unix C++数据库驱动适配接口。支持postgresql, sqlite3, mysql 和 oracle-Tntdb is a c++-class-library for easy database-access. It implements a simple database independent layer, which loads drivers at runtime. Currently drivers for postgresq
INSTALLATION_GUIDE
- QNX® Neutrino® RTOS x86 Runtime Kit 6.3.2 installation guide-QNX® Neutrino® RTOS x86 Runtime Kit 6.3.2 installation guide
autopano-sift-C-2.5.1.tar
- 这是拼接程序autopano-sift的c接口源码,它运行更快而且不要c#运行环境-autopano-sift-C is a C port of the C# software autopano-sift. It is somewhat faster and doesn t require a C# runtime- Installing the mono C# runtime on OS X has proved to be problematic on some systems.
kyotocabinet-perl-1.11.tar
- 这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can selec
kyotocabinet-python-1.14.tar
- 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can s
qstardict-0.13.1
- QStarDict 是一款基于 Qt4 的 StarDict 的克隆,它完全兼容 StarDict 的字典,适合于使用 KDE4 朋友使用,节省了使用StarDict加载gtk+运行环境的系统资源,并且界面也更加协调。 目前 QStarDict 0.12.9 版本已经实现以下功能: 完全兼容已有的 Stardict 辞典,暂不支持树型辞典。 支持屏幕取词,通过 D-bus 支持在 Qt4 应用程序中的屏幕取词。 支持通过 festival TTS 发音,暂不支持
PerfTools
- 检测代码性能,耗时,使用方法等下继续上传-check code runtime
glibc-2.3.22
- glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
dyninst_src_6.1.tar
- 程序分析工具,可实现运行时程序的改写与重构。-An Application Program Interface (API) for Runtime Code Generation。 The tool can change the program while it is executing, and not have to re-compile, re-link, or even re-execute the program to change the binary.
jfc_examples
- JFC核心编程第2版,书中例子的源代码 所有例子的源代码。 • 可用于Windows,Linux和Solaris的JBuilder 4集成开发环境,其中包括编译器和Java 2运行时环境(JRE)版本1.3。 • SwingBuilder实用工具,可用于图形化地创建基于Swing的用户界面。 • Core Swing: Advanced Programming书中的一章,PDF格式。 -JFC core programming, 2nd e
Linux-DOC
- 动态链接的共享库是 GNU/Linux® 的一个重要方面。该种库允许可执行文件在运行时动态访问外部函数,从而(通过在需要时才会引入函数的方式)减少它们对内存的总体占用。本文研究了创建和使用静态库的过程,详细描述了开发它们的各种工具,并揭秘了这些库的工作方式。-Dynamically linked shared library is an important aspect of GNU/Linux ® . Of the library allows an executable file
hello
- linux运行环境下的hello的c程序,经验证程序通过,初学linux C的基本程序-hello the linux runtime environment under the c program, proven program through the basic procedures of the beginner linux C
runtime
- Helper functions for device run-time PM
runtime-wrappers
- Runtime Services function call wrappers.
