private void button17_Click(object sender, EventArgs e)//删除操作 { int ii; if (dot == 0) { if (i < 10) i = 0; else i = (i - i % 10) / 10; } else { i = ((i * kk)-(i * kk) % 10)/kk; kk = kk / 10; } textBox1.Text = (i).ToString(); }
This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via the Berlekamp iterative algorithm. In the present form , the constants mm, nn, tt, and kk=nn-2tt must be specified (the double letters are used s
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Xml; using System.Text.RegularExpressions;
代码 #include #include using namespace std; int n;int a[20][20]; int b[20][20]; int c[20][20]; void Warshall(); int main(){ //ifstream cin("1.txt"); for(;cin>>n;){ int i,j; for ( i=1;i<=n;i++) { cout<<"请输入矩阵第"<<i+1<<"行元素:";
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using System.Collections; namespace home { public parti