• 大小: 53KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: C#
  • 标签: c#  经典  编程  切割钢材  

资源简介

爱经典,爱编程!本程序用的是c#语言编写的,windows程序界面,很有参考价值哦!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace WindowsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        int i j;
        private void button1_Click(object sender EventArgs e)
        {
            int  a b;
            int l = 321;
            for (a = 1; a < 19; a++)
                for (b = 1; b < 12; b++)
                    if ((321 - 17 * a - 27 * b >= 0) && (l > 321 - 17 * a - 27 * b))
                    {
                        i = a;
                        j = b;
                        l = 321 - 17 * a - 27 * b;

                    }
            label1.Text = “A、B:“ + i.ToString() + “、“+
           j.ToString() + “  R:“ + l.ToString();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-04-22 14:41  切割钢材\
     目录           0  2010-04-22 14:49  切割钢材\切割钢材\
     文件         925  2010-04-21 22:58  切割钢材\切割钢材.sln
     文件       14848  2010-04-22 14:49  切割钢材\切割钢材.suo
     目录           0  2010-04-22 14:41  切割钢材\切割钢材\bin\
     目录           0  2010-04-22 14:41  切割钢材\切割钢材\bin\Debug\
     文件       20480  2010-04-21 22:58  切割钢材\切割钢材\bin\Debug\WindowsApplication1.exe
     文件       26112  2010-04-21 22:58  切割钢材\切割钢材\bin\Debug\WindowsApplication1.pdb
     文件        5632  2005-11-11 22:25  切割钢材\切割钢材\bin\Debug\WindowsApplication1.vshost.exe
     文件       20480  2010-04-22 14:49  切割钢材\切割钢材\bin\Debug\切割钢材.exe
     文件       28160  2010-04-22 14:49  切割钢材\切割钢材\bin\Debug\切割钢材.pdb
     文件        5632  2005-11-11 22:25  切割钢材\切割钢材\bin\Debug\切割钢材.vshost.exe
     目录           0  2010-04-22 14:41  切割钢材\切割钢材\bin\Release\
     文件         946  2010-04-22 14:49  切割钢材\切割钢材\Form1.cs
     文件        3999  2010-04-22 13:21  切割钢材\切割钢材\Form1.Designer.cs
     文件        5814  2010-04-22 13:21  切割钢材\切割钢材\Form1.resx
     目录           0  2010-04-22 14:48  切割钢材\切割钢材\obj\
     目录           0  2010-04-22 14:49  切割钢材\切割钢材\obj\Debug\
     目录           0  2010-04-22 14:41  切割钢材\切割钢材\obj\Debug\TempPE\
     文件         842  2010-04-21 22:54  切割钢材\切割钢材\obj\Debug\WindowsApplication1.csproj.GenerateResource.Cache
     文件       20480  2010-04-21 22:58  切割钢材\切割钢材\obj\Debug\WindowsApplication1.exe
     文件         180  2010-04-22 13:21  切割钢材\切割钢材\obj\Debug\WindowsApplication1.Form1.resources
     文件       26112  2010-04-21 22:58  切割钢材\切割钢材\obj\Debug\WindowsApplication1.pdb
     文件         180  2010-04-21 22:54  切割钢材\切割钢材\obj\Debug\WindowsApplication1.Properties.Resources.resources
     文件         842  2010-04-22 13:21  切割钢材\切割钢材\obj\Debug\切割钢材.csproj.GenerateResource.Cache
     文件       20480  2010-04-22 14:49  切割钢材\切割钢材\obj\Debug\切割钢材.exe
     文件       28160  2010-04-22 14:49  切割钢材\切割钢材\obj\Debug\切割钢材.pdb
     目录           0  2010-04-22 14:41  切割钢材\切割钢材\obj\Release\
     文件         317  2010-04-22 14:49  切割钢材\切割钢材\obj\切割钢材.csproj.FileList.txt
     文件         877  2010-04-22 13:21  切割钢材\切割钢材\obj\切割钢材.csproj.FileListAbsolute.txt
     文件         478  2010-04-21 22:47  切割钢材\切割钢材\Program.cs
............此处省略8个文件信息

评论

共有 条评论