Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,7011,710项(搜索用时0.009秒)
devel/log4cpp-1.1.1 (Score: 0.0012905758)
Library of C++ classes for flexible logging
A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable.
devel/rhtvision-2.2.1.1 (Score: 0.0012905758)
Complete C++ Text User Interface (TUI) library
A complete C++ Text User Interface (TUI) featuring windows, dialogs (buttons, check and radio boxes, input boxes, etc.), mouse support, menus, etc. It's available for various platforms and compilers.
games/pokerth-1.1.1 (Score: 0.0012905758)
Poker game written in C++/Qt4
PokerTH is a poker game written in C++/QT4. You can play the popular "Texas Hold'em" poker variant against up to six computer-opponents or play network games with people all over the world.
math/blitz++-0.9 (Score: 0.0012905758)
C++ class library for scientific computing
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. The current versions provide dense arrays and vectors, random number generators, and small vectors and matrices.
multimedia/mxflib-1.0.1 (Score: 0.0012905758)
C++ library for MXF file I/O
A C++ library for MXF file I/O. Utilities included: * mxfsplit, mxfwrap and simplewrap, to create and access MXF files; * mxfdump and mxf2dot, to dump the MXF in text or graphical (graphviz) format.
devel/zthread-2.3.2 (Score: 0.0012857594)
Platform-independent object-oriented C++ threading library
Paraphrasing the website: The ZThread package is an advanced object-oriented, cross-platform, C++ threading and synchronization library. It provides a high level abstraction of the native threading mechanisms to offer a great deal of flexibility and control. ZThread features interruptible Thread and Runnable objects for C++, control objects and implementations of concurrency design patterns. This includes semaphores, mutexes, condition variables as well as other more complex components. ZThread implementations are provided for POSIX and Win32 platforms.
math/lapacke-3.5.0 (Score: 0.0012857594)
Standard C language APIs for LAPACK
LAPACKE is a standard C language APIs for LAPACK, which introduces the following features[1]: - row-major and column-major matrix layout controlled by the first function parameter; - an implementation with working arrays (middle-level interface) as well as without working arrays (high-level interface); - input scalars passed by value; - error code as a return value instead of the INFO parameter. [1] Intel Corporation. "C Interface to LAPACK" README. 2010.
math/R-3.3.1 (Score: 0.0012844364)
Language for statistical computing and graphics
From <http://cran.R-project.org/doc/FAQ/R-FAQ.html#What-is-R_003f>: R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files. The core of R is an interpreted computer language which allows branching and looping as well as modular programming using functions. Most of the user-visible functions in R are written in R. It is possible for the user to interface to procedures written in the C, C++, or FORTRAN languages for efficiency. The R distribution contains functionality for a large number of statistical procedures. Among these are: linear and generalized linear models, nonlinear regression models, time series analysis, classical parametric and nonparametric tests, clustering and smoothing. There is also a large set of functions which provide a flexible graphical environment for creating various kinds of data presentations. Additional modules ("add-on packages") are available for a variety of specific purposes.
sysutils/ldapvi-1.7 (Score: 0.0012841473)
Tool to update LDAP entries with a text editor
ldapvi is tool to update LDAP entries with a text editor. It is: - Written in C; - Reasonably fast and small. The ldapvi client needs about as much time for receiving entries as the OpenLDAP server needs to send them, which should be fast enough; - Shows a summary of changes before committing them. Details of the changes can be previewed in LDIF format; - Uses an LDIF-like format in the editor (which should be easier to use interactively than standard LDIF); - Can rename entries; - Does not give up easily. On error, you can edit the file again, or rebind to the server and try again.
devel/libcutl-1.10.0 (Score: 0.0012841263)
C++ utility library with generic and independent components
libcutl is a C++ utility library. It contains a collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks, etc.