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

Two Resistors In Parallel software
Filter: All | Freeware | Demo
 

Two Resistors In Parallel

1 2 3 4 5 > 
Added: July 16, 2013 | Visits: 391

Compute the total resistance of n resistors in parallel This m-file function can be used in any area where the total electrical resistance of parallel resistors is required.Example usage:>> z = Rparallel3(1,1,1)z = 0.3333>>By using 'varargin' Rparallel3 can take a variable number of input arguments (scalars only) allowed. I got the idea for this...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Compute the total resistance of n resistors in parallel Download

Compute the total resistance of n resistors in parallel - new minor version This m-file function can be used in any area where the total electrical resistance of parallel resistors is required. The only real difference between this version and the old one is that the function now allows a single vector input parameter (row/column) as well as the usual multiple scalar...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Compute the total resistance of n resistors in parallel - new minor version Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 469

AutoDock Software in Parallel with GPUs Using the CUDA API this project modifies the AutoDock software to run in parallel on NVIDIA GPUs. Users will be able to download and compile the code and use AutoDock on CUDA capable Graphics Cards. Autodock is located at http://autodock.scripps.edu/


Platforms: Mac, BSD, Linux

License: Freeware Size: 33.74 MB Download (45): AutoDock Software in Parallel with GPUs Download

Added: July 31, 2013 | Visits: 536

Level control of two tanks in series Two tanks in are disposed in series. The level of tank 2 must be controlled despite a sine wave disturbance in the flow F3. This is achieved by changing the flow rate F0 of liquid to tank 1. The tanks areas are A1 and A2. Flow equations depends on constants K1 and K2. A proportional control with...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (56): Level control of two tanks in series Download

Added: October 16, 2010 | Visits: 990

HTTP::Async HTTP::Async is a Perl module that can process multiple HTTP requests in parallel without blocking. SYNOPSIS Create an object and add some requests to it: use HTTP::Async; my $async = HTTP::Async->new; # create some requests and add them to the queue. $async->add( HTTP::Request->new( GET...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (137): HTTP::Async Download

Added: June 06, 2013 | Visits: 401

Shortest Distance Between Two Lines in N dimensions Function uses algorithm from Dan Sunday internet sitehttp://softsurfer.com/Archive/algorithm_01...ment_to_SegmentL1, L2 includes two points in matrix of 2*nwhere n are dimensions (3 in 3D).d - shortest distance between two linesPc,Qc - points where exists shortest distance...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Shortest Distance Between Two Lines in N dimensions Download

Added: January 07, 2010 | Visits: 1.534

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (92): File::Find::Parallel Download

Added: September 09, 2013 | Visits: 435

Parallel Distributed Processing of Weka Algorithms in Matlab The code given shows how Weka algorithms can be run in parallel across distributed computers using Matlab to take advantage of available hardware and quicken algorithm completion time on multiple data sets or parameter sets.Parallel processing of Weka algorithms is handled here in Matlab as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (40): Parallel Distributed Processing of Weka Algorithms in Matlab Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 584

MS SQL Server Compare Two Tables Software Find content differences between two tables in an MS SQL Server database. Access 2000 or higher required.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 471 KB Download (511): MS SQL Server Compare Two Tables Software Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 393

MySQL Compare Two Tables Software Find content differences between two tables in a MySQL database. Access 2000 or higher required.


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 2.49 MB Download (502): MySQL Compare Two Tables Software Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 493

MS Access Compare Two Tables & Find (Combine, Join) Differences Software This software offers a solution for users who want to find content differences between two tables in MS Access. This software will highlight textual changes from one table to the other. In addition, this software will highlight new records that were added and old records that were deleted. In...


Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 449 KB Download (476): MS Access Compare Two Tables & Find (Combine, Join) Differences Software Download

Released: December 01, 2012  |  Added: December 01, 2012 | Visits: 471

Massively Parallel PO Editor Simple text editor for editing multiple language files in parallel. Corresponding translations are automatically highlighted in order to aid reviewing against multiple sources. Supports gettext PO and key = value format. Highly recommended for polyglots.


Platforms: Windows, Mac, Linux

License: Freeware Size: 69.9 KB Download (48): Massively Parallel PO Editor Download

Added: July 20, 2013 | Visits: 443

Mobile user Localization in WSN There are two stages in our experiments, one is to find the predicted values of the signal strengths (RSSId-deOaos) by using Grey prediction algorithm and second is to find the location coordinate of the mobile user by using Dynamic Triangular Location method. We have used grey prediction to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Mobile user Localization in WSN Download

Added: June 16, 2013 | Visits: 494

Connect two pixels Connect two pixels in an image with the desired graylevelCommand line------------result = func_DrawLine(Img, X1, Y1, X2, Y2)input: Img : the original image. (X1, Y1), (X2, Y2) : points to connect. nG : the gray level of the line.output: resultNote---- Img can be anything (X1, Y1), (X2, Y2) should...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Connect two pixels Download

Added: October 27, 2013 | Visits: 500

GNU Parallel GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job is can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of...


Platforms: Mac

License: Freeware Size: 194.56 KB Download (33): GNU Parallel Download

Released: January 02, 2002  |  Added: June 22, 2006 | Visits: 6.111

Geeworks MPing Utility MPing is a system administration command-line utility. It works like PING but it allows administrators to rapidly ping multiple machines in parallel. In a WAN environment, MPING can ping 6000+ machines in less than 2 minutes.


Platforms: Windows

License: Shareware Cost: $129.00 USD Size: 533 KB Download (514): Geeworks MPing Utility Download

Released: December 07, 2002  |  Added: January 03, 2006 | Visits: 2.653

BMDFM BMDFM (Binary Modular DataFlow Machine) is software, which enables running an application in parallel on shared memory symmetric multiprocessors (SMP) using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to...


Platforms: Windows, *nix

License: Freeware Size: 47.68 MB Download (528): BMDFM Download

Released: December 29, 2006  |  Added: March 18, 2007 | Visits: 3.921

Tables Transformer for Excel Tables Transformer for Excel 2000-2007 will allow you to fast and easy transform current tables to construct pivot ones; to divide one table into several ones or to unite two tables in one. Data transformations for the construction of pivot tables: Microsoft Excel has a powerful and convenient...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 3.08 MB Download (176): Tables Transformer for Excel Download

Added: April 15, 2010 | Visits: 825

BitLife Its a simple idea: implement Conways Game of Life using boolean logic operations (and, or, not, xor); do so by blits, thus running a Life game in every bitplane in parallel. Currently 2 implementations are available: a proof-of-concept (with a life-covered 3d cube!) one in Python (with...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (92): BitLife Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 496

BMDFM -Binary Modular DataFlow Machine BMDFM (Binary Modular DataFlow Machine) is software, which enables running an application in parallel on shared memory symmetric multiprocessors (SMP) using the multiple processors to speed up the execution of single applications. BMDFM automatically identifies and exploits parallelism due to the...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 48.6 MB Download (50): BMDFM -Binary Modular DataFlow Machine Download

1 2 3 4 5 >