Βασικά είναι ηλεκτρονικά βιβλία. Θα δοκιμάσω ότι μου έστειλες και θα σε ενημερώσω
2008/7/2 Dimitris <[EMAIL PROTECTED]>: > Γεια σου Ηλία > > Αν εννοείς αρχεία: Protein Data Bank ( > http://reference.wolfram.com/mathematica/ref/format/PDB.html) > δες παρακάτω ένα perl script για να τα ανοίγεις, διαβάζεις, και να τα > γράφεις παρμένο από το CPAN. > > Αν όχι, τότε περιέγραψε λίγο τι αρχείο είναι. Που το βρήκες? Ascii/binary > etc. > > off topic: ON > χαιρετώ όλους στην λίστα. Είμαι νέο μέλος. Βλέπω να επικρατεί ωραίο κλίμα > και συνεργασία. πολύ χαίρομαι. > off topic: OFF > > > ------------ > use Chemistry::File::PDB; > > # read a PDB file > my $macro_mol = Chemistry::MacroMol->read("myfile.pdb"); > > # write a PDB file > $macro_mol->write("out.pdb"); > > # read all models in a multi-model file > my @mols = Chemistry::MacroMol->read("models.pdb"); > > # read one model at a time > my $file = Chemistry::MacroMol->file("models.pdb"); > $file->open; > while (my $mol = $file->read_mol($file->fh)) { > # do something with $mol > } > ------------- > > -- > Dimitris Kavroudakis > ___________________ > www.dimitrisk.gr > > > > > ΚΙΝΗΣΗ wrote: > > Καλημέρα σας > > γνωρίζει κανείς πως μπορείς να δεις ηλεκτρονικά βιβλία με extension *.pdb > ; > > > > Ευχαριστώ > > > > -- > > Ηλίας Φ. Ζεέρης, > > Φυσικοθεραπευτής > > Ανδρομάχης 61, 176 71 > > Καλλιθέα Αθήνα > > > > > -- > Ubuntu-gr mailing list > [email protected] > > If you do not want to receive any more messages from the ubuntu-gr mailing > list, please follow this link and choose unsubscribe: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr > -- Ηλίας Φ. Ζεέρης, Φυσικοθεραπευτής Ανδρομάχης 61, 176 71 Καλλιθέα Αθήνα
-- Ubuntu-gr mailing list [email protected] If you do not want to receive any more messages from the ubuntu-gr mailing list, please follow this link and choose unsubscribe: https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr

