Software Listing: Data Type

Want to know 'How to Recover Access Table Data?' If so then, try Access Table Recovery Software on your machine as it is a absolute solution that will help you to recover Access table data from corrupted, damaged, unusable or inaccessible MDB files in just few mouse clicks. Access table recovery software has designed with Unique Guided File Excavation Technology (GFETch) which enable you to fix corrupt Access table errors & recover table data with all of its fields such as: Field Name, Data Type, Description, Filed properties & other objects without any hassle. Recover Data for Access recovery software will help users to repair Access table in an competent manner as the software has some noteworthy features like, * 'User can rapidly repair multiple MDB files even when files have shown some error massages when user try to open it', *...

  • Platform: Win2000, Win7 x32, Windows Server, WinOther, WinVista

This blockreceives serial data from an instrument or processor and decode it to apply on a plant model. You can see how serial receive block works and other blocks like ASCII Decode and Data type conversion . After receiving the data and decoding, it is applied to the plant model (transfer function of the plant). You can see the realtime plant response on oscilloscope block. Out put of various stages is recorded in workspace which can be examined after the simulation. The reader can learn interfacing hardware to the simulink by going through settings of serial configuration block and serial receive block.

  • Platform: Matlab, Scripts

This class provides a simple key/value data structure for character keys and values of any MatLab data type. Supports direct referencing like d('mykey') = 'myvalue'. Also check out the dict class at #19647. (Unfortunately i didnt check the file exchange before writing my own, but by now i've included it at many places and also need this class as prerequisite for other FileExchange downloads).

  • Platform: Matlab, Scripts

Have you ever been frustrated by the fact that you can't see and use appointments information stored in your database while working in Outlook or Exchange?

GeniusConnect turns Outlook into a more powerful information management tool through database connectivity!
-Improved efficiency while working in Outlook through immediate access to current database information.
-Easy access to calendar information, stored in your database.
-Ability to quickly update and back-up information.
-Offers complete flexibility by allow connectivity to any standard SQL Database.
-Attachments support
-Extract attachments to a folder
-2 way sync

GeniusConnect can be used with any relational database that supports ODBC (MS Access, mySQL, MS SQL Server, Oracle etc.

  • Platform: Win2000, Win7 x32, Win7 x64, Windows Server, WinOther, WinVista, WinVista x64

DocFlex/XML is a powerful template-driven docs/reports generator by the data obtained from XML files. The templates are created using a graphic Template Designer basing on the data type info loaded from DTD or XML Schema files. The professional quality output documents can be generated in RTF and HTML (single and multi-framed) formats. The TXT output is supported as well, which enables you to use this tool also for various XML transformations.

In effect, the system behaves similar to XSL Transformations: the templates are equivalent of XSLT scripts; the DocFlex generator is an equivalent of XSL processor.

  • Platform: WinOther

Here are a selection of common questions and answers about Java programming. Question categories are grouped by Applets, AWT / Graphics, I/O & Files, Language questions, Data type issues, Keywords, Operators, Networking, Java.util package and more..

  • Platform: Java, Scripts

db_upload_file() stores a file in a database table. Make sure that the column data type is big enough for the files you will be storing. db_download_file() retrieves a file from the database and places it in the same path as the script calling it, and returns the relative URL. If the file does not exist in the database, it returns an empty string..

  • Platform: PHP, Scripts

By using this component you will be able to: - Synchronize your page control with XML file and control your controls data type and error messages from outside your project, without touching your code. - Produce more readable and manageable code - Produce maintainable product - Set background color of the control when there is an issue - Show error message as tool tips on the control The InputValidation control will collect all the error messages and put them in a tidy list. The list can be either shown on the web page or with a pop up box..

  • Publisher: Amino
  • Date: 19-03-2011
  • Platform: Asp.Net, Scripts

A web form control for ASP.NET developers. The control features two way data binding, automatic data type validation and includes client side logic and validation..

  • Platform: WinOther

The Free Association project maintains libical, an open source reference implementation of the icalendar data type and serialization format. libical is used in dozens of calendaring and scheduling products..

  • Platform: Linux, Unix
  • koalaXML
  • License: Freeware
  • Price: 0.00
  • Rating

Extremely simple Java XML data type, very useful as a parameter/return type, as well as a class property type..

  • Platform: Linux, Mac OS X, WinOther
  • op4j
  • License: Freeware
  • Price: 0.00
  • Rating

op4j is a developer happiness tool. Its aim is to reduce the amount of similar lines of code needed to do every day tasks in our code by providing an operator chaining tool to perform easy iterations on lists, OGNL evaluation, data type conversion....

  • Publisher: op4j.org
  • Date: 09-08-2012
  • Size: 8973 KB
  • Platform: Linux, Mac OS X, WinOther

PHP5 RAD and object oriented PHP framework for building event-driven stateful web applications. Based on Zend Framework, features tableless HTML, multiple databases, accesskey support, auto data type recognition, transparent AJAX, UTF-8, i18n/l10n..

  • Platform: Linux, Mac OS X, WinOther

IMWRITE2TIF Write image to tif file with specified datatype. IMWRITE2TIF(IMGDATA,HEADER,IMFILE,DATATYPE)exports IMGDATA with HEADER to TIF file named IMFILE. HEADER is usally obtained by IMFINFO from original image file, and it can also be left empty. String DATATYPE specifies data type for the export. Supported data types include logical, uint8, int8, uint16, int16, uint32, int32, uint64, int64, single and double. IMWRITE2TIF(IMGDATA,HEADER,IMFILE,DATATYPE,TAG NAME1,TAG VALUE1,TAG NAME2,TAG VALUE2, ...) writes with specified Matlab supported TIF tag values. These new tag values override those already defined in HEADER.

  • Platform: Matlab, Scripts

In the study of circuits and others it is useful to portray quantities as phasors which are functionally equivalent to a vector in polar format. This class implements the constructor for that data type as well as the functions to add, subtract, multiply and divide phasors. There is also the necessary methods to extract and insert data. There is an included text file with a more indepth description of the included methods and their use. I would appreciate any comments and suggestions as well as code that would improve this data class. There is code included for Matlab 6 and Matlab 7. The Matlab 7 code is fairly mlint clean, the Matlab 6 code is going to throw up lots of stuff due to the & -> && change.

  • Platform: Matlab, Scripts

This package contains functions to perform number operations on the MATLAB data type cell. If any cell contains sub-cells, the functions call themselves recursively, A few example functions included in this package are: celladd - Z = CELLADD(Z1,Z2) celldivide - Z = CELLDIVIDE(Z1,Z2) cellmul - Z = CELLMUL(Z1,Z2) cellpower - Z = CELLPOWER(Z,Q) cellsquare - Z = CELLSQUARE(Z) cellsubtract - Z = CELLSUBTRACT(Z1,Z2).

  • Platform: Matlab, Scripts
  • Heap
  • License: Shareware
  • Rating

Implements heap data type. properties: h- an array in which the data is stored heapSize- the size of the heap methods: Heap- constructor for the Heap class, acepts numeric arrays as an input. heapSort- method for performing sorting, runtime O(nlogn),although, very, very slow... not to be used for sorting arrays!!! heapMaximum- returns maximum in the heap heapExtractMax- extracts maximum value from the heap heapIncreaseKey- increses the key in the postion i maxKeyInsert- inserts a key in the heap made by Hanan Kavitz free for distribution.

  • Platform: Matlab, Scripts

Extended PHP adds the data type classes XString, XNumber, XArray and XObject to PHP 5.3+, which allow object orientated chaining of methods. It also includes classes such as XDebug, XAuth, XDB and XFile. Visit http://www.extendedphp.org for more info.
Extended PHP License - GNU General Public License version 3.0 (GPLv3).

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

MyDBemu is a C++ Library which provides a 'database table'-like Data Type, and methods of data management in a SQL thought.
MyDBemu License - GNU General Public License (GPL).

  • Publisher: Mydbemu
  • Date:
  • Size: 44 KB
  • Platform: WinOther
  • Cobolic
  • License: Freeware
  • Price: 0.00
  • Rating

Cobolic is intended to become a libary of routines to support COBOL data type (packed decimal etc.) access in C and other languages.
Cobolic License - GNU Library or Lesser General Public License (LGPL).

  • Platform: WinOther

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

New Reviews


Speedtest4free

For a long time now, Internet Service Providers have been battling it out, attempting to bring their customers the latest and greatest internet speeds available, to beat their competitors and steal their customers. Its always a good idea to know ...


Age of Kingdoms

Age of kingdoms is an interesting mix of turn based strategy game with a small amount of war and micro management elements added in to make it more unique, and is a spiritual predecessor to another game from the same developer, castle wars. In Age ...


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


Smart Defrag 2

From right back in the early days of Windows, there has always been a disk defragmenter included as standard, called (funnily enough) Disk Defragmenter. Its changed a lot as times have moved on and Microsoft upgraded Windows. There are many ...


FireStones

Fire stones is a freeware puzzle game in which you must match three of the same coloured block in a row to destroy them, and although this may start to sound like bejeweled, the game actually takes a lot from tetris, as your blocks will fall from ...


Windows Movie Maker

Windows movie maker, expressed as windows live movie maker in the latest updates, is a piece of video and picture editing software for windows (as the name of the software no doubt suggests) designed to be simple, easy to use while still keeping as ...


Angry Birds

Angry birds is one of the most successful games of all time, despite the fact that it has been free from the very beginning. Angry birds is a experimental physics game, with the objective being to fling all of your birds into the structures occupied ...


SD QuickExec

Im always scouting the internet looking for quality applications that’ll help me save time carrying out some of the basic things I do every time I switch on my computer. For example, launch my internet browser, email client, iTunes and so on. ...


CCleaner

If you’ve used any computer for fairly long time, you might have noticed it gets slower and slower over the time. This process is slow and generally goes unnoticed until your computer gets too sluggish to go unnoticed. This is due to unused ...



New Downloads

PDF-Tools

All you will ever need to
Create, view, edit/modify and
print Adobe PDF files, Export
PDF pages and files to Image
...

WinX MediaTrans

A real iPhone/iPad manager
that replaces iTunes: remove
DRM from iTunes Store
purchases; transfer, manage
and sync ...

Free 1D Barcode Generator

The programe generates and
prints most popular linear and
postal barcode symbologies
including Codabar, Code11,
Code25 ...

A VIP Organizer

VIP Organizer is a personal
time and task management
software for organizing and
optimizing of your workflow.
It is a ...

Netcdf-Extractor

The NetCDF Extractor software
is an easy tool for all users
to extract their aim region
from the main files. This tool
is ...

NTFS Recovery Toolkit

NTFS recovery toolkit contains
file recovery tool, partition
recovery tool, partition
manager tool and disk editor
utility.

DactyloMagicPro

dactylomagicpro facilitates
all your activities of typing,
word processor and messaging.
Indeed, this application will
...

Easy Banner Creator

Easy-to-use tool for creation
of animated or static banners
in seconds without graphic
skills. It builds animation on
the ...

CoffeeCup Responsive
Content Slider OSX

Create responsive, searchable,
and accessible slideshows. Use
custom animations and
transitions to increase
engagement ...



Related Searches

Access Memo Data Type
Access Sql Convert Data Type
Ado Data Type Mysql
Convert Data Type Sql Access
Crystal Report Xml Data Type
Data Type Conversion Oracle
Data Type Conversion Oracle Access
Data Type Memo Sql
Excel Sql Binary Data Type
How Use Memo Data Type Access
Image Data Type Sql Server
Ms Sql Image Data Type