Post your project for free and start receiving proposals from freelancers within minutes after publication!
Create a C# code and make a block scheme.
The task:
“In all options, the mass is two-dimensional.In the variants with a clear number of masses 20x15.In the variants
The number of masses is 14x22.In all options, all components on the form are created only software !!The !(That is, in the designer you have an empty shape.)In the form (full screen) you create a two-dimensional mass of text fields in which you will be
The elements of the mass.From the top and to the left, you create the required amount.
Label (one-dimensional masses) - in which the numbers of lines and columns will be displayed
The mass accordingly.Also, you need to create another button to perform.
The appropriate option of task.The mass is filled with random whole numbers from the range that is applied by the user.
(It means there should be 2 fields (Textbox or NumericUpDown) in which the boundaries are indicated.
the range and the button button that fills the mass.All additional necessary components depending on the option (click, checkboxes, text
fields and so on.)Add, if necessary, at your own discretion.Find the average arithmetic of each diagonal and distinguish more of them.
To develop the code on the C# d Visual Studio, which would be written where the greater average arithmetic was drawn and that the size of the form was immediately adapted to the size of the task mass.Create a block of the completed code scheme
using the system;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data
using System.Drawing
using System.Linq
using System.Text
using System.Threading.Tasks
using System.Windows.Forms
namespace ghr
by {
Public partial class Form 1 : Form
by {
int i, j, k, v, c, c1, sr1, sr2, s1, s2;
Button A = new button();
Button A1 = new button();
NumericUpDown C = new NumericUpDown();
Label[] E = new Label[14]
Label[] E1 = new Label[22];
TextBox G = new TextBox();
TextBox T = new TextBox();
TextBox TT = new TextBox();
Random rnd = new Random();
NumericUpDown C1 = new NumericUpDown();
TextBox[,] T1 = new TextBox[14, 22];
private void button1_Click(object sender, EventArgs e)
by {
for (i = 0; i < 14; i++)
by {
for (j = 0; j < 22; j++)
by {
c = (int) C Value
c1 = (int) C1.Value
v = rnd.Next (c, c1)
T1[i, j] = new TextBox();
Controls.Add(T1[i, j]);
T1[i, j].SetBounds(i * 60 + 90, 100 + j * 30, 50, 20);
T1 [i, j].Text = (“” + v);
The
The
The
private void button2_Click(object sender, EventArgs e)
by {
for (i = 0; i < 14; i++)
by {
for (j = 0; j < 22; j++)
by {
if (i==j)
by {
T1 [i, j].BackColor = Color.Chartreuse
s1 += Convert.ToInt32(T1[i, j].Text)
T1 [13 - i, j].BackColor = Color.Coral;
s2 += Convert.ToInt32(T1[13 - i, j].Text);
The
The
The
sr1 = s1 / 15;
T.Text = "" + sr1
sr2 = s2 / 15;
TT.Text = "" + sr2
The
Public Form 1 ( )
by {
InitializeComponent();
The
private void Form1_Load(object sender, EventArgs e)
by {
Controls.Add (A) and
A.SetBounds(30, 15, 70 and 30);
A.Text = “Fill”
A.Click += button1_Click
Controls.Add (A1)
A1.SetBounds (130, 15, 100, 20);
A1.Text = “Variant 21”;
A1.Click += button2_Click
Controls.Add (C) and
C.SetBounds(400, 15, 50, 20);
Minimum = 100;
Maximum = 100;
C. Value = 5
Controls.Add(C1)
C1.SetBounds (470, 15, 50, 20)
Minimum = 100;
C1.Maximum = 100
C1 value = 60
Controls.Add (T) and
T.SetBounds (550, 15, 80, 20)
T.Text = “fr.and arithm.1 “;
Controls.Add (TT) and
TT.SetBounds (640, 15, 80, 20)
TT.Text = “fr.and arithm.2 “;
for (i = 0; i < 14; i++)
by {
E[i] = new Label();
Controls.Add (E[i] )
E[i].SetBounds(i * 60 + 90, 60, 50, 20);
E [i].Text = (“” + (i + 1));
The
for (j = 0; j < 22; j++)
by {
E1[j] = new Label();
Controls.Add (E1 [j] )
E1[j].SetBounds(40, 100 + j * 30, 50, 20);
E1 [j].Text = (“” + (j + 1));
The
The
The
The
“In all options, the mass is two-dimensional.In the variants with a clear number of masses 20x15.In the variants
The number of masses is 14x22.In all options, all components on the form are created only software !!The !(That is, in the designer you have an empty shape.)In the form (full screen) you create a two-dimensional mass of text fields in which you will be
The elements of the mass.From the top and to the left, you create the required amount.
Label (one-dimensional masses) - in which the numbers of lines and columns will be displayed
The mass accordingly.Also, you need to create another button to perform.
The appropriate option of task.The mass is filled with random whole numbers from the range that is applied by the user.
(It means there should be 2 fields (Textbox or NumericUpDown) in which the boundaries are indicated.
the range and the button button that fills the mass.All additional necessary components depending on the option (click, checkboxes, text
fields and so on.)Add, if necessary, at your own discretion.Find the average arithmetic of each diagonal and distinguish more of them.
To develop the code on the C# d Visual Studio, which would be written where the greater average arithmetic was drawn and that the size of the form was immediately adapted to the size of the task mass.Create a block of the completed code scheme
using the system;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data
using System.Drawing
using System.Linq
using System.Text
using System.Threading.Tasks
using System.Windows.Forms
namespace ghr
by {
Public partial class Form 1 : Form
by {
int i, j, k, v, c, c1, sr1, sr2, s1, s2;
Button A = new button();
Button A1 = new button();
NumericUpDown C = new NumericUpDown();
Label[] E = new Label[14]
Label[] E1 = new Label[22];
TextBox G = new TextBox();
TextBox T = new TextBox();
TextBox TT = new TextBox();
Random rnd = new Random();
NumericUpDown C1 = new NumericUpDown();
TextBox[,] T1 = new TextBox[14, 22];
private void button1_Click(object sender, EventArgs e)
by {
for (i = 0; i < 14; i++)
by {
for (j = 0; j < 22; j++)
by {
c = (int) C Value
c1 = (int) C1.Value
v = rnd.Next (c, c1)
T1[i, j] = new TextBox();
Controls.Add(T1[i, j]);
T1[i, j].SetBounds(i * 60 + 90, 100 + j * 30, 50, 20);
T1 [i, j].Text = (“” + v);
The
The
The
private void button2_Click(object sender, EventArgs e)
by {
for (i = 0; i < 14; i++)
by {
for (j = 0; j < 22; j++)
by {
if (i==j)
by {
T1 [i, j].BackColor = Color.Chartreuse
s1 += Convert.ToInt32(T1[i, j].Text)
T1 [13 - i, j].BackColor = Color.Coral;
s2 += Convert.ToInt32(T1[13 - i, j].Text);
The
The
The
sr1 = s1 / 15;
T.Text = "" + sr1
sr2 = s2 / 15;
TT.Text = "" + sr2
The
Public Form 1 ( )
by {
InitializeComponent();
The
private void Form1_Load(object sender, EventArgs e)
by {
Controls.Add (A) and
A.SetBounds(30, 15, 70 and 30);
A.Text = “Fill”
A.Click += button1_Click
Controls.Add (A1)
A1.SetBounds (130, 15, 100, 20);
A1.Text = “Variant 21”;
A1.Click += button2_Click
Controls.Add (C) and
C.SetBounds(400, 15, 50, 20);
Minimum = 100;
Maximum = 100;
C. Value = 5
Controls.Add(C1)
C1.SetBounds (470, 15, 50, 20)
Minimum = 100;
C1.Maximum = 100
C1 value = 60
Controls.Add (T) and
T.SetBounds (550, 15, 80, 20)
T.Text = “fr.and arithm.1 “;
Controls.Add (TT) and
TT.SetBounds (640, 15, 80, 20)
TT.Text = “fr.and arithm.2 “;
for (i = 0; i < 14; i++)
by {
E[i] = new Label();
Controls.Add (E[i] )
E[i].SetBounds(i * 60 + 90, 60, 50, 20);
E [i].Text = (“” + (i + 1));
The
for (j = 0; j < 22; j++)
by {
E1[j] = new Label();
Controls.Add (E1 [j] )
E1[j].SetBounds(40, 100 + j * 30, 50, 20);
E1 [j].Text = (“” + (j + 1));
The
The
The
The
Client's review of cooperation with Ilya Kulpin
Create a C# code and make a block scheme.Quality
Professionalism
Cost
Contactability
Deadlines
The task is performed quality and quickly
Freelancer's review of cooperation with Anna Pustovoytenko
Create a C# code and make a block scheme.Payment
Task setting
Clarity of requirements
Contactability
A good customer. He clearly set the task, all the unclear points on the task. It was pleasant to work.
Current freelance projects in the category C#
Refinement of 1C UT 11 for Zebra TSD (RDP): different sound signals when scanning
22 USD
Configuration: 1C UT 11 Address warehouse Zebra TC26 TSD Work via RDP Product scanning is performed in receiving, placement, picking documents, and other warehouse operations. Current problem: Warehouse workers operate through the Zebra TSD. When scanning, they do not always… C#, Databases & SQL ∙ 8 days 7 hours back ∙ 6 proposals |