Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,3611,370项(搜索用时0.009秒)
mail/MIME-Fast-1.6 (Score: 0.0017362171)
Create, edit, and parse MIME messages (via gmime2 C library)
MIME::Fast is a perl module for creating, editing and parsing MIME messages. This module is based on the very good C library called gmime (currently in development). MIME::Fast outght to be faster and should use less memory and CPU resources than standard MIME (perl module), because MIME::Fast is the wrapper for C functions (calling C function is much, much less expensive than calling perl function).
net/wmnetmon-0.2p5 (Score: 0.0017303517)
Host availability monitor intended for the WindowMaker dock
This application uses an ICMP ping/reply scheme to periodically poll a number of interfaces. The results are displayed as a matrix of leds, that are green if the interface is alive, yellow if it did not respond once, and flashing red if it keeps not responding. You can easily check which system corresponds to each led by pointing the mouse over the leds. It is intended to be run from the WindowMaker dock, and it can monitor up to 63 interfaces.
lang/tolua-5.2.4 (Score: 0.0017298638)
Tool to integrate C/C++ code with Lua
toLua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, toLua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and tag method facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules.
audio/sidplayer-4.4 (Score: 0.0017289869)
C64 SID tune player
SIDPlayer is a replayer program for C64 music (SID tunes). You can think of it as being a stripped-down C64 emulator that only emulates the processor and the sound chip of the C64. It also supports the SID option of the Catweasel MK3 PCI card.
devel/ucpp-1.3.2 (Score: 0.0017289869)
C preprocessor and lexer
ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly)
math/jama-1.2.5 (Score: 0.0017281084)
Java-like Matrix C++ Templates
JAMA/C++ Linear Algebra Package (v. 1.2.1) JAMA/C++: a translation of the Java Matrix Library, developed by the Mathworks and NIST, into C++ * classical matrix linear algebra * QR * SVD * Cholesky * Eigenvalue solver Based on NIST's Template Numerical Toolkit.
devel/streamhtmlparser-0.1 (Score: 0.0017276771)
C/C++/Python streaming HTML parser library from Google
Implementation of an html and javascript context scanner with no lookahead. Its purpose is to scan an html document and provide context information at any point within the input stream. An example of a user of this scanner would be an auto escaping templating system, which would require html context information at very specific points within the html stream. The implementation is based on a simplified state machine of HTML4.1 and javascript. The code also contains C++ and python bindings.
math/superlu_mt-2.0.20080115 (Score: 0.0017274664)
Routines for performing multithreaded sparse factorization
SuperLU_MT (version 2.0) ======================== SuperLU_MT contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization. SuperLU_MT is a parallel extension to the serial SuperLU library. SuperLU_MT is implemented in ANSI C, with multithreading extension, for example, using POSIX threads. Currently, only the LU factorization routine, which is the most time-consuming part of the solution process, is parallelized on machines with a shared address space. The other routines, such as column preordering and the forward and back substitutions are performed sequentially. This "alpha" release contains only double-precision real data type. Xiaoye S. Li, Lawrence Berkeley National Lab, xiaoye@nersc.gov James Demmel, Univ. of California Berkeley, demmel@cs.berkeley.edu John R. Gilbert, Xerox Palo Alto Research Center, gilbert@parc.xerox.com NOTE: This library has to be linked with BLAS or a thread safe replacement.
emulators/vice-2.4 (Score: 0.0017252895)
Emulator for Commodore C64, C128, VIC20, PET, and CBM-II
Versatile Commodore 8-bit Emulator VICE, the multi-platform C64, C128, VIC20, PET and CBM-II emulator. The following programs are included: - x64, a C64 emulator; - x128, a C128 emulator; - xvic, a VIC20 emulator; - xpet, a PET emulator; - xcbm2, a CBM=II emulator; - c1541, a stand-alone disk image maintenance utility; - petcat, a CBM BASIC de-tokenizer; LICENSE: GPL2 or later The ROM files are Copyright by Commodore Business Machines.
devel/cutils-1.6 (Score: 0.0017202536)
Miscellaneous C programmer's utilities
cutils is a collection of miscellaneous utilities useful for C programmers. It is composed by the following utilities: cinfo, cinfoc and cinfodc - C language documentation tools cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files with colors cunloop - unloop C loops yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program