Skip to content
#

vb6-source

Here are 43 public repositories matching this topic...

Markov-Chains-detector-in-VB6

The current VB6 application is a detector that uses observation sequences to construct the transition matrices for two models, which are merged into a single log-likelihood matrix (LLM). A scanner can use this LLM to search for regions of interest inside a longer sequence called z (the target).

  • Updated Nov 17, 2022
  • Visual Basic 6.0
Simple-sequence-alignment-in-VB6

This highly responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the pairwise alignment as well as the score matrix in real time. The purpose of it is to seeks the optimal alignment between two text sequences.

  • Updated Nov 17, 2022
  • Visual Basic 6.0
Mix-two-signals-by-using-Spectral-Forecast-in-VB6-app-v1.0

Spectral Forecast equation (VB6 app 1.0) - is a demo application designed in Visual Basic 6.0, that is able to mix two signals in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on the value of a parameter called distance.

  • Updated Nov 17, 2022
  • Visual Basic 6.0
Markov-Chains-Simulation-framework

The Markov Chains - Simulation framework is a Markov Chain Generator that uses probability values from a transition matrix to generate strings. At each step the new string is analyzed and the letter frequencies are computed. These frequencies are displayed as signals on a graph at each step in order to capture the overall behavior of the MCG.

  • Updated Nov 17, 2022
  • Visual Basic 6.0

Improve this page

Add a description, image, and links to the vb6-source topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vb6-source topic, visit your repo's landing page and select "manage topics."

Learn more