Software Listing: Datasets

VB.NET 2005 Tutorials: Finding and Sorting Data in DataSets In this tutorial you will learn about Finding and Sorting Data in DataSets - Filtering on Row State and Version, Sorting and Data View Manager..

  • Platform: Asp, Scripts

The goal of PyTables is to enable the end user to efficiently and easily manipulate large datasets (both homogenous, i.e. arrays, and heterogenous, i.e. tables) on a persistent, hierarchical way..

  • Platform: Linux, Mac OS X, WinOther

Chronoscope is a visualization platform under development at Timepedia for time series datasets. Chronoscope stems from a desire for responsiveness and interactivity when navigating or authoring datasets. Features:- Support for very large datasets (~20,000 points) - Multiresolution representation (custom or automatically "mip-mapped") - Flexible look-and-feel controlled by ordinary Cascading Style Sheets - Bookmarkable chart state works with browser back/forward buttons - Attach markers or overlays to data points or axis positions - Supports user-interface states of hover, focus traversal, highlighting ranges, and selections - Multiple plot axes, auto-ranging axes, zoomable axis labels - Automatic layout, no fixed sizes, ranges, tick divisions - Animated scroll and zoom -- fly through datasets - Mousewheel support, mouse drag/select,...

  • Platform: JavaScript, Scripts

If you want to show two 2D datasets as images above each other you might find this class useful. You can define the range of values which should be shown. The overlay works with independent colormaps for both images. It can partly be hidden for values within a certain range. The datatip provides coordinates, the value of the pixel in the background and in the overlay dataset. It's an object oriented approach, so the function call instantiates a Matlab class. The instance persists as long as you keep the reference and it is (interactively) modifiable via functions on the commandline / from m-files, so you can update one of the images, change the range, alpha-value .

  • Platform: Matlab, Scripts

function ind=datasetStrFind(dset,str,vars) like strfind.m but applies on datasets instead of cell arrays. The "dataset" type is a matlab type which allows to store data in a similar way than database tables. Database operations such as join can by applied (see the function join). However I did not find a function to do a simple field search on a dataset. This function allows to look for a substring (str) within observations of a variable (vars) of a dataset dset. vars can be the variable name or the column number to search in the dataset. % % % example: names = {'John'; 'Henri';'Enrico'}; ages = [26; 18; 35]; d1 = dataset({names, 'Name'}, {ages, 'Age'}) datasetStrFind(d1,'ri',1) will return d1 = Name Age 'John' 26 'Henri' 18 'Enrico' 35 ans = 2 3.

  • Platform: Matlab, Scripts

Code to generate n-dimensional memory-mapped arrays for efficiently accessing large array datasets Memory-mapped arrays reside within binary files, but are mapped to MATLAB's working memory. They are particularly useful when handling large datasets, since it is possible to perform operations on a subset of the array without loading the whole thing into working memory. This is an improved version of David Omer's previous submission, with added support for multiple n-dimensional arrays of varying class, as well as improved documentation. Example useage: ----------------- % set up some random arrays array1 = rand(100,200,'single'); array2 = randi(255,300,400,'uint8'); % make an empty binary file holder datain = {'array1',size(array1),class(array1);'array2',size(array2),class(array2)}; makeEmptyMMBinFile('binfile.

  • Publisher: funcrusher
  • Date: 18-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Casper Datasets is a robust in-memory data manipulation framework, which allows programmatic search / sort / indexing on relational data rows. Casper Datasets virtually eliminates the need for relational databases for basic data manipulation and provides
Casper Datasets License - Apache Software License; BSD License; GNU General Public License (GPL).

  • Platform: WinOther

Microsoft MapPoint add-in that performs cluster analysis on MapPoint datasets. Cluster results can be drawn as map annotation (centroid pushpins and/or cluster boundary shapes) and exported to Microsoft Excel. MPCluster works with most MapPoint dataset types, including pushpins and shaded areas maps. Various parameters can be used to restrict the minimum or maximum size of clusters, as well as the maximum number of clusters to find, and the minimum distance between cluster centers. MPCluster can use data field to either weight cluster centroid locations and/or constrain cluster size. MPCluster can be run multiple times overlaying multiple annotation layers to aid comparisons.

  • Platform: Win7 x32, Windows Vista, WinOther, WinVista

A bioinformatics tool for the annotation and tag-counting of next-gen Illumina Solexa datasets. TASE works with any CASAVA build, providing annotation, tag counts and visualization in a rapid manner..

  • Platform: Win2000, Win7 x64, Windows 7, WinOther, WinVista, WinVista x64

This Access-like Windows Forms data navigation control is built to work with datasets, views, collections and every object that implements the IList interface. It works in the Microsoft .NET Framework and is best used in the Microsoft VS.NET developing environment. It can be used with all the VS.NET compatible languages, foremost of course VB.NET and C#. It is built so that a novice user can easily start working with the control and that the expert can fully exploit all configuration, customization and development features. The control enables a user to navigate in a data collection. This can be achieved either by clicking on buttons, using shortcut keys, entering navigation commands in the display window or by selecting commands from the context menu.

  • Publisher: dtrt ag
  • Date: 29-10-2004
  • Size: 4294 KB
  • Platform: Win2000, Windows Server, WinOther

Very fast AJAX datagrid and many high-quality javascript UI components make ActiveWidgets library one of the most popular commercial web development tools. ActiveWidgets javascript grid can work with very large datasets on the client-side without any loss of speed and supports complex visual layouts (fixed columns, multiple headers/footers) and full set of UI operations (sorting, resizing, editing). The library offers online documentation, developer support forum and hundreds of code samples to allow easy integration of ActiveWidgets components into ASP.NET, Java, PHP and other application platforms.

  • Platform: Linux, Mac OS X, Mac OS X 10.4, Mac OS X 10.5, Mac PPC, Unix, Win2000, Win7 x32, Win7 x64, Windows Server, Windows Vista, WinOther, WinVista, WinVista x64

T2K Pro integrates the rich world of GIS datasets and transfers your Geographic information data into Google earth. T2K Pro can handle rich data types and access large volumes of geographic data stored in files and databases, T2K can handle raster (imagery), Vector Map data and GPS Tracks/ Waypoints/ Routes. Tiles2kml Pro v2.31 provides a complete suite of conversion tools to easily visualize and convert your existing geospatial data.Tiles2kml Pro converts your raster imagery into very small tiles with different levels of detail allowing very quick view for very large datasets without loosing the image quality.

  • Publisher: Tiles2kml
  • Date: 20-9-2009
  • Size: 21299 KB
  • Platform: Win2000, WinOther

NextGeneration is a software development tool that saves you time and effort by quickly building database-driven applications. N-Tier solution templates for C# .NET, VB.NET and SQL get your project started rapidly. NextGeneration supports SQL Server and Microsoft Access databases. Generate stored procedures, data access objects, business service classes, DataSets and an ASP.NET web interface in minutes instead of weeks. What is your time worth?. NextGeneration Code Generator for .NET, create ASP.NET, C# & VB.NET solutions rapidly. Custom Software and Database Developers for Microsoft .NET and SQL Server Programming Solutions - Rad Software.

  • Platform: Win2000, Windows Server, WinOther

VB.NET 2005 Tutorials: Access and Manipulate Data - Using DataSets - In this tutorial you will learn about Using DataSets, Populating a DataSet From a Database, Moving Around in DataSets and Retrieving Data, Using Strongly Typed DataSets, DataSets With Multiple Tables..

  • Platform: Asp, Scripts

DynaTable is an API that enables the dynamic entry of repeating datasets in modern browsers. The API consists of a number of classes that enable the implementation of functionally rich client-based data entry forms, without requiring any special plugins or additional authoring software..

  • Platform: JavaScript, Scripts

3DimViewer is a lightweight 3D viewer of medical DICOM datasets distributed as open source software. Its license allows you to use it for free. The viewer is multiplatform software written in C++ that runs on Windows and Linux systems. Basic Features - Truly 3D viewer of volumetric data. - Multiplanar and orthogonal XY, XZ and YZ views. - Adjustable density window. - Distance and density measuring. - DICOM dataset import. - Volume rendering using shaders running on NVidia and ATI graphic cards. - Tissue segmentation based on thresholding. - Surface modeling of any segmented tissue (e.g. bones).

  • Platform: WinOther

InfoScope allows users to easily analyze, compare, query, and explore large or complex datasets . InfoScope is a highly interactive visualization tool that shows the big picture by providing an overview of the essential relationships, encourages the explorative discovery of in the overall context, and supports our way of thinking and working by taking advantage of the human perceptual abilities. InfoScope is a highly interactive visualization tool with the following key characteristics: - it shows the big picture by providing an overview of the essential relationships between cities - it encourages the explorative discovery of interesting features and unexpected patterns - it avoids the feeling of being lost in details by embedding them in the overall context - it supports our way of thinking and working by taking advantage of the...

  • Platform: WinOther
  • MaGnET
  • License: Freeware
  • Price: 0.00
  • Rating

MaGnET is a handy, easy to use application specially designed to help you visualize and explore of large-scale datasets relating to the malaria parasite. At present the program is focused on Plasmodium falciparum, as this was the first Plasmodium species to have its genome sequenced and is the focus of several genomic-scale gene characterisation studies. The program allows users to examine features of groups of genes across different datasets. It offers alternative views of the data, for example, while in the whole genome view, you may select a gene expression dataset to display against the genomic location of the genes.

  • Platform: WinOther

Content Addressable Memory, Multi-Variate Statistics, Data Mining Includes analyzing datasets, extracting patterns, creating empirical expert system. Computes joint probabilities and implements a "belief" as the solution of an equilibrium equation.

  • Platform: WinOther

Collective Benchmark (cBench) is a collection/extension of open-source programs and multiple datasets to enable realistic benchmarking and research on program and architecture optimization..

  • Platform: WinOther

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Cloud System Booster

Cloud System Booster is a very up to date and modern looking application. To me, it almost looks like it’d fit better into Mac desktop environment rather than a Windows one. Cloud System Booster exists and aims to clean the unnecessary junk ...


Bubble Shooter Deluxe

Bubble shooter deluxe (referred to in game as bubble shooter premium edition) is a freeware puzzle game. At first look, bubble shooter deluxe appears to be a clone of many other games similar to it, in which you must fire balls from a stationary ...


Battle of Britain

Battle of Britain is a top down strategy and shooter game that takes place during the historic battle of Britain, as the name would suggest. The game takes place from a top down perspective, and has a fairly interesting method of control. Instead of ...


Internet Explorer

There was once a time when the browser world was dominated by a single piece of software from Microsoft. Yes, we're talking about Microsoft's Internet Explorer. The internet has evolved and so have browsers. As a result, we have numerous ...


Simple Sticky Notes

Simple sticky notes is a freeware note taking utility to appeal to users in the same way in which a physical sticky note would; by allowing you to write something down very quickly with very little effort (without having to open a program or pull ...


Chicken Invaders

Chicken invaders is a free ware arcade shooter game that hasheavy influence from classic titles like space invaders, or arcanoid. What chicken invaders does to the concept, however is add its own level of humour and gameplay to the mix. For ...


Flower Power

Flower power is a freeware puzzle game which is very similar in gameplay style and nature to the classic arcade game bejeweled, taking all the basic concept, idea and gameplay from bejeweled, and adding its own twist in the form of the art style of ...


Advanced System Optimizer

Keeping your Computer fast, clean and error free is of utmost importance if you want to get most out of it. Over the passage of time, many personal computers get clogged with errors, unnecessary or duplicate files and shortcuts leading to fragmented ...


File Finder

File Finder is such a simple and easy program to use to track down and locate files and folders on your system. I think this has to be a fantastic selling point, but maybe also its downfall. It instantly took me back to the retro MS-DOS based ...



New Downloads

ClickCharts Pro Edition

ClickCharts Flowchart Pro and
diagram software lets you lay
out your ideas, organization,
process or create UML
diagrams. ...

Aqua Data Studio

Aqua Data Studio is a modern
SQL IDE that enables database
developers, DBAs, and
data/business analysts to
develop, ...

FaxTalk Multiline Server

Easy to use network fax server
software and broadcast fax
software. Provides an
affordable and reliable
network fax ...

PresenTense Time Server

High performance Windows time
server supporting NTP and SNTP
protocols. Installation
automatically configures
default ...

LuaStudio

LuaStudio is aprofessional
development environment for
debugging Lua script in your
applications. It\'s familiar
and fast ...

SRDx Photoshop Plugin Win

Photoshop Plugin for macOS
10.10 and later or Win7 and
later for time and work
efficient Dust and Scratch
Removal. ...

Eassos Recovery Free

Eassos Recovery Free is
user-friendly and free data
recovery software. It supports
partition recovery and file
recovery ...

Free Kundli Software

Professional Free Kundli
Software in Hindi from
Astro-Vision now also provides
Free Horoscope Matching
feature. Also ...

Easy PC Optimizer

Easy PC Optimizer is a
powerful app to speed up and
optimize computer performance.
It has all the tools needed
for ...



Related Searches

Steel Datasets