The Practical OPNET User Guide for Computer Network Simulation
Modelación y Simulación de Redes de Comunicaciones
171 Visitas | 163 Descargas | 2013-11-28 16:23:53 | fapaliza
Descripción
Teachers of networking courses in universities constantly look for various new active learning tools for engaging students in classroom discussion, providing stu- dents with hands-on experiences, and getting students to become more interested in the subject area. OPNET software constitutes an excellent active learning tool that may help teachers achieve all these goals. In particular, OPNET software allows teachers to study and evaluate diverse networking systems with as simple or as complex topology as needed, illustrate various networking concepts, and show the students how the network performance changes under different conditions. It is no wonder that more than 500 universities worldwide* currently use OPNET network simulation software in teachin...
Pro Git
Git, Version Control System
240 Visitas | 255 Descargas | 2013-10-07 13:35:43 | alvarojs
Descripción
What is version control, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this book, you will use software source code as the files being version controlled, though in reality you can do this with nearly any type of file on a computer....
Subversion Version Control
Subversion
182 Visitas | 165 Descargas | 2013-10-03 15:26:52 | alvarojs
Descripción
Of course, this book aims to cover the nuts and bolts of Subversion as completely as possible—you can’t very well use Subversion to develop software if you can’t use Subversion—but it does so in the context of how to do the things you want to do in day-to-day software development. The book also goes a step further: It explains how to expand on the built-in capabilities of Subversion to make the system work for you. In some places, that takes the form of example scripts or con?gurations. In others, it is merely ideas that you can expand to ?t your software development process. This is not a book to sell a process. I do make suggestions here and there of what I think will work in certain situations, but you don’t need to buy into my “exhalted process&rdquo...
Bioinformatic programming with Python
Programación en el área de bioinformática utilizando Python como lenguaje de Programación
184 Visitas | 171 Descargas | 2015-07-17 18:16:31 | alejandromorales
Descripción
The purpose of this book is to show the reader how to use the Python programming language to facilitate and automate the wide variety of data manipulation tasks encountered in life science research and development. It is designed to be accessible to readers with a range of interests and backgrounds, both scientific and technical. It emphasizes practical programming, using meaningful examples of useful code. In addition to meeting the needs of individual readers, it can also be used as a textbook for a one-semester upper-level undergraduate or graduate-level course. This book is designed to teach you bioinformatics software development. There is no computational biology here: no statistics, formulas, equations—not even explanations of the algorithms that underlie commonly used inform...