WareSeeker Search Software

mapping


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Value Mapping (MBA) 3.0


windows Business Finance->Others Free
View Detail
Download Value Mapping (MBA) 3.0Download Value Mapping (MBA) 3.0
1953KB

Value Mapping Software Strategy Development Framework Model, Strategic Management, MBA models and frameworks, business...

Value Mapping (MBA) v3.0 release is New Release.


Tags:
2

Chanfo User Mapping System


script PHP Free
View Detail
Download Chanfo User Mapping SystemDownload Chanfo User Mapping System
The Chanfo User Mapping System is an easy way to keep track of where people are that you know, and some information about them! Its great for IRC channels, gaming teams, and any other online groups!
Tags:
3

CORBA::MICO::mapping 0.6.0


linux Programming->Libraries Free
View Detail
Download CORBA::MICO::mapping 0.6.0Download CORBA::MICO::mapping 0.6.0
0.085 MB
CORBA::MICO::mapping is a CORBA mapping for Perl.

This document describes a mapping of the CORBA system into Perl. It sticks most closely to the mapping in the CORBA::MICO module, however some reference is also made to the mappings implemented in COPE and ILU/Perl.

These systems exhibit a wide diversity in the details of their object adaptors. CORBA::MICO implements most of the POA specification fashion, including all activation modes, COPE implements a version of the BOA, and ILU has its own object native adaptor different from the BOA, though it implements some of the BOA specificatoin through compatibility classes.

For this reason, this document largely avoids specifying object adaptor details, except for a few specific notes. Details about the manner in which the ORB is initialized and interface definitions are loaded are also not specified here. Conformant implementations may either use conventional stubs or access interface definitions in a dynamic manner. (For instance, by loading them from an Interface Repository.)
The design goal for this mapping was to allow applications to access the complete CORBA specification to be accessed from Perl in a convenient and concise manner, even when this requires sacrificing some amount of speed or convenience for the ORB implementor.


Tags:
4

CORBA::omniORB::mapping 0.9


linux Programming->Libraries Free
View Detail
Download CORBA::omniORB::mapping 0.9Download CORBA::omniORB::mapping 0.9
0.23 MB
CORBA::omniORB::mapping is a CORBA mapping for Perl.

This document describes a mapping of the CORBA system into Perl. It sticks most closely to the mapping in the CORBA::MICO, L:< CORBA:omniORB >, and CORBA::ORBit modules; however, some reference is also made to the mappings implemented in COPE and ILU/Perl.

These systems exhibit a wide diversity in the details of their object adaptors. CORBA::MICO and CORBA::omniORB implement most of the POA specification fashion, including all activation modes. COPE implements a version of the BOA, and ILU has its own object native adaptor different from the BOA, though it implements some of the BOA specificatoin through compatibility classes.

For this reason, this document largely avoids specifying object adaptor details, except for a few specific notes. Details about the manner in which the ORB is initialized and interface definitions are loaded are also not specified here. Conformant implementations may either use conventional stubs or access interface definitions in a dynamic manner. (For instance, by loading them from an Interface Repository.)
The design goal for this mapping was to allow applications to access the complete CORBA specification from Perl in a convenient and concise manner, even when this requires sacrificing some amount of speed or convenience for the ORB implementor.


Tags:
5

Jack Value Mapping (MBA) 3.0


windows Business Finance->Others Free
View Detail
Download Jack Value Mapping (MBA) 3.0Download Jack Value Mapping (MBA) 3.0
1953KB

Jack Value Mapping Software Strategy Development Framework Model, Strategic Management, MBA models and frameworks, business...

Jack Value Mapping (MBA) v3.0 release is New Release.


Tags:
6

Value Mapping Method (MBA) 3.0


windows Business Finance->Others Free
View Detail
Download Value Mapping Method (MBA) 3.0Download Value Mapping Method (MBA) 3.0
1953KB

Value Mapping Method Software Strategy Development Framework Model, Strategic Management, MBA models and frameworks, business...

Value Mapping Method (MBA) v3.0 release is New Release.


Tags:
7

Value Stream Mapping (MBA) 3.0


windows Business Finance->Others Free
View Detail
Download Value Stream Mapping (MBA) 3.0Download Value Stream Mapping (MBA) 3.0
1953KB

Value Stream Mapping Software Strategy Development Framework Model, Strategic Management, MBA models and frameworks, business...

Value Stream Mapping (MBA) v3.0 release is New Release.


Tags:
8

Canvas GIS Mapping Edition 9.0.4


windows Graphic Apps->Editors $549
View Detail
Download Canvas GIS Mapping Edition 9.0.4Download Canvas GIS Mapping Edition 9.0.4
54.2 MB
The CANVAS 9 GIS Mapping Edition adds native support for Geographic Information System (GIS) data to Canvas.

You can take measurements in geographic coordinates, import industry standard SHAPE and GeoTIFF files into unlimited numbers of automatically aligned overlapping layers and choose among the following options:

2,104 Coordinate Reference Systems
67 Operation Methods (like Mercator, Albers Conic Equal Area )
1,052 Map Projections
302 Geodetic Datums
21 Angular units
45 Length units

The CANVAS 9 GIS Mapping Edition bridges the gap between dedicated GIS analysis software and generic "DTP" software.

For many applications CANVAS 9 GIS Mapping Edition can now replace programs costing thousands. For the rest, CANVAS 9 GIS Mapping Edition is now the preferred "last mile" publishing companion to dedicated GIS analysis software.

Tags:
9

Canvas GIS Mapping Edition 9.0.3


windows Graphic Apps->CAD $549.99
View Detail
Download Canvas GIS Mapping Edition 9.0.3Download Canvas GIS Mapping Edition 9.0.3
53.30MB
The CANVAS 9 GIS Mapping Edition adds native support for Geographic Information System (GIS) data to Canvas. You can take measurements in geographic coordinates, import industry standard SHAPE and GeoTIFF files into unlimited numbers of automatically aligned overlapping layers and choose among the following options:

2,104 Coordinate Reference Systems
67 Operation Methods (like Mercator, Albers Conic Equal Area)
1,052 Map Projections
302 Geodetic Datums
21 Angular units
45 Length units

The CANVAS 9 GIS Mapping Edition bridges the gap between dedicated GIS analysis software and generic "DTP" software. For many applications CANVAS 9 GIS Mapping Edition can now replace programs costing thousands. For the rest, CANVAS 9 GIS Mapping Edition is now the preferred "last mile" publishing companion to dedicated GIS analysis software.
Tags:
10

Class::DBI::DataMigration::Mapping 0.02


linux Programming->Libraries Free
View Detail
Download Class::DBI::DataMigration::Mapping 0.02Download Class::DBI::DataMigration::Mapping 0.02
0.012 MB
Class::DBI::DataMigration::Mapping is an abstract parent class for objects that map a single column in a single row from the source database to the target database.

Synopsis

use Class::DBI::DataMigration::Mapping;

# ... Later, when building $mappings hashref for use by a
# Class::DBI::DataMigration::Mapper (which see for synopsis --
# in this example, assume an appropriate @source_keys):

foreach my $source_key (@source_keys) {
$mappings{$source_key} = new Class::DBI::DataMigration::Mapping;
}

# ... Now we can assign $mappings to our Mapper ...

Class::DBI::DataMigration::Mapping objects are used by Class::DBI::DataMigration::Mapper objects to retrieve the values for particular keys into source database objects; these will in turn be stored under particular keys into newly-created target database objects.


Tags:
11

Spherical Mapping Corrector 1.3


windows Graphic Apps->Editors Free
View Detail
Download Spherical Mapping Corrector 1.3Download Spherical Mapping Corrector 1.3
184KB

BSEditor/ This filter produces texture map correction for spherical texture mapping. Special thanks to Paul Bourke for allowing his algorithm to be ported to this plugin.
Tags:
12

API to .NET Mapping Plugin


windows Software Development->Misc Programming Tools Free
View Detail
Download API to .NET Mapping PluginDownload API to .NET Mapping Plugin
70 KB
API to .NET Mapping Plugin maps common Win32API functions to their .NET CLR equivalents and helps the developer to search either MSDN online or Google for more information on either the Win32 function or its .NET counterpart.

Tags:
13

IP2Country mapping Database 1.0.2


windows Network Internet->Server Tools USD 50.00
View Detail
Download IP2Country mapping Database 1.0.2Download IP2Country mapping Database 1.0.2
237 KB
IP2Country mapping Database - Geo-targeting IP Address to Country

IP2Country mapping Database will help you to identify the visitors geographical location like country,region, city and even ISP, using an ip address lookup database.

Features of "IPCountry mapping Database":

�· Real Time Geo-Locating ( Country )
�· Redirect based on country
�· Automatically target advertising by country
�· Geo targeting for increased sales and click-through
�· Provide Location Aware Content ( language, currency, etc.)
�· Fraud Detection ( Credit Card Fraud, etc. )
�· On-line Campaign ( targeted Banner Ads )
�· Web log statistics and analysis (Analyze your web logs )
�· Filter non-valuable traffic on basis of originating country and low your host bandwidth cost
�· Spam Filtering


Tags:
14

Competence Mapping Database 1.0


windows Business Finance->Business Finance FREE
View Detail
Download Competence Mapping Database 1.0Download Competence Mapping Database 1.0
357 KB
Competence Mapping Database is a tool to manage the competence of your employees

Competence Mapping Database is an utility that will help you manage the competence of your employees.

With "managing" we mean collecting, analyzing the data and improve your employees skills by means of education and training.

Our "Competence Mapping Database" (CMDB) and its interface hands you the tools to collect the neccessary data based on the CV of your employees and improvement plans you made together with your employees.

Requirements:

· Microsoft Office


Tags:
15

Consensus Mapping Software 2.0


windows Business Finance->Others $44.95
View Detail
Download Consensus Mapping Software 2.0Download Consensus Mapping Software 2.0
1.60 MB

Consensus Mapping - Idea Selection Software, Idea Evaluation Software (Creativity, Innovation);

The consensus mapping technique (Hart et al., 1985) helps a facilitator and group reach consensus about how best to arrange a network of up to maybe 20 ? 30 activities that have to be sequenced over time into a useable plan of action (e.g. outlining a 10-year network of sequentially linked activities to deal with a complex environmental pollution issue). These will usually be activities that could be done in a range of orders ? i.e. the order has to be approved ? it is not given by the internal logic of the activities themselves.

The technique has parallels to many of the usual project planning methods (and could if necessary feed into them) but operates at a purely qualitative, outline, level.

It merges elements of standard clustering techniques such at KJ-method and Snowball Technique with elements of sequential mapping Causal Mapping incorporated into a wider consensus-seeking procedure that has associates with Eden;s SODA method. Here is the suggested procedure:

The complete procedure works best with a trained group, but the mapping element could easily be adapted to informal solo use.

Requirements: 16mb RAM 10Mb HD space


Tags:
16

SMNAPT Port Mapping 2.0.0.0


windows Network Tools->Miscellaneous Network Tools $15.39
View Detail
Download SMNAPT Port Mapping 2.0.0.0Download SMNAPT Port Mapping 2.0.0.0
1.30 MB
SMNAPT Port Mapping description
NAPT - Network Address Port Translation (or Port forwarding) SMNAPT Port Mapping is a simple tool, that will gives users access to a computer or any device, connected to a local area network (LAN) from a wide area network (WAN) or Internet.

This utility is a tool to reach video cameras or recorders (DVR) on IP or to repair a computer.

Supported protocols:
· TCP,
· Telnet,
· POP3,
· FTP,
· UDP

Limitations:

· 15 days trial

Tags:
17

Graham Process Mapping 7.00.0919


windows Business Finance->Business Finance $495.00
View Detail
Download Graham Process Mapping 7.00.0919Download Graham Process Mapping 7.00.0919
15867K
Detail process maps for documenting, developing, improving and managing business processes. Graham process maps clearly show the interrelated flows and relationships of multiple forms, emails, reports, databases, systems and other items in a process. Used to support business process improvement methodologies, training, audits, certification requirements, preparing procedures and other tasks that demand transparency in business processes.

Graham Process Maps tell a story -- They tell the reader WHAT is going on; what items (forms, documents, databases,etc) are used and WHAT happens to each item. For each item, they identify WHO is doing the work and WHERE the work is being done. The work is laid out in sequence to show WHEN any particular task occurs relative to others. The symbols call attention to value-added work, non-value-added work, work inspections (controls), movement of work from one location to another and Delays (when nothing is happening). No other mapping technique provides the level of transparency that is provided by a Graham Process Map. No other mapping technique provides the level of decision-making support that is provided by a Graham Process Map. No other mapping technique provides the level of support for analysis that is provided by a Graham Process Map.

The Ben Graham Corporation pioneered the study of business processes and has provided consulting services, coaching and education in business process improvement since 1953. They introduced Graham Process Mapping Software in 1990. Graham Process Mapping Software produces a unique brand of process map that clearly documents all the manual process work as well as the automated workflow. They have been helping organizations see the whole picture for over fifty years.

Tags:
18

Graham Process Mapping 7.01.1018


windows Business Finance->Applications $485.00
View Detail
Download Graham Process Mapping 7.01.1018Download Graham Process Mapping 7.01.1018
14.3MB
Detail process maps for documenting, developing, improving and managing business processes. Graham process maps clearly show the interrelated flows and relationships of multiple forms, emails, reports, databases, systems and other items in a process. Used to support business process improvement methodologies, training, audits, certification requirements, preparing procedures and other tasks that demand transparency in business processes.

Graham Process Maps tell a story -- They tell the reader WHAT is going on; what items (forms, documents, databases,etc) are used and WHAT happens to each item. For each item, they identify WHO is doing the work and WHERE the work is being done. The work is laid out in sequence to show WHEN any particular task occurs relative to others. The symbols call attention to value-added work, non-value-added work, work inspections (controls), movement of work from one location to another and Delays (when nothing is happening). No other mapping technique provides the level of transparency that is provided by a Graham Process Map. No other mapping technique provides the level of decision-making support that is provided by a Graham Process Map. No other mapping technique provides the level of support for analysis that is provided by a Graham Process Map.

The Ben Graham Corporation pioneered the study of business processes and has provided consulting services, coaching and education in business process improvement since 1953. They introduced Graham Process Mapping Software in 1990. Graham Process Mapping Software produces a unique brand of process map that clearly documents all the manual process work as well as the automated workflow. They have been helping organizations see the whole picture for over fifty years.
Tags:
19

Graham Process Mapping 7.01.0226


windows Business Finance->Applications $485.00
View Detail
Download Graham Process Mapping 7.01.0226Download Graham Process Mapping 7.01.0226
20.6 MB

Detail process maps for documenting, developing, improving and managing business processes. Graham process maps clearly show the interrelated flows and relationships of multiple forms, emails, reports, databases, systems and other items in a process. Used to support business process improvement methodologies, training, audits, certification requirements, preparing procedures and other tasks that demand transparency in business processes. Graham Process Maps tell a story -- They tell the reader WHAT is going on; what items (forms, documents, databases,etc) are used and WHAT happens to each item. For each item, they identify WHO is doing the work and WHERE the work is being done. The work is laid out in sequence to show WHEN any particular task occurs relative to others. The symbols call attention to value-added work, non-value-added work, work inspections (controls), movement of work from one location to another and Delays (when nothing is happening). No other mapping technique provides the level of transparency that is provided by a Graham Process Map. No other mapping technique provides the level of decision-making support that is provided by a Graham Process Map. No other mapping technique provides the level of support for analysis that is provided by a Graham Process Map. The Ben Graham Corporation pioneered the study of business processes and has provided consulting services, coaching and education in business process improvement since 1953. They introduced Graham Process Mapping Software in 1990. Graham Process Mapping Software produces a unique brand of process map that clearly documents all the manual process work as well as the automated workflow. They have been helping organizations see the whole picture for over fifty years..
Tags:
20

BuckSpy Advanced with Mapping 2.1


windows Home Education->Sports $74.95
View Detail
Download BuckSpy Advanced with Mapping 2.1Download BuckSpy Advanced with Mapping 2.1
206KB
By combining the information from your hunting journal, weather and moon information, your trail camera, and now an Interactive Aerial Photo, BuckSpy has created the Ultimate Scouting Tool, BuckSpy Advanced with Mapping.

2 week forecasted Hunting Report
Forecasted Weather Information
Moon Phases and Activity Prediction Indexes

Download Aerial and Topographical Maps
Overlay Topo lines on an Aerial Map
Specify locations and observations on map
Create Property Summary Maps

Store Trail Camera Images
Record Deer Harvest Data
Record Deer Observations
Record General Wildlife Observations

Record Habitat Enhancements
Record Deer Sign
Record stand, camera, etc locations
Record Weather Data
Create Property Summary Reports
Create Property Summary Harvest Reports

Ability to Check for Latest Update
Create Blank Fill-Form Reports

BuckSpy Advanced with Mapping is the Ultimate Hunting Journal. Isnâ??t it time to take your scouting to the next level
Tags:

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket