Gallery Items tagged Source Code Listing

Plantilla Universidad de Oviedo
Sencilla plantilla (no oficial) para informes o trabajos universitarios a una sola columna. Contiene paquetes para la inserción de gráficos e imágenes, así como de código informático (especialmente pensado para Octave y Matlab). Se incluyen diversos paquetes para la inserción de símbolos matemáticos y teoremas.
Está totalmente habilitada para la escritura en español.
La portada muestra el escudo de la Universidad de Oviedo.
Nicolás González Meneses

Source Code Highlighting with Minted in LaTeX
The minted package provides automatic syntax highlighting for source code listings. It uses the excellent pygments highlighter, which provides very high quality highlighting for a wide range of languages.
This example also shows how you can use minted to typeset LaTeX math embedded in your source code.
writeLaTeX

FFT of various syntetic and real signals
FFT of various syntetic and real signals
José Gabriel

Industrial I/O
Created with the Beamer Presentation LaTeX Template Version 1.0 (10/11/12) from
LaTeXTemplates.com
Daniel Baluta

Machine Learning for Trading
Document describing basic economic and statistical analysis and how to apply them to machine learning
Ryan Babaie and Neil Hardy

CS22014实验报告模版
使用listings包显示不同的代码。
Meng Zhang

Optimizing The Linux Scheduler For Performance.
The CPU scheduling is the basis of multi-programming operating systems. By switching the
CPU among processes, the operating system can make the computer more productive. The
scheduler controls the way processes are managed in the operating system.
Linux supports preemptive multitasking, this means that the process scheduler decides which process
runs and when.
Balance performance across different computer configurations is one challenge in modern operating
systems.Linux has two separate process-scheduling algorithms.
If a Linux system performs similar tasks in a regular manner, it could be useful to implement
optimizations to the Linux scheduler to optimize the performance of those tasks.
In this project, we analyze and evaluate the impact of changing the kernel values on the performance
of the calculation of 8,765,4321 digits of pi using the Leibniz formula measuring the time that the
system takes to perform the calculation.
Constanza Madrigal Reyes and Ismael Lizárraga González

Data acquisition from mobile sensors
Coursework project on data analysis. Using machine learning and android sensors data to predict whether gadget is located indoors or outdoors.
Matvey

All Inclusive Master Thesis Computer Science
This template includes all you need for your thesis in Computer Science: pseudocode, listsings (sourcecode), tables, math and equations, tables with coloured cells, figures, appendix, toc , custom title, colours and a customizable layout.
The best: all that is wrapped up in little tutorial-style paragraphs with examples.
Licence: MIT
See also: https://github.com/jankapunkt/master-thesis
Jan Küster