Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.175 Times

Voice Decesion Tree software
Filter: All | Freeware | Demo
 

Voice Decesion Tree

< 1 2 3 4 5 > 
Added: August 26, 2010 | Visits: 1.910

Tree::Binary Tree::Binary is a Object Oriented Binary Tree for Perl. SYNOPSIS use Tree::Binary; # a tree representaion of the expression: # ((2 + 2) * (4 + 5)) my $btree = Tree::Binary->new("*") ->setLeft( Tree::Binary->new("+") ->setLeft(Tree::Binary->new("2")) ->setRight(Tree::Binary->new("2"))... Platforms: *nix

License: Freeware Size: 27.65 KB Download (326): Tree::Binary Download

Added: August 27, 2010 | Visits: 818

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: July 07, 2010 | Visits: 1.974

PHP Voice PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language... Platforms: *nix

License: Freeware Size: 440.32 KB Download (206): PHP Voice Download

Added: May 14, 2010 | Visits: 1.464

Perlbox-voice-fr Perlbox-voice-fr is a modified of the original perblox-voice you may find at http://www.perlbox.org/ for English only. Perlbox-voice-fr needs Espeak compiled from sources and Sphinx 2. If you want it to recognize foreign language, the only thing you have to do is to substitue the actual... Platforms: *nix

License: Freeware Size: 7 MB Download (173): Perlbox-voice-fr Download

Added: July 03, 2010 | Visits: 1.515

Ports Tree Explorer Ports Tree Explorer (PTE) is a small tool that allows you to navigate through your /usr/ports tree, showing you information about a selected port, tree view, software categories (/usr/ports main dirs) and finally allows you to install a selected port using childs for the installation. PTE... Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): Ports Tree Explorer Download

Added: September 23, 2010 | Visits: 1.176

HTML::Tree::Scanning HTML::Tree::Scanning contains an article: "Scanning HTML". SYNOPSIS # This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #19 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This document... Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTML::Tree::Scanning Download

Added: May 06, 2010 | Visits: 941

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This... Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.416

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with... Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: February 01, 2010 | Visits: 880

Tree::PseudoIncLib Tree::PseudoIncLib is a Perl class for encapsulating a description of pseudo-INC array. ABSTRACT This module encapsulates a perl-type library description data and provides methods for manipulating that data. It is in no way associated with any real @INC array on the system. Instead, it works... Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Tree::PseudoIncLib Download

Added: June 22, 2010 | Visits: 1.480

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.085

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: October 13, 2010 | Visits: 1.181

Tree::Binary::Search Tree::Binary::Search is a binary search tree for Perl. SYNOPSIS use Tree::Binary::Search; my $btree = Tree::Binary::Search->new(); $btree->useNumericComparison(); $btree->insert(5 => "Five"); $btree->insert(2 => "Two"); $btree->insert(1 => "One"); $btree->insert(3 => "Three");... Platforms: *nix

License: Freeware Size: 27.65 KB Download (253): Tree::Binary::Search Download

Added: June 12, 2010 | Visits: 1.243

XML Tree Object Model Parser XML Tree Object Model Parser is an easy to use XML parser designed to provide an easy and simple to use library for parsing XML configuration files. It is split into two components. The first one is the Parser itself, which uses J2SE 1.4 XML Parsing API, and the second one is what I call XML... Platforms: *nix

License: Freeware Size: 61.44 KB Download (110): XML Tree Object Model Parser Download

Added: January 10, 2010 | Visits: 978

Tree::Numbered Tree::Numbered is a thin N-ary tree structure with a unique number for each item. SYNOPSYS use Tree::Numbered; my $tree = Tree::Numbered->new(John Doe); $tree->append(John Doe Jr.); $tree->append(Marry-Jane Doe); while (my $branch = $tree->nextNode) { $branch->delete if... Platforms: *nix

License: Freeware Size: 26.62 KB Download (105): Tree::Numbered Download

Added: May 03, 2010 | Visits: 1.061

Gaim Video and Voice Support Gaim Video and Voice Support is a friendly fork of the gaim project to concentrate on video and voice support, which will eventually be backported.. Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): Gaim Video and Voice Support Download

Released: November 18, 2010  |  Added: November 28, 2010 | Visits: 941

Simkl IM Chat Voice Recorder Save your Calls and Chats online.The IM CVR software can record all voice communication including Skype-to-Skype, SkypeOut, SkypeIn, group calls, and video calls. It can also record all text communication including group chats. Backup all of your history to the secure remote servers. You can have... Platforms: Windows

License: Shareware Cost: $2.00 USD Size: 4.27 MB Download (102): Simkl IM Chat Voice Recorder Download

Released: June 24, 2021  |  Added: August 04, 2021 | Visits: 3.945

Fax Voip T38 Fax & Voice Fax Voip T38 Fax & Voice - Fax and Answering Machine for your SIP/H.323/ISDN CAPI 2.0 line. Multiple SIP Registrations. Call Routing. Voice Fax Modem for your Fax & Voice software. Color faxes over VOIP and ISDN. Fax Routing Methods. Fax-On-Demand. For your fax or voice application, it's a Voice... Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $150.00 USD Size: 108.31 MB Download (429): Fax Voip T38 Fax & Voice Download

Released: September 19, 2011  |  Added: October 10, 2011 | Visits: 1.517

RedSun List Tree View Web Part RedSun List Tree View is an AJAX-based web part which enables you to manage your list or document library with hierarchical view in SharePoint 2010. Like navigating file system directories in Windows Explorer, you can create, rename, delete, move, drag and drop folders and list items (or files)... Platforms: Windows

License: Shareware Cost: $899.00 USD Size: 1.14 MB Download (108): RedSun List Tree View Web Part Download

Released: November 10, 2011  |  Added: January 31, 2012 | Visits: 2.640

AVC Voice Changer Software Diamond Voice Changer Software Diamond 7.0 is the latest edition in the VOICE CHANGER SOFTWARE series which is dedicated to voice changing and voice manipulating for online and local computer-based programs. Voice Changer Software Diamond can do a wide range of voice changing related tasks for many... Platforms: Windows, Other

License: Shareware Cost: $99.95 USD Size: 11.24 MB Download (460): AVC Voice Changer Software Diamond Download

Released: October 18, 2012  |  Added: November 03, 2012 | Visits: 851

AlienTune3D Voice Research Laboratory AlienTune3D Voice Research Laboratory is a 3D spectral parametric voice signal and sound editor. Designed for professionals working with voice, AlienTune3D offers advanced voice editing capabilities, for example, signal spectral editing. Its flexible workflow, coupled with exceptional ease of use... Platforms: Windows, Other

License: Shareware Cost: $34.45 USD Size: 18.36 MB Download (108): AlienTune3D Voice Research Laboratory Download

< 1 2 3 4 5 >