All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data Structures and secondary ones—in short, becoming a true Linux hacker.
标签: efficient curious answers people
上传时间: 2013-12-29
上传用户:lifangyuan12
非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex Structures. The program is very flexible and was designed to be extended and modified by the user. In particular the program can easily be modified to use a different formulation of the equations of motions, different time integration operators and other additional options.
上传时间: 2016-11-12
上传用户:hopy
密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data Structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. NTL provides high quality implementations of state-of-the-art algorithms for: * arbitrary length integer arithmetic and arbitrary precision floating point arithmetic * polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more * lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev * basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.
标签: high-performance providing portable library
上传时间: 2014-01-04
上传用户:exxxds
Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and Voronoi diagrams are among the most widely used data Structures in the field of Computational Geometry. These are Java-oriented source codes.
标签: Delaunay triangulations triangulation clicking
上传时间: 2013-11-25
上传用户:zhaiye
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab Structures. The CRC ExploreStruct was designed to expose the contents of the array struct to any depth and plot any of the components. This tool is very useful for programmers using Structures in their code
标签: StructBrowser submitted enhanced updated
上传时间: 2017-03-05
上传用户:csgcd001
how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive Structures (while and for loops). * The increment operators (++). * Selection Structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.
标签: Creation constant Passing vectors
上传时间: 2017-04-25
上传用户:1079836864
This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the Structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system methods. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.
标签: reservation developed project emulate
上传时间: 2017-04-27
上传用户:6546544
The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT Structures. You must take the endian into consideration. It must be changed for your platform first or the compiler will abort with an error.
标签: C. dependence middleware platform
上传时间: 2014-01-12
上传用户:cccole0605
As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related data can be stored together in arrays or Structures.
标签: programming variables language Fortran
上传时间: 2017-05-18
上传用户:hongmo
The purpose of this study is to explore the possibilities offered by current Artificial Neural Net(ANN) Structures and topologies and determine their strengths and weaknesses.
标签: possibilities Artificial purpose explore
上传时间: 2014-11-02
上传用户:ommshaggar