Gallery Items tagged Algorithm

算法排版
An example of algorithm in Chinese
ZKD

Muffler Optimization
Maximization of muffler performance is important, but there is always space volume constraints.
Shape optimization of multi-segments Muffler coupled with the GA searching technique.
Outline:
Problem Statement
Derivation of Four Pole Matrices and an expression for STL
Introduction to GA and it's Implementation
A numerical case of noise elimination on pure tone
Results and Discussion
Vivek S

Getting rich and guessing lottery numbers
This document describes a topic proposition for Data Mining Project -course.
Rodion Efemov

YAACT: A genetic algorithm tool for code coverage analysis
Testing is both technically and economically an important part of high quality software production. It has been estimated that testing accounts for half of the expenses in software production. Much of the testing is done manually or using other labor-intensive methods. It is thus vital for the software industry to develop efficient, cost effective, and automatic means and tools for software testing. Researchers have proposed several methods over years to generate automatically solution which have different drawbacks. This study examines automatic software testing optimization by using genetic algorithm approaches. This study will cover two approaches: a) obtain the sequence of regression tests that cover the greatest amount of code and b) once it is achieved another genetic algorithm will eliminate tests cases that cover the same section of code on the basis of still get the maximum code coverage. The overall aim of this research is to reduce the number of test cases that need to be run with the greatest amount of code covered.
Victor Rodriguez /Jindrizca Domingez

Algoritmos de Ordenação
An algorithm is a scheme for solving a problem. Can be implemented with any sequence of values or objects that have an infinite logic that is, anything that can provide a logical sequence.
Romário Ferreira

Easy PSET Template
Easy PSET template with examples.
Cameron Cruz

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

algorithmicx (algpseudocode) example
An example using the predefined algpseudocode command set from the algorithmicx package, for typesetting pseudocode or algorithms.
LianTze Lim

Cycle Detection Algorithm: the Hare and the Tortoise
Explain how the Floyd's cycle detection algorithm works.
Frank the Bunny