Simple Project List Software Map

136 projects in result set
最后更新: 2009-08-25 15:22

JRainbow Tool

JRainbow is a program that generates Rainbow tables for the MD5 and SHA-1 hash algorithms. These tables then can be used for a Rainbow attack to retrieve hashed passwords. Up to 8 digit password rainbow tables are supported. The tables use a textual format. Six variations of alphanumeric and special character sets are supported. You can choose how many times to hash the input before storing it in the table.

最后更新: 2010-08-25 08:54

hilbert-curve

hilbert-curve is a fast Hilbert curve implementation in PHP. It uses a table-based approach. It includes the Moore curve and the Z-curve.

最后更新: 2012-01-15 19:09

BS

BS is a data structures library. It features fixed size, random access sequences. The sequences are constructed over B-trees. Complexity for most single item operations is about O(logN). The sequences are three to five times faster over random access BST-based sequences, while having better memory usage characteristics.

(Machine Translation)
最后更新: 2011-11-11 16:26

ExternalSort

ExternalSort is a class that can sort large files similar to the Unix sort command. It can read the file to be sorted in small buckets associated with temporary files to not exceed the configured PHP memory limits. The buckets are sorted individually and then merged to produce the final sorted output. The class provides command line interface options so it can be executed as a command from a shell.

(Machine Translation)
最后更新: 2010-09-26 16:17

bin-packing

bin-packing is an implementation of the 1-dimensional bin packing algorithms in PHP: next fit, first fit, best fit, and worst fit.

(Machine Translation)
最后更新: 2011-06-20 07:06

Zebra_Mptt

Zebra_MPTT is a PHP class that provides an implementation of the modified preorder tree traversal algorithm. It provides methods for adding nodes anywhere in the tree, deleting nodes, moving and copying nodes around the tree, and for retrieving information about the nodes. It uses table locks to ensure that database integrity is always preserved and that concurrent MySQL sessions don’t compromise data integrity. A caching mechanism ensures that regardless of the type or the number of retrieval operations, the database is read only once per script execution.

最后更新: 2021-01-17 18:27

AJD4JP 日本用カレンダー処理 Javaクラスライブラリ

Java用の、日本向け万年暦カレンダー処理を行うための開発ライブラリです。
令和などの年号や、年度や締め日判定、過去(明治時代)から現在にかけての祝日(山の日、振替休日や春分の日、ハッピーマンデー含む)の取得が可能です。
また、旧暦や六曜(または六輝)、干支(年・月・日・時)、九星(年・月・日・時)、惑星位置と星座の取得も可能です。
漢数字での表現など、日時の書式化機能や文字列の全角半角変換・判定機能も持ちます。

サンプルソースやAPI仕様は https://ajd4jp.osdn.jp/ を参照して下さい。

发展现状: 5 - Production/Stable
目标用户: 开发人员
自然语言: Japanese
作业系统: OS Independent
编程语言: Java
用户界面: Toolkits/Libraries
Register Date: 2011-10-22 19:02

libbfin32

The collection of the 32bits signal processing algorithm for Blackfin DSP.

最后更新: 2009-10-27 12:00

SHA1cc - SHA1 ハッシュ ライブラ

C 言語による SHA1 セキュアハッシュ生成アルゴリズムのパブリックドメイン実装です。

最后更新: 2012-03-15 01:24

mpaligner

Mpaligner is the many-to-many string alignment tool based on the generative model which is modified to find a minimum mapping between two strings, such as notation and pronunciation. Mpaligner has some functions. The partial annotation function enables you to give correct alignment to part data by manpower (to provide Semi-supervised training). The detection function of special data detects data that is difficult to do alignment (for example tri'plei). The data which alignment is done is employed as training data. For example, when two strings which alignment is done are notation and pronunciation, it is employed as training data to construct a model for grapheme-to-phoneme conversion (g2p conversion). The license of mpaligner is GNU GPL.

If you hope to learn a model with aligned data produced by mpaligner to estimate pronunciation and to estimate a pronunciation with the learned model, please use slearp ( http://sourceforge.jp/projects/slearp/ ) which implements the learning methods for the model and a predict function to estimate a pronunciation.

Developer implementing mpaligner is below.

NAIST(Nara Institute of Science and Technology)
Graduate School of Information Science
Augmented Human Communication Laboratory
The Doctoral Program
Keigo Kubo

のれんコード

のれんコードは、C言語やシェルスクリプトを中心としたサンプルコードの集合です。 プロジェクトにするまでもない小さなコード片だけど、そのまま捨ててしまうのは勿体無いような下記のものを収集しています。

  • 文法の確認用のコード
  • 実験用のコード
  • 簡単なアルゴリズムの実装
  • 速度比較のためのコード
  • 書き始めのためのテンプレート
  • コンパイラの環境依存の動作チェック用のコード

など

发展现状: 1 - Planning
目标用户: 开发人员
自然语言: Japanese
编程语言: C, Unix Shell
专题: Algorithms, Testing
用户界面: Textual
Register Date: 2010-03-23 01:49
最后更新: 2010-08-30 00:43

doar

数万〜千万程度のキー数を想定したDoubleArrayのライブラリ。 要素の動的追加、trieデータの保存・読込・再更新(追加)に対応。

※ 現在は https://github.com/sile/doar に移行済みです。

发展现状: 2 - Pre-Alpha
目标用户: 开发人员
作业系统: Linux
编程语言: C++
专题: Algorithms
用户界面: Toolkits/Libraries
Register Date: 2009-09-26 18:52
最后更新: 2010-11-09 04:38

Adobe Source Libraries

このアドビソースライブラリ(ASL)は C++ライブラリの集まりであり、この基盤技術を使って宣言的な記述で一般的なアルゴリズムを組み立て商用アプリケーションを構築できます。

最后更新: 2022-02-15 21:56

GNSS-SDR

C++ で書かれ、GNU ラジオフレームワークに基づく、オープンソースのソフトウェア定義されたグローバルナビゲーション衛星システム (GNSS) 受信機。

最后更新: 2017-06-10 13:12

OpenANN

また OpenRT、基本的なレイト レーサーが含まれています。

(Machine Translation)