Package biana :: Package utilities :: Module int_ascii
[hide private]
[frames] | no frames]

Module int_ascii

source code

BIANA: Biologic Interactions and Network Analysis Copyright (C) 2009 Javier Garcia-Garcia, Emre Guney, Baldo Oliva

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Functions [hide private]
 
int_to_ascii(max_bytes, value) source code
 
ascii_to_int(ascii) source code
 
unsigned_int_to_ascii(max_bytes, value) source code
 
ascii_to_unsigned_int(ascii) source code
 
unsigned_float_to_ascii(bytes, dec_positions, value) source code
 
ascii_to_unsigned_float(dec_positions, ascii) source code
 
float_to_ascii(bytes, dec_positions, value) source code
 
ascii_to_float(dec_positions, ascii) source code
 
unsigned_int_list_to_ascii(bytes, list) source code
 
ascii_to_unsigned_int_list(bytes, ascii) source code
 
unsigned_float_list_to_ascii(int_bytes, dec_bytes, list) source code
 
ascii_to_unsigned_float_list(bytes, dec_bytes, ascii) source code
 
int_list_to_ascii(bytes, list) source code
 
ascii_to_int_list(bytes, ascii) source code
 
float_list_to_ascii(int_bytes, dec_bytes, list) source code
 
ascii_to_float_list(bytes, dec_bytes, ascii) source code