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

Vector Arms software
Filter: All | Freeware | Demo
 

Vector Arms

< 1 2 3 4 5 > 
Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 641

Icons-Land Transport Vector Icons This vector icon set represents 164 transports including Aircrafts, Bikes, Cars, Containers, Emergency Vehicles, Ground Support Equipment, Heavy Equipment, Public Transport, Rail Transport, Trucks, Watercraft Equipment, Watercraft and more. Icons are provided in AI (Adobe Illustrator) format and...



Platforms: Windows, Mac, Pocket PC, Palm OS 6.0, Handheld/Mobile Other, Java

License: Demo Cost: $360.00 USD Size: 8.43 MB Download (51): Icons-Land Transport Vector Icons Download

Added: September 16, 2013 | Visits: 805

Programmable Vector Programmable Vector Graphics code shows how to use vector graphics in your applications and how to create interactive GIS and CAD-system.





Platforms: C and C plus plus

License: Freeware Size: 51.2 KB Download (51): Programmable Vector Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 601

Raster To Vector Converter Raster To Vector converter is the most powerful and absolutely free solution for digitizing vector data from image sources. It combines the power of outline vectorizing technology with many unique features such as: - Customizable noise suppression; - Autoincrease quality for small-sized...


Platforms: Windows

License: Freeware Size: 9.98 MB Download (51): Raster To Vector Converter Download

Released: June 04, 2012  |  Added: June 04, 2012 | Visits: 449

Vector Graphics Pure vector graphics; PSD included; useful for animations. Package Includes: FLA, PSD Opens with: Flash 8 Viewable with: and above


Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $1.00 USD Size: 488 KB Download (50): Vector Graphics Download

Added: June 15, 2013 | Visits: 360

Diffusion gradient vector field in 3D Generate the diffusion gradient vector field as in Xu and Prince 1998dgvf_calc is the three dimensional extension of the 2D version described in Equation 12Xu and Prince 1998,"Snakes, Shapes, and Gradient Vector Flow", IEEE Transactions on Image Processing Vol.7(3)Input:I: three dimensional image...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Diffusion gradient vector field in 3D Download

Added: June 09, 2013 | Visits: 441

Convert Keplerian Orbital Elements to a State Vector Convert orbital elements to a state vector, or a state vector back to orbital elements.Most readily available Keplerian orbital element conversion utilities do not address circular or parabolic orbits. This set of routines will address the complete spectrum of orbits from a circular equatorial...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Convert Keplerian Orbital Elements to a State Vector Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 693

Vector Travel Icons Download this Free Vector Travel Icons Pack for your Website or Application. 9 icons in formats PNG, Windows Vista Format ICO And CDR Illustrations Format. FreeVectorDownload.com offer High Quality Royalty Free Vector Icons, More Icons Pls browse homepage


Platforms: Windows

License: Freeware Size: 533 KB Download (49): Vector Travel Icons Download

Added: May 11, 2013 | Visits: 475

Vector Quantization - K-Means This function is for training a codebook for vector quantization. The data set is split to two clusters, first, and the mean of each cluster is found (centroids). The disttance of each vector from these centroids is found and each vector is associated with a cluster. The mean of vectors of each...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Vector Quantization - K-Means Download

Added: April 15, 2013 | Visits: 249

Vector functions (double) The MATLAB toolbox offers two particular functions working on vectors as the vector cross product and the dot product. These functions are implemented to work on a general matrix dimension. Unfortunately, this implies a long overhead and slows down the performance significantly.This archive...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (49): Vector functions (double) Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 558

Avax Vector .NET View, create, edit, print, and manage 2D vector drawings. AVAX Vector is a .NET control that includes over 500 properties, methods, and events to provide full control over vector drawings. AVAX also includes standard geometric shapes: line, point, polyline, circle, ellipse, etc. You can export...


Platforms: Windows

License: Shareware Cost: $490.00 USD Size: 8.63 MB Download (48): Avax Vector .NET Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 650

Vector Transport Icons Download this Free Vector Transport Icons Pack for your Website or Application. 12 icons in formats PNG, Windows Vista Format ICO And CDR Illustrations Format. FreeVectorDownload.com offer High Quality Royalty Free Vector Icons, More Icons Pls browse homepage


Platforms: Windows

License: Freeware Size: 637 KB Download (48): Vector Transport Icons Download

Added: June 26, 2013 | Visits: 499

Choosse randomly number of elements from a vector function [out]=random2(ini,fin,num)% Choosse randomly a number (num) of elements from a vector [ini:fin]% Randomly change the position of the vector. in pairs of twos%% Imput:% ini: Beginning of the vector% fin: End of the vector% nun: Number of elements to choose from the range of vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Choosse randomly number of elements from a vector Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 678

Icons-Land People Vector Icons This set of ready-made vector icons represents more then 400 different people of different genders, jobs, occupations, ages, historical periods, nations, religions, sports activities. Icons are provided in AI (Adobe Illustrator) format and each color variation and shadow are placed in separate...


Platforms: Windows, Other, Android, BlackBerry, iPhone, iPod, iTouch, Palm, Linux, Handheld/Mobile Other, Java

License: Demo Cost: $360.00 USD Size: 18.51 MB Download (47): Icons-Land People Vector Icons Download

Added: August 21, 2013 | Visits: 498

Search closest value in a vector Search value 'v' in sorted vector 'x' and find index and valuewith respect to vector x that is equal or closest to 'v'.If more than one value is equal then anyone can be returned(this is property of binary search).If more than one value is closest then first occurred is returned(this is property...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Search closest value in a vector Download

Added: March 29, 2013 | Visits: 442

Take a vector and convert it to a unit vector (normalize) This function will take a [1xn] or [mx1] vector and normalize it to a unit vector length.To use this function [vectorOut] = fcn_createUnitVector(vectorIn)Error checking is performed to test for NaN values in the output, and a square root of the sum of the squares == 1This function will take...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Take a vector and convert it to a unit vector (normalize) Download

Added: August 28, 2013 | Visits: 355

3D vector field simulator GUI VECTGUI is an esay-to-use 3D vector field simulator with a friendly GUI. It can visualize the vector field, calculate divergence and also plot the curl of the field, all in one single GUI. All you need to do is to enter the symbolic expression for x,y and z component of the vector field, specify...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 3D vector field simulator GUI Download

Added: April 06, 2013 | Visits: 391

Vector functions (extended) Some particular vector functions as the vector norm, the vector length, scaling and the cross respectively dot product for extended precision. All functions work on the first dimension of [3xM] extended matrices.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (46): Vector functions (extended) Download

Added: May 15, 2013 | Visits: 351

Plot 2D/3D Vector with Arrow Arrowline 3-D vector plot.vectarrow(p0,p1) plots a line vector with arrow pointing from point p0 to point p1. The function can plot both 2D and 3D vector with arrow depending on the dimension of the inputExample: For 3D vector p0 = [1 2 3]; p1 = [4 5 6]; vectarrow(p0,p1) For 2D vector p0 = [1 2];...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Plot 2D/3D Vector with Arrow Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 597

EMF to Vector Converter SDK (DLL Library) Server License VeryDOC EMF to Vector Converter (EMF2Vector) converts enhanced metafiles (EMF) and Windows metafiles (WMF) to PDF, WMF, EMF, PS (Postscript), EPS, SVG, SWF, XPS, HPGL, PCL etc. vector formats while preserving the vector and text information. EMF to Vector Converter is can also convert EMF and WMF...


Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 7.56 MB Download (46): EMF to Vector Converter SDK (DLL Library) Server License Download

three 3 level space vector based pwm techinque with optimal switching three phase three level space vector based pulse width modulation with optimal switchingauthor: ankush laddhaOrganisation : IIT - Bombaycomments are invited!!


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (46): three 3 level space vector based pwm techinque with optimal switching Download

< 1 2 3 4 5 >