units-filter 2.9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News units-filter 2.9 (Default branch)
# 1  
Old 12-25-2007
units-filter 2.9 (Default branch)

Units-filter is a basic standalone filter written in C, flex, and bison. It inputs strings like "1.5e3 nN.m.s^-1" (which could be the time growth ratio of a torque) and outputs the value in standard SI units, followed by the physical dimension of this value. This parser can be embedded in educational test systems, in order to analyze a student's answer to a problem of physics or chemistry. License: GNU General Public License (GPL) Changes:
The representation of units has been made more readable with the option -o. There are a few bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
mlib_SignalEmphasizeFree_S16_S16(3MLIB) 		    mediaLib Library Functions			   mlib_SignalEmphasizeFree_S16_S16(3MLIB)

NAME
mlib_SignalEmphasizeFree_S16_S16, mlib_SignalEmphasizeFree_S16S_S16S, mlib_SignalEmphasizeFree_F32_F32, mlib_SignalEmphasizeFree_F32S_F32S - clean up for signal pre-emphasizing SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ] #include <mlib.h> void mlib_SignalEmphasizeFree_S16_S16(void *filter); void mlib_SignalEmphasizeFree_S16S_S16S(void *filter); void mlib_SignalEmphasizeFree_F32_F32(void *filter); void mlib_SignalEmphasizeFree_F32S_F32S(void *filter); DESCRIPTION
Each of these functions releases the memory allocated for the internal state's structure. PARAMETERS
Each of the functions takes the following arguments: filter Internal filter structure. RETURN VALUES
None. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
mlib_SignalEmphasize_S16_S16_Sat(3MLIB), mlib_SignalEmphasizeInit_S16_S16(3MLIB), attributes(5) SunOS 5.11 2 Mar 2007 mlib_SignalEmphasizeFree_S16_S16(3MLIB)