Main > Free Download Search >

Free inkscape vector script

inkscape vector

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
Simple Flash Vector Trailer 1.0

Simple Flash Vector Trailer 1.0


a very simple Flash Trailer with some animated icons and letters, small size and easy to modify! more>> a very simple Flash Trailer with some animated icons and letters, small size and easy to modify!<<less
Added: 2006-09-11 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Simple Flash Vector Trailer
Simple Flash Vector Trailera very simple Flash Trailer with some animated icons and letters . a very simple Flash Trailer with some animated icons and letters
License:Freeware
Download
1155 downloads
Added: 2006-09-11
Bitmap to vector conversion

Bitmap to vector conversion


This very simple lesson will show you how to convert bitmap picture into a vector, using a little flash options called Trace Bitmap. more>> This very simple lesson will show you how to convert bitmap picture into a vector, using a little flash options called Trace Bitmap.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
26 downloads
Programmable Vector Graphics

Programmable Vector Graphics


Programmable Vector Graphics provides you with a convenient and very useful program which shows how to use vector graphics in their applications. more>> <<less
Added: 2007-05-24 License: Freeware Price: Freeware
downloads
INSERTROWS

INSERTROWS


INSERTROWS - Insert rows into a matrix at specific locations more>> INSERTROWS provides you a powerful mathematical tool which is able to insert rows into a matrix at specific locations.

C = INSERTROWS(A,B,IND) inserts the rows of matrix B into the matrix A at the positions IND. Row k of matrix B will be inserted after position IND(k)in the matrix A. If A is a N-by-X matrix and B is a M-by-X matrix, C will be a (N M)-by-X matrix. IND can contain non-integers.

If B is a 1-by-N matrix, B will be inserted for each insertion position specified by IND. If IND is a single value, the whole matrix B will be inserted at that position. If B is a single value, B is expanded to a row vector. In all other cases, the number of elements in IND should be equal to the number of rows in B, and the number of columns, planes etc should be the same for both matrices A and B. If any of the inputs are empty, C will return A.

Examples:
% the size of A,B, and IND all match
C = insertrows(rand(5,2),zeros(2,2),[1.5 3])
% the row vector B is inserted twice
C = insertrows(ones(4,3),1:3,[1 Inf])
% matrix B is expanded to a row vector and inserted twice (as in 2)
C = insertrows(ones(5,3),999,[2 4])
% the whole matrix B is inserted once
C = insertrows(ones(5,3),zeros(2,3),2)
[C, RA, RB] = INSERTROWS(...) will return the row indices RA and RB for which C
corresponds to the rows of either A and B.
[c,ra,rb] = insertrows([1:4].,99,[0 3]) ;
c. % -> [99 1 2 3 99 4] ;
c(ra). % -> [1 2 3 4] ;
c(rb). % -> [99 99] ;
To insert columns, planes, etc., you can permute the inputs and ipermute the result.
A = ones(4,3) ; B = zeros(4,1) ;
C = insertrows(permute(A,[2 1]), permute(B,[2 1]),1) ;
C = ipermute(C,[2 1]) ;
See also PERMUTE, IPERMUTE, RESHAPE, CAT

Requirements:

  • MATLAB Release: R13
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
11 downloads
Vector2D AS2 Class 1

Vector2D AS2 Class 1


[[[Summary]]] Vector2D is an AS2 class that allows for 2 dimensional (x, y) vector math to be done in Flash. Extremely useful for any physics related Flash endeavor. [[[Variables]]] * X, Y - Components of the vector [[[Methods]]] * Clone() - Creates a more>> [[[Summary]]] Vector2D is an AS2 class that allows for 2 dimensional (x, y) vector math to be done in Flash. Extremely useful for any physics related Flash endeavor. [[[Variables]]] * X, Y - Components of the vector [[[Methods]]] * Clone() - Creates a new vector with the same values * Dot() - Finds the dot product between the vector and another vector * Length() - Gets the length of the vector * ProjectAlong() - Projects the vector along another vector * Normalize() - Normalizes the vector to a certain scale * GetUnitVector() - Gets the normalized form of the vector * Add(), Subtract(), Multiply(), Divide() - Operations on the vector and another vector * AddValue(), SubtractValue(), MultiplyValue(), DivideValue() - Operations on the vector and a value * Equal(), NotEqual(), Greater(), Less(), GreaterOrEqual(), LessOrEqual() - Boolean operations on the vector and another vector * ApproxEqual() - Boolean operation with tolerance on the vector and another<<less
Added: 2005-11-11 License: GPL Price: $0.00USD
11 downloads
 
Other version of Vector2D AS2 Class
Vector2D AS2 Class() - Projects the vector along another vector * Normalize() - Normalizes the vector to a certain ... vector and another vector * ApproxEqual() - Boolean operation with tolerance on the vector and
License:GPL
Download
820 downloads
Added: 2005-11-11
yEd Graph Editor 3.1.2.1

yEd Graph Editor 3.1.2.1


This is a very powerful graph editor that can be used to generate drawings and to apply automatic layouts to a range of different diagrams and networks. more>>
yEd Graph Editor 3.1.2.1 is designed as a tool to generate drawings and apply automatic layouts to diagrams and networks. It uses lightweight Swing components and can run on any platform with a Java Runtime Environment available.

Major Features:

  1. Several highly sophisticated layout algorithms have been implemented and they can be used either to automatically arrange the items or to support the user when undertaking a manual layout.
  2. Enables users to create groups of nodes, which can be visualized and nested to virtually any degree.
  3. Ability to automatically assign label positions. This will enable the user to easily build improved diagrams, with each label clearly readable.
  4. An intuitive user interface that complies with modern design guidelines for applications.
  5. Build, modify, and visualize graph structures in an effective and efficient manner. They can be loaded and saved using a variety of different file formats.
  6. For exporting graph structures, yEd offers file formats for image and vector graphics export
  7. All of the image export formats can be fully customized to meet your unique needs.
  8. The editor supports the complete set of graphical attributes necessary for effective graph visualization.

Enhancements: Improvements: Problems during the setup for reusing an already running yEd application instance are handled more gracefully. If the setup fails, yEd starts up as in the pre-3.1.2 days.

Requirements: Java Runtime Environment (JRE)

<<less
Added: 2009-01-16 License: Freeware - no automation Price: Freewarenoautomation
14 downloads
Asymptote

Asymptote


Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. more>> Asymptote offers you a wonderful utility which provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program.

Major Features:

  1. Provides a portable standard for typesetting mathematical figures, just as TeX/LaTeX has become the standard for typesetting equations.
  2. Inspired by MetaPost, with a much cleaner, powerful C -like programming syntax and floating-point numerics;
  3. Runs on all major platforms (UNIX, MacOS, Microsoft Windows);
  4. Mathematically oriented (e.g. rotation of vectors by complex multiplication);
  5. LaTeX typesetting of labels (for document consistency);
  6. Uses simplex method and deferred drawing to solve overall size constraint issues between fixed-sized objects (labels and arrowheads) and objects that should scale with figure size;
  7. Fully generalizes MetaPost path construction algorithms to three dimensions;
  8. Compiles commands into virtual machine code for speed without sacrificing portability;
  9. High-level graphics commands are implemented in the Asymptote language itself, allowing them to be easily tailored to specific applications.
<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
25 downloads
specwelch

specwelch


This can calculate the spectrum for x using Welchs method. more>>

specwelch is a small yet useful script for everyone. It can calculate the spectrum for x using Welchs method. The confidence intervals are calculated using the inverse of chi-square CDF. Also includes a filtering option using the butterworth filter to see the effect of the filter on the spectrum.

Usage:

  • q = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)
  • [psdf,f] = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)
  • [psdf,conf,f] = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)

Input Var:

  • x - Time series, [vector]
  • dt - Sampling Rate, [scalar]
  • win - Window, one of: hanning, hamming, boxcar
  • Nsg - Number of Segments (>=1)
  • pnv - Percentage Noverlap of Segments (0-100)
  • Nb - Band Averaging, number of bands to average
  • Wn - Cut-Off frequencies, used for filtering
  • ftype - Type of filter, high, low or stop
  • n - Number of coefficients to use in the Butterworth filter

Output Var:

  • q - structure with the following fields:
  • xp - detrended x
  • f = Frequencies
  • T - Periods
  • m - Magnitude
  • a - Amplitude
  • s - Power spectrum, Sxx(win), [Power]
  • psdw - Power Spectral Density, Pxx(win), [Power/rad/sample]
  • psdf - Power Spectral Density, Pxx(f), [Power/sample-freq]
  • psdT - Power Spectral Density, Pxx(T), [Power*time-unit]
  • conf - Upper and Lower Confidence Interval multiplication factors using chi-squared approach.

Requirements:

  • MATLAB 7 (R14)
<<less
Added: 2007-09-11 License: Freeware Price: Freeware
1 downloads
Trace Bitmap

Trace Bitmap


This tutorial will show you how to turn a bitmap graphic into vector, and by that way allow you to zoom into a vector graphic without any danger of loosing quality of the graphic. more>> This tutorial will show you how to turn a bitmap graphic into vector, and by that way allow you to zoom into a vector graphic without any danger of loosing quality of the graphic.<<less
Added: 2006-01-12 License: Freeware Price: Free
834 downloads
Simple Sample V3 3.0

Simple Sample V3 3.0


Simple Sample is an easy to setup, dynamic .mp3 driven inferface designed in Flash for Web and Local Playback of on-demand Audio Samples allowing users to add and modify tracks WITHOUT needing to use of the Flash Professional 2004? more>> Simple Sample is an easy to setup, dynamic .mp3 driven inferface designed in Flash for Web and Local Playback of on-demand Audio Samples allowing users to add and modify tracks WITHOUT needing to use of the Flash Professional 2004? Application.
Features

? 1-Click, On-Demand Audio Sampler with 0-latency ? Volume Control ? Load .mp3s Dynamically ? Load Area and Track Titles Dynamically ( external .txt file ) ? Quick-Kill / Cancel Button to stop all audio ? Use online of locally ( Web Ready ) ? Dynamically Resize interface ( Vector Interface = 0 Image Distortion ) ? Last Played shows last sample triggered View our site for a live demo!
<<less
Added: 2005-06-20 License: Free Non-Commercial Price: $0.00USD
14 downloads
TBCI numerical library 2.5.3

TBCI numerical library 2.5.3


TBCI numerical library is a templated library of numerical base classes which implement basic data structures like complex numbers, dynamic vectors, static vectors and more more>>
TBCI numerical library 2.5.3 is a script full of numerical base classes implementing basic data structures such as complex numbers, dynamic vectors, static vectors, different types of matrices like full matrices, band matrices, sparse matrices, etc. It also includes a representation for Tensors and its typical operations like contraction, direct product and multiplication with contraction.

Further-on, some standard matrix solvers like Gauss-Jordan, LU-decomposition and Singular Value Decomposition are included.

<<less
Added: 2007-06-22 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
12 downloads
PERMPOS

PERMPOS


PERMPOS - all possible permutations of M values in N positions more>>

PERMPOS is a convenient mathematical tool which contains all possible permutations of M values in N positions. B = PERMPOS(M,N) where M and N are non-negative integers produces a logical (N!/M!(N-M)!)-by-N matrix in which each row contains a unique permation of M trues and (N-M) falses. Note that each column will hence contain (N-1) trues.

B = PERMPOS(V,N) where V is a vector of length M produces a matrix where each row a contains the values of V in preserved order, but uniquely permuted at the N columns. The remaining positions are zero.

Examples:
permpos(2,4) % ->
% 1 1 0 0
% 1 0 1 0
% 1 0 0 1
% 0 1 1 0
% 0 1 0 1
% 0 0 1 1
permpos([-4 9 3],4) % >
% -4 9 3 0
% -4 9 0 3
% -4 0 9 3
% 0 -4 9 3
See also NCHOOSEK, PERMS, RANDPERM, TRUE, FALSE and COMBN, ALLCOMB, BALLATSQ, NONES (Matlab File Exchange)

Requirements:

  • MATLAB Release: R13
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
12 downloads
EKKOREAD

EKKOREAD


EKKOREAD allows you to import WinEkko ascii GPR data files with header info. more>>

EKKOREAD with its excellent features will surely help you if you use MatLab. It can actually import WinEkko ascii GPR data files with header info which is a WinEKKO Ground Penetrating Radar File (.as2).

Usage - example:

  • [x,t,A] = EKKOREAD('FILE') reads an ascii Sensors & Software WinEkko export file (.as2 extension). Output values are:
    • x: vector of trace positions in x direction.
    • t: vector of travel times
    • A: amplitude data array
    • hdr: structure array of parameters from header file in field .name and .value (empty if no header file exists).
  • EKKOREAD('FILE','HEADERFILE') uses the specified header file. Default = 'FILE.hd'.

Enhancements: 30 Jul 2007

  • Fixed some typos in description and added keywords.

Requirements:

  • MATLAB 7.2 (R2006a)
<<less
Added: 2007-08-13 License: Freeware Price: Freeware
1 downloads
JFreeChart 1.0.10

JFreeChart 1.0.10


JFreeChart is a free 100% Java chart library. more>>
JFreeChart 1.0.10 is a type of script which functions as a free Java chart library. It helps developers to show professional quality charts in their applications. It has some features below.

Major Features:

  1. A consistent and well-documented API, supporting a wide range of chart types;
  2. A flexible design that is easy to extend, and targets both server-side and client-side applications;
  3. Support for many output types, including Swing components, image files (including PNG and JPEG), and vector graphics file formats (including PDF, EPS and SVG);
<<less
Added: 2008-06-11 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
929 downloads
Flash Photoblog World Map

Flash Photoblog World Map


Flash application that plots photos and location information onto a detailed world map using latitude and longitude values. The high resolution DCW vector map can be zoomed in to show city outlines. I more>> Flash application that plots photos and location information onto a detailed world map using latitude and longitude values. The high resolution DCW vector map can be zoomed in to show city outlines. Includes a simple php/mysql admin tool and a script for reading GPS data from the EXIF information stored in JPEG photos. Designed to be used with php/mysql or any scripting environment that can render an xml file. If you dont have a database the included example can be edited by hand.<<less
Added: 2004-09-14 License: Other Free / Open Source License Price: $10.00AdditionalInfoDonationofatleast$1requiredtodownload.
1889 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2