1.

Record Nr.

UNISA990000087540203316

Titolo

Semeion karitos : scritti e memorie offerti al liceo classico F.De Sanctis nel 35. anniversario della fondazione / a cura di E.Amato, G.Lazzaro, D.Viscido

Pubbl/distr/stampa

Salerno, : Comune, copyr.1998

Descrizione fisica

XXVIII, 283 p. ; 24 cm

Collana

Pubblicazioni in occasione del trentacinquennale della fondazione / Liceo-ginnasio statale "F.De Sanctis" Salerno ; 2

Altri autori (Persone)

AMATO, Eugenio <1974- >

LAZZARO, Giuseppe

VISCIDO, Donato

Disciplina

880.09

Collocazione

XV.1.A. 983(V G 997)

Lingua di pubblicazione

Italiano

Formato

Materiale a stampa

Livello bibliografico

Monografia



2.

Record Nr.

UNINA9910163310903321

Autore

Wells H.G

Titolo

In The Fourth Year : “We must not allow the clock and the calendar to blind us to the fact that each moment of life is a miracle and mystery.”

Pubbl/distr/stampa

London : , : Copyright Group, , 2016

©2016

ISBN

9781785435577

1785435574

Edizione

[1st ed.]

Descrizione fisica

1 online resource (61 pages)

Soggetti

Peace

League of Nations

Democracy

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia



3.

Record Nr.

UNINA9910370253403321

Autore

Manelli Luciano

Titolo

Introducing Algorithms in C : A Step by Step Guide to Algorithms in C / / by Luciano Manelli

Pubbl/distr/stampa

Berkeley, CA : , : Apress : , : Imprint : Apress, , 2020

ISBN

9781484256237

1484256239

Edizione

[1st ed. 2020.]

Descrizione fisica

1 online resource (XIII, 146 p. 70 illus.)

Disciplina

005.1

Soggetti

Compilers (Computer programs)

Algorithms

Computer programming

Compilers and Interpreters

Programming Techniques

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

1. Data Structures -- 2. Design of Algorithms -- 3. Implementation of Algorithms in C.

Sommario/riassunto

Study elementary and complex algorithms with clear examples and implementations in C. This book introduces data types (simple and structured) and algorithms with graphical and textual explanations. In the next sections, you’ll cover simple and complex standard algorithms with their flowcharts: everything is integrated with explanations and tables to give a step-by-step evolution of the algorithms. The main algorithms are: the sum of three or n numbers in a loop, decimal-to-binary conversion, maximum and minimum search, linear/sequential search, binary search, bubble sort, selection sort, merging of two sorted arrays, reading characters from a file, stack management, and factorial and Fibonacci sequences. The last section of Introducing Algorithms in C is devoted to the introduction of the C language and the implementation of the code, which is connected to the studied algorithms. The book is full of screenshots and illustrations showing the meaning of the code. You will: Implement algorithms in C Work with variables, constants, and primitive and structured types Use



arrays, stacks, queues, graphs, trees, hash tables, records, and files Explore the design of algorithms Solve searching problems, including binary search, sorting, and bubble/selection sort Program recursive algorithms with factorial functions and Fibonacci sequences.