Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,8811,890项(搜索用时0.015秒)
math/newmat-1.1 (Score: 0.001108317)
C++ matrix library
The package is intended for scientists and engineers who need to manipulate a variety of types of matrices using standard matrix operations. Emphasis is on the kind of operations needed in statistical calculations such as least squares, linear equation solve and eigenvalues.
net/pvm-3.4.6 (Score: 0.0011074607)
Parallel Virtual Machine libraries and environment
PVM (Parallel Virtual Machine) is a portable message-passing programming system, designed to link separate host machines to form a virtual machine which is a single, manageable computing resource. The virtual machine can be composed of hosts of different architectures, located in physically remote locations. PVM applications can be composed of any number of separate processes, or components, written in a mixture of C, C++, and Fortran. The system is portable to a wide variety of architectures, including workstations, multiprocessors, supercomputers, and PCs.
devel/tradcpp-0.5.1 (Score: 0.0011057006)
Traditional (K&R-style) C preprocessor
tradcpp is a traditional (K&R-style) preprocessor. It has the particular property that it doesn't (for the most part) trash whitespace, so it can be used on makefiles.
www/Frozen-Flask-0.11 (Score: 0.0011056879)
Freezes a Flask application into a set of static files
Frozen-Flask freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server. This project used to be called Flask-Static.
devel/libcxxrt-20160529 (Score: 0.0011033651)
Implementation of the Code Sourcery C++ ABI
This library implements the Code Sourcery C++ ABI, as documented here: It is intended to sit below an STL implementation, and provide features required by the compiler for implementation of the C++ language.
math/GIS-Distance-Fast-0.07 (Score: 0.0011033651)
C implementation of GIS::Distance formulas
This distribution re-implements some, but not all, of the formulas that come with GIS::Distance in the C programming language. C code is generally much faster than the perl equivilent.
devel/wdm-0.1.0 (Score: 0.001102114)
Library for monitoring directories for changes
Windows Directory Monitor (WDM) is a library which can be used to monitor directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance.
games/fife-0.3.5 (Score: 0.001102114)
Flexible Isometric Free Engine
FIFE is a cross platform 2D game creation framework written in C++ with Python bindings. It's designed to be flexible enough to support a wide variety of 2D game types but specializes in 2D isometric type views.
lang/slisp-1.2 (Score: 0.001102114)
Simple Lisp interpreter
SLisp is a simple Lisp interpreter that implements most of the common Lisp constructs in a few hundred lines of C code. It may be useful for learning the basis of the Lisp language.
math/gexpr-2.0.2 (Score: 0.001102114)
Shell calculator
Gexpr is a shell calculator with floating point, standard C functions, relational operators, and output in base 2/8/10/16. It is a light alternative to bc(1). It can also be used to add floating point math to shell scripts.