Gallery Items tagged Source Code Listing

Heat transport mechanisms for an end-heated aluminum rod
The contributions from conduction, convection, and radiation for an end-heated aluminum rod were quantified with experimental considerations in mind. Multiple experiments were carried out to ascertain various physical properties of the system and the aluminum rod. By applying heat-flow theory, simulations, and data-fitting techniques, the specific heat capacity, conductivity, emissivity, convective heat transfer coefficient of the system, and thermal contact resistance between the power source and aluminum rod were determined.
Kevin Multani

How to think like a computer scientist (C++ version)
Permission is granted to copy, distribute, and/or modify this document
under the terms of the Creative Commons Attribution-NonCommercial 3.0
Unported License, which is available at
http://creativecommons.org/licenses/by-nc/3.0
Allen Downey (minor changes by David Topham and Suporn Chenhansa)

Thesis-Template
This template is based on
https://github.com/uniba-dsg/dsg-templates/tree/master/dsg-seminar-en
You can easily get started by defining variables such as the title of your
thesis etc.
Chose whether you want the title page with one logo or with two logo. Default is one.
Images go in the "images" directory. Other resources, e.g. source code files, go in the "resources" directory.
Simply start writing by adding sections in the "sections" directory and including these files in "main.tex".
Note, that this template is optimized for theses in computer science with Java as main programming language. But feel free to configure listings, e.g. for other languages.
Christian Steinmeyer

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

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

Ultrasonic Positioning System
An indoor positioning system relying on time difference of arrival measurements of ultrasonic pings from fixed transmitters.
Code available at https://github.com/YingVictor/ultrasonic-positioning
Michael Danielczuk, Andrew Kim, Monica Lu, and Victor Ying

Programming languages & Styles supported by the minted package
Quick list of supported pygment lexers (programming languages) for the minted package.
Overleaf

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

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