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

Buffer Padding software
Filter: All | Freeware | Demo
 

Buffer Padding

< 1 2 3 4 5 
Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 352

pHtools Software for modeling pH and buffer capacity in static and dynamic systems. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.85 MB Download (44): pHtools Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 235

RPXmlParser A fast XML pull-parser with constant buffer size. Only a subset of XML 1.0 is supported. Platforms: Windows, Mac, Linux

License: Freeware Size: 27.27 KB Download (46): RPXmlParser Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 422

Template Package for Emacs When you create a new file with Emacs, package Template supplies an initial buffer content via a template: a file with normal text and expansion forms. There is a menu to easily create such templates. You can also use new commands to decorate comments. Platforms: Windows, Mac, Linux

License: Freeware Size: 33.46 KB Download (50): Template Package for Emacs Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 220

Buffer Delay AU This is a plug-in in AudioUnit format. It is a utility plug-in that delays audio by an exact number of sample frames, which can be useful when attempting to sync up audio accounting for delays through certain digital devices. What's new in this version: * First Universal Binary version *... Platforms: Mac

License: Freeware Size: 71.68 KB Download (47): Buffer Delay AU Download

Added: May 10, 2013 | Visits: 350

JSFBGL The concept behind this library is that it uses HTML tables as the screen buffer, where every table cell is considered a pixel.When the pixel needs to be animated, it just changes its background color. Limitations: - HTML tables are not meant to be used in the way this library uses them. This... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (63): JSFBGL Download

Added: May 10, 2013 | Visits: 318

Group iterator into n-tuples with None padding This script groups the elements returned by an iterator into n-tuples. The final tuple may be padded with Nones. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: July 25, 2013 | Visits: 424

Buffering and taking the mean of the buffer contents This could be very useful model when used in signal processing. I have implemented this to filter the disturbances in my ADC signals in my programming and it works good. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Buffering and taking the mean of the buffer contents Download

Added: July 06, 2013 | Visits: 545

Signal RMS Calculates windowed (over- and non-overlapping) RMS of a signal using the specified windowlength y = rms(signal, windowlength, overlap, zeropad) signal is a 1-D vector windowlength is an integer length of the RMS window in samples overlap is the number of samples to overlap adjacent windows... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Signal RMS Download

Added: August 09, 2013 | Visits: 452

Gaussian elimination with partial pivoting This code can be used to solve a set of linear equations using Gaussian elimination with partial pivoting. Note that the Augmented matrix rows are not directly switches. Instead a buffer vector is keeping track of the switches made. The final solution is determined using backward substitution. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (53): Gaussian elimination with partial pivoting Download

Added: April 23, 2013 | Visits: 485

Hamilton-Jacobi solver on unstructured triangular grids Implementation based on:"Finite-Element Discretization Of Static Hamilton-Jacobi Equations Based On A Local Variational Principle"by F. Bornemann and C. RaschComments:1. There is no restriction on the type of triangulation, i.e. it does not need to be acute. But the method will require more than... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (44): Hamilton-Jacobi solver on unstructured triangular grids Download

Added: May 07, 2013 | Visits: 401

Random Number Streams NOTE: Beginning in release R2008b, MATLAB includes support for random number streams. The code here is not as flexible, and uses some deprecated constructs, and is not recommended or needed for versions of MATLAB newer than R2008a.These files provide (pseudo)Random Number Generators (RNGs) that... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Random Number Streams Download

Added: March 23, 2013 | Visits: 183

external merge sort This program simulates the problem of sorting the pages of a file on adisk.Suppose we have 100,000 pages in a file in a database then if we have to sort records of this file,then we can do it with 3 buffer pagesonly and that too in only 17 passes.This program will create sorted intermediate... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): external merge sort Download

Added: April 07, 2013 | Visits: 350

Fast Matrix Column-wise/Row-wise Convolution The matlab conv function doesn't provide a way to perform column-wise/row-wise convolution of matrices. Using a loop can be time-consuming. This new function performs this kind of convolution using only matrix operations and fft/ifft. The key to this implementation is the proper zero padding of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Fast Matrix Column-wise/Row-wise Convolution Download

Added: August 05, 2013 | Visits: 546

Read digits and labels from MNIST database Read digits and labels from raw MNIST data files File format as specified on http://yann.lecun.com/exdb/mnist/ Note: The 4 pixel padding around the digits will be removePixel values will be normalised to the [0...1] range Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Read digits and labels from MNIST database Download

Added: April 15, 2013 | Visits: 329

Extended array indexing Given an array, it is possible to imagine a virtual array formed by padding the original array out in all directions. Valid subscripts for this virtual array range through all the negative and positive integers, without regard to the size of the original. This function implements this idea.The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Extended array indexing Download

Added: July 31, 2013 | Visits: 465

Waveform Generator GUI 2 http://simulations.narod.ru/See how it works here:Run waveform_generator.mThis is second more advanced and more accurate programmed of my Waveform Generator GUI.The Waveform generator can generate periodic signal of arbitrary shape. Markers used. This also display Fourier series a and b... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (48): Waveform Generator GUI 2 Download

Gaussian filtering of zero-padded and circularized 1-D data This filter could be extended into a 2D image smoothing filter. The kernel can be switched easily.This is a program to test how a gaussian filter works on a set of 1-D data ae.g. a=[1 10 1 10 1 10 1] --- use this as input or use your own 1D dataThis example uses a gaussian filter extracted from... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Gaussian filtering of zero-padded and circularized 1-D data Download

Added: July 20, 2013 | Visits: 358

2-D convolution using the FFT This function can be used instead of CONV2 (with the same arguments). It will produce the same results to within a small tolerance, and may be faster in some cases (and slower in others). Two additional shape options are included, offering periodic and reflective boundary conditions.The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): 2-D convolution using the FFT Download

Added: September 05, 2013 | Visits: 559

Amazon Omakase Plugin This highly configurable Plugin allows you to publish Amazon Omakase ads within your content and includes both BASIC and ADVANCED configuration options. You can specify default values within the Plugin Edit screen, and override any or all of those settings on a case by case basis when you enter... Platforms: PHP

License: Freeware Size: 20.48 KB Download (54): Amazon Omakase Plugin Download

Added: April 04, 2013 | Visits: 536

sendmsg for Scripts sendmsg is a http-based chat script written in php.It is geared towards developers who want a quick and extensible feature for their website. The data is written to a simple enough format (text file) that it is easily parsible by other programs. A flash template is included with the package.How... Platforms: PHP

License: Freeware Size: 10 KB Download (46): sendmsg for Scripts Download

< 1 2 3 4 5