Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第4,2914,300项(搜索用时0.005秒)
devel/jtag-0.5.1 (Score: 0.006132291)
Utility to work with JTAG-aware boards
JTAG Tools is a software package which enables working with JTAG-aware (IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter. This package has open and modular architecture with ability to write miscellaneous extensions (like board testers, flash memory programmers, and so on).
devel/hp48xgcc-1.0.2 (Score: 0.006132291)
GNU C cross-compiler for HP48 calculators
HP48xgcc is a C cross-compiler. It is a program that runs on your computer and translates C code into objects that can be executed on the HP48. It is based on (well, that's an understatement) the GNU C compiler (gcc) and thus it supports complete C language, not just some subset.
devel/RUnit-0.4.28 (Score: 0.006132291)
R functions implementing a Unit Testing framework
R Unit test framework R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools
devel/libfirm-1.21.0 (Score: 0.006132291)
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/libg19draw-1.0.0 (Score: 0.006132291)
G19 draw library
A library that can be used for drawing images, circles, lines and test on the LCD
devel/libg19-1.1.1 (Score: 0.006132291)
G19 library
A library that handles the USB interfacing with the G19
devel/libklel-1.1.0 (Score: 0.006132291)
KoreLogic Expression Language library
The KoreLogic Expression Language Library is a C library that provides a simple expression language that can be embedded in other programs. This library does not implement a full programming language, but rather a simpler expression language called KL-EL that is designed to provide arithmetic and logic operations useful in situations where embedding a full programming language would be overkill. KL-EL expressions have access to a full set of arithmetic and logic operations, and they can access functions and variables exported from the embedding program. Unlike most other languages of its kind, KL-EL is statically and strongly typed, which helps ensure that expressions are valid before they are executed. The embedding API is designed to be easy to use, and the library itself is designed to be very small.
devel/libmaa-1.3.2 (Score: 0.006132291)
Provides a few data structures and helpful functions
The LIBMAA library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications.
devel/libmsocket-0.4 (Score: 0.006132291)
Socket abstraction library for C programmers
libmsocket is a socket abstraction library for C programmers. In addition to simple TCP sockets, it is moving towards transparent support for additional abstractions in a seamless manner, such as SSL and Socks5 proxies.
devel/libopkele-2.0.4 (Score: 0.006132291)
OpenID 分散式身份系统的一个 c++ 实现
libopkele 是 OpenID 分散式身份系统的一个 c++ 实现。它提供了 OpenID 协议的 处理,留下认证和用户交互给实现者。