Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,6911,700项(搜索用时0.003秒)
devel/ex-1.0.6 (Score: 0.032514982)
OSSP ex is a small exception handling library for use in C
OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust.
devel/AI-Pathfinding-AStar-0.10 (Score: 0.032514982)
Perl implementation of the A* pathfinding algorithm
This module implements the A* pathfinding algorithm. It acts as a base class from which a custom map object can be derived. It requires from the map object a subroutine named "getSurrounding" and provides to the object a routine called "findPath" which calculates the shortest (ie. least-expensive) path between two nodes.
devel/var-1.1.3 (Score: 0.032514982)
Flexible, full-featured, and fast variable expansion library
OSSP var is a flexible, full-featured and fast variable construct expansion library. It supports a configurable variable construct syntax very similar to the style found in many scripting languages (like @name, ${name}, , etc.) and provides both simple scalar (${name}) and array (${name[index]}) expansion, plus optionally one or more post-operations on the expanded value (${name:op:op...}).
devel/AI-Prolog-0.741 (Score: 0.032514982)
Perl extension for logic programming
AI::Prolog is merely a convenient wrapper for a pure Perl Prolog compiler. Regrettably, at the current time, this requires you to know Prolog. That will change in the future.
devel/ARGV-Struct-0.03 (Score: 0.032514982)
Perl extension to parse complex data structures passed in ARGV
Parse complex data structures passed in ARGV.
devel/Acme-Damn-0.06 (Score: 0.032514982)
Unblessing perl objects
Acme::Damn provides a way to unbless objects.
devel/Acme-MetaSyntactic-1.012 (Score: 0.032514982)
Themed metasyntactic variables names
Acme::MetaSyntactic produces a sequence of meta-syntactic names (not unlike 'foo' and 'bar') using a number of schemes.
devel/Agent-3.20 (Score: 0.032514982)
Perl module that provides a foundation for software agent developers
Agent Perl provides both a foundation for software agent developers, and a standardized API for the agent's users. Agent's two most prominent features are its support for agent transportation and abstract messaging over different mediums.
devel/Algorithm-Accounting-0.08 (Score: 0.032514982)
Generate accounting statistic for general logs
Algorithm::Accounting provide simple aggregation method to make log accounting easier. It accepts data in rows, each rows can have many fields, and each field is a scalar or a list(arrayref). The basic usage is you walk through all your logs, and use append_data() to insert each rows, (you'll have to split the line into fields), and then call result() to retrieve the result, or report() to immediately see simple result. You may specify a filed_groups parameter (arrayref of arrayref), and Algorithm::Accounting will account these fields in groups.
devel/Algorithm-Annotate-0.10 (Score: 0.032514982)
Represent a series of changes in annotate form
Algorithm::Annotate generates a list that is useful for generating output similar to "cvs annotate".