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.480.047 Times

Visual Quantum Solutions freeware
Filter: All | Freeware | Demo
 

Visual Quantum Solutions

1 2 3 4 5 > 
Released: July 01, 2007  |  Added: July 29, 2010 | Visits: 1.912

.NET Active Directory Wrapper Lite .Net Active Directory Lite is a free package of two Visual Studio solutions (.sln) that includes all the source code to calling multiple Active Directory function and a complete sample application that demonstrates the functionality of the wrapper. Both solutions are written in C# and are... Platforms: Windows

License: Freeware Size: 186 KB Download (145): .NET Active Directory Wrapper Lite Download

Released: February 20, 2017  |  Added: December 05, 2017 | Visits: 1.786

InstallAware Free Installer InstallAware's new Free Installer runs inside Visual Studio and creates setups automatically, by scanning your loaded solutions for dependencies and output files, and including them in your setup. This special edition of InstallAware is freeware! You will be able to set basic project properties... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 54.48 MB Download (70): InstallAware Free Installer Download

Added: July 22, 2013 | Visits: 310

JNAerator JNAerator (pronounce ???*?generator???*a*?) simply parses C / C++ & Objective-C headers and generates the corresponding BridJ, JNA and Rococoa Java interfaces. Features(see Roadmap for planned features) * Parses C, C++, Objective-C headers : o C preprocessor syntax (using Anarres JCPP) o... Platforms: Mac

License: Freeware Size: 5.62 MB Download (44): JNAerator Download

Added: March 21, 2010 | Visits: 812

Sol Manager Sol Manager is a tool to manage your source files and configuration settings. SolMgr organizes project information in compiler- and platform-independent descriptions and allows conversion to native build scripts, such as makefiles or MS Visual Studio solutions. GUI is provided to visually... Platforms: *nix

License: Freeware Size: 419.84 KB Download (96): Sol Manager Download

Added: July 15, 2013 | Visits: 289

Fawlty Language Fawlty Language is an IDL 7.0 (Interactive Data Language) compatible compiler (IDL is a registered trademark of ITT Visual Information Solutions). FL binaries can be freely used. Current stable version is FL 0.79a, released on Sep 3, 2009. (Changelog) Features: all language elements are... Platforms: *nix

License: Freeware Size: 15.37 MB Download (43): Fawlty Language Download

Released: December 12, 2001  |  Added: August 05, 2006 | Visits: 5.186

Visual Paradigm for UML Visual Paradigm for the Unified Modeling Language (VP-UML) is a UML CASE suite with teamwork capability. The suite of tools are designed for a wide range of users, including Software Engineers, System Analysts, Business Analysts, System Architects alike, who are interested in building large... Platforms: Windows, Mac, *nix

License: Freeware Size: 10 KB Download (391): Visual Paradigm for UML Download

Released: January 04, 2003  |  Added: March 21, 2006 | Visits: 3.485

Visual Paradigm for UML Community Edition Visual Paradigm for UML is an ALL-IN-ONE visual development platform. It supports the latest UML diagram for visual modeling and code generation. VP-UML also embedded with a full-featured IDE for coding and round-trip code engineering. In addition, an obfuscator and installer are integrated... Platforms: Windows, *nix

License: Freeware Size: 104.54 MB Download (300): Visual Paradigm for UML Community Edition Download

Released: January 04, 2003  |  Added: January 04, 2006 | Visits: 3.027

Visual Paradigm for UML Community Edition (No Install Support) Visual Paradigm for UML is an ALL-IN-ONE visual development platform. It supports the latest UML diagram for visual modeling and code generation. VP-UML also embedded with a full-featured IDE for coding and round-trip code engineering. In addition, an obfuscator and installer are integrated... Platforms: Windows, *nix

License: Freeware Size: 109.52 MB Download (189): Visual Paradigm for UML Community Edition (No Install Support) Download

Added: September 16, 2006 | Visits: 5.052

SDE for Visual Studio .Net (CE) SDE for Visual Studio .Net is a UML CASE tool totally integrated with Microsoft Visual Studio. It supports full software development lifecycle - analysis, design, implementation, testing and maintenance. It combines the power of UML modeling facilities and Microsoft Visual Studio .Net. It helps...

License: Freeware Size: 6.84 MB Download (468): SDE for Visual Studio .Net (CE) Download

Added: August 26, 2006 | Visits: 18.213

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Released: December 04, 2006  |  Added: June 23, 2010 | Visits: 2.264

Visual Terrain Maker Visual Terrain Maker is a simple 3D-Modeling program allows visually create landscapes (maps) for games and other purposes. Works in XP/NT/2k. The program can export to Direct X file format(*.x). The program is not critical to the video adapters and drivers. Suitable for DarkBasic (Professional)... Platforms: Windows

License: Freeware Size: 321.22 KB Download (335): Visual Terrain Maker Download

Added: August 22, 2008 | Visits: 2.943

Visual Basic Hints-and-Tips Useful hints-and-tips for programmers of Visual Basic. Topics covered are - General programming tips:- Applying a minimum size to resizable forms. Working with the intrinsic VB controls; Select the content of textbox and combobox controls on GotFocus. Windows API;- Creating a scrollable text... Platforms: Windows

License: Freeware Download (580): Visual Basic Hints-and-Tips Download

Added: March 07, 2010 | Visits: 1.114

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: July 06, 2010 | Visits: 859

Quantum::Superpositions Quantum::Superpositions package contains QM-like superpositions in Perl. SYNOPSIS use Quantum::Superpositions; if ($x == any($a, $b, $c)) { ... } while ($nextval < all(@thresholds)) { ... } $max = any(@value) < all(@values); use Quantum::Superpositions BINARY => [ CORE::index ];... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Quantum::Superpositions Download

Added: October 17, 2010 | Visits: 3.432

Visual Perl/Tk Visual Perl/Tk is a GUI development solution for beginners and professionals. Agenda - Why Perl/Tk - Other languages/libraries - Comparison table - Alternative visual tools for Perl/Tk - What beginners need - Why experienced programmer need it - What VPTK offers - Features that are not... Platforms: *nix

License: Freeware Size: 90.11 KB Download (210): Visual Perl/Tk Download

Added: July 09, 2013 | Visits: 1.395

Quantum Minigolf Quantum Minigolf is a computer game visualizing quantum mechanics. It is the same as the game "minigolf" except that the ball moves according to the laws of quantum mechanics. Such a ball can be at several places at once and diffracts around obstacles. Platforms: *nix

License: Freeware Size: 1.66 MB Download (114): Quantum Minigolf Download

Added: September 23, 2010 | Visits: 1.222

Visual REGEXP Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice. Limitations:. Platforms: *nix

License: Freeware Size: 25.6 KB Download (119): Visual REGEXP Download

Added: September 22, 2010 | Visits: 1.029

Quantum::Usrn Quantum::Usrn - Square root of not.d SYNOPSIS use Quantum::Usrn; $noise = Usrn($value); $not_value = Usrn($noise); Provide the square root of not function (Usrn), used by weird Quantum Physicists. Applying Usrn to a value will produce noise; applying Usrn to that noise will produce the... Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Quantum::Usrn Download

Added: March 27, 2010 | Visits: 1.455

Gaudi - Database Visual Editor Gaudí - Database Visual Editor is a Java application that allows you to visually design the tables of a database using a JDBC 2.0 (or higher) driver. Build around JDBC and XML, this tool allows you to maintain visual repesentations of a databases layout, edit tables data, generate code to bind... Platforms: *nix

License: Freeware Size: 1.8 MB Download (126): Gaudi - Database Visual Editor Download

Added: October 13, 2010 | Visits: 1.387

Quantum Star: Generations Quantum Star: Generations project is an easy to install and manage space strategy browser-based game. Quantum Star: Generations is a browser-based space strategy and trading game played across a mapped galaxy against other players. Utilizing mining, trading, research, and production through... Platforms: *nix

License: Freeware Download (112): Quantum Star: Generations Download

1 2 3 4 5 >