コード例 #1
0
 private void button_Decode_Click(object sender, RoutedEventArgs e)
 {
     ShannonFano.Decode(textBox_FileLocation.Text);
 }
コード例 #2
0
 private void button_Encode_Click(object sender, RoutedEventArgs e)
 {
     Analyze();
     ShannonFano.Encode(textBox_FileLocation.Text, currentQuantities);
 }