Sux data structures 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Sux data structures 0.3 (Default branch)
# 1  
Old 02-21-2008
Sux data structures 0.3 (Default branch)

Sux is a set of high-performance implementationsof basic and advanced succinct data structures inC++ and Java.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Signalsafe data structures

Hello, I have a signal handler which manipulates a data structure. The data structure's operations aren't atomic. So if two threads/processes are in a critical section at the same time the data structure will be broken. With threads you can avoid this stuff with semaphores etc. However,... (10 Replies)
Discussion started by: littlegnome
10 Replies

2. Shell Programming and Scripting

Perl Data Structures

Here is what i need to do. @data #has all column wise data so say info for col 1 location for all rows would be in this array $array = \@data But i need to create a file which should contain these information in a format for all columns even if i have got no values from some of the index... (0 Replies)
Discussion started by: dinjo_jo
0 Replies

3. Programming

shared memory - userdefined data structures

Hello, I wonder if I can write my userdefined data structures(ex: a list) to a shared memory segment? I know, the shm functions get (void*) parameter so I should be able to read and write a list into the shared memory. may someone inform and clarify me about that, please? (1 Reply)
Discussion started by: xyzt
1 Replies
Login or Register to Ask a Question
BALLView(1)						      General Commands Manual						       BALLView(1)

NAME
BALLView - A free molecular modeling and molecular graphics tool SYNOPSIS
BALLView [Molecular-file] DESCRIPTION
BALLView BALLView provides fast OpenGL-based visualization of molecular structures, molecular mechanics methods (minimization, MD simula- tion using the AMBER and CHARMM force fields), calculation and visualization of electrostatic properties (FDPB). BALLView is based on BALL (Biochemical Algorithms Library) , which is currently being developed in the groups of Oliver Kohlbacher (Univer- sity of Tuebingen, Germany), Andreas Hildebrandt (Saarland University, Saarbruecken, Germany), and Hans-Peter Lenhof (Saarland University, Saarbruecken, Germany). BALL is an application framework in C++ that has been specifically designed for rapid software development in Molecular Modeling and Computational Molecular Biology. It provides an extensive set of data structures as well as classes for Molecular Mechanics, advanced solvation methods, comparison and analysis of protein structures, file import/export, and visualization. BALLView is available under the LGPL licence. Homepage: www.BALLView.org USAGE
To run BALLView, simply type: BALLView or BALLView file.pdp where file.pdb is your PDB file. BALLView also supports HIN, MOL, MOL2 and SD files. BALLView provides HTML documentation, that is available in the application itself (see Help menu). This package also includes Python example scripts, that can be run in BALLView. They can be found under /usr/share/BALL/PYTHON. AUTHOR
BALLView is copyright 1998-2009 by the BALL project group SEE ALSO
http://www.ballview.org 24 January 2009 BALLView(1)