104 projects tagged "Windows"
e4Graph is a C++ library that allows programs to store graph-like data persistently and to access and manipulate that data efficiently. With e4Graph, you can arrange your data in the most natural form that reflects the relationships between its parts, rather than having to force it into a table-like format. The e4Graph library also allows you to concentrate on the relationships you want to represent, and not on how to store them in a database. You can modify data items, and add and remove connections and relationships between pieces of data on the fly. e4Graph allows you to represent an unlimited number of different connections between pieces of data, and your program can selectively manipulate the data according to the relationships it cares about, not having to know about other connections represented in the data set.
f/Calc is a utility to calculate lens formulae for photographers so you can focus on the artistic bits rather than on the mathematics behind it all. f/Calc can do "f" number arithmetic, and can calculate depth of field, hyperfocal distance, the field of view of a lens, the angle of view of a lens, magnification, and how the focal length of the lens on the camera changes the way the spot metering function works. In addition to the Unix/Linux Tcl/Tk version, there are native Windows, Palm OS, and Macintosh versions as well.
Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.