Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,2711,280项(搜索用时0.003秒)
devel/R6-2.1.3 (Score: 0.032514982)
Classes with reference semantics
The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
devel/libffi-3.2.1 (Score: 0.032514982)
Foreign Function Interface
The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time.
devel/libfirm-1.21.0 (Score: 0.032514982)
Graph-based SSA intermediate representation library for compilers
The Firm library implements the Firm intermediate representation (IR). libFirm contains algorithms for construction of the SSA form directly from the attributed syntax tree. A set of analyses and optimisation phases is provided. This version includes a complete backend for the IA32 architecture, as well as some unfinished backends for SPARC, ARM * support for object oriented type hierarchies * analyses: dominance, loop tree, execution frequency, control dependencies, call graph, rapid type, def-use, alias analysis, class hierarchy analysis * Optimisations: constant folding, local common subexpression elimination, global common subexpression elimination, code placement, operator strength reduction, scalar replacement, load/store, control flow optimisations, if-conversion, partial condition evaluation, reassociation, tail recursion elimination, inlining, procedure cloning, dead code elimination, ... * enhanced debugging support: extensive checkers, breakpoints on node creation, entity creation, graph dumping * lowering of intrinsics, double word arithmetics, bitfields * backend with SSA based register allocation including several algorithms for spilling and copy coalescing. Instruction and block scheduling, support for ABI handling. * working ia32 backend with support for x87 and SSE2 floating point * handwritten recursive descent C90/C99 frontend available (lang/cparser)
devel/libflatarray-0.2.0 (Score: 0.032514982)
Struct of arrays library with object oriented interface for C++
LibFlatArray acts as a highly efficient multi-dimensional array of arbitrary objects (array of structs, AoS), but really uses a struct of arrays (SoA) memory layout. It's great for writing vectorized code and its lightning-fast iterators give you access to neighboring elements with zero address generation overhead.
devel/libfortuna-0.1.1 (Score: 0.032514982)
Fortuna PRNG Library
Fortuna PRNG library for generating random numbers libfortuna is a C library based on code extracted from BSD licensed PostgreSQL sources. It generates numbers with decent randomness.
devel/nuid-1.0.0 (Score: 0.032514982)
NATS unique identifier generator library
A highly performant unique identifier generator written in Go.
devel/libfsntfs-e.20160418 (Score: 0.032514982)
Library and tools to access the New Technology File System (NTFS)
Library and tools to access the New Technology File System (NTFS)
devel/libdouble-conversion-1.1.1 (Score: 0.032514982)
Binary-decimal and decimal-binary routines for IEEE doubles
This project (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects.
devel/libftdi-0.20 (Score: 0.032514982)
Library (using libusb) to talk to FTDI chips
libftdi - A library (using libusb) to talk to FTDI's FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode. Note: When you get a -5 error "can't claim usb device" during ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.
devel/libdsp-5.0.2 (Score: 0.032514982)
C++ class library of common digital signal processing functions
libDSP is C++ class library of common digital signal processing functions.