java源码生产排程_生产 排程 源码

【实例简介】

生产 排程 源码 生产 排程 源码 生产 排程 源码

【实例截图】

【核心代码】

1fa51921-230e-4b4e-93cc-d6cdcbdcfc24

├── Release One EXE.rar

└── source

└── Release

└── Algorithm

├── Algorithm

│   ├── Algorithm.cs

│   ├── AlgorithmLibruary.csproj

│   ├── bin

│   │   ├── Debug

│   │   │   ├── Algorithm.dll

│   │   │   ├── Algorithm.pdb

│   │   │   ├── Algorithm.vshost.exe

│   │   │   ├── Algorithm.XML

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   └── HeapSort.xml

│   │   └── Release

│   │   ├── Algorithm.dll

│   │   ├── Algorithm.pdb

│   │   ├── HeapSort.dll

│   │   └── HeapSort.pdb

│   ├── Exception

│   │   └── JobUnarrangableException.cs

│   ├── Job.cs

│   ├── obj

│   │   ├── Algorithm.csproj.FileList.txt

│   │   ├── AlgorithmLibruary.csproj.FileList.txt

│   │   ├── Debug

│   │   │   ├── Algorithm.dll

│   │   │   ├── Algorithm.pdb

│   │   │   ├── Refactor

│   │   │   │   ├── Algorithm.dll

│   │   │   │   └── Algorithm.exe

│   │   │   └── ResolveAssemblyReference.cache

│   │   └── Release

│   │   ├── Algorithm.dll

│   │   ├── Algorithm.pdb

│   │   └── ResolveAssemblyReference.cache

│   └── Properties

│   └── AssemblyInfo.cs

├── ClassLibrary1

│   ├── AlgorithmLibruary

│   │   ├── AlgorithmTest.cs

│   │   └── AlgorithmTest.cs~RF2ec4e48.TMP

│   ├── bin

│   │   ├── Debug

│   │   │   ├── Algorithm.dll

│   │   │   ├── Algorithm.pdb

│   │   │   ├── Algorithm.xml

│   │   │   ├── ControlLibruary.dll

│   │   │   ├── ControlLibruary.pdb

│   │   │   ├── ControlLibruary.xml

│   │   │   ├── GUI.exe

│   │   │   ├── GUI.pdb

│   │   │   ├── GUI.xml

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   ├── HeapSort.xml

│   │   │   ├── Interop.SpeechLib.dll

│   │   │   ├── nunit.framework.dll

│   │   │   ├── nunit.framework.extensions.dll

│   │   │   ├── nunit.framework.tests.dll

│   │   │   ├── nunit.framework.xml

│   │   │   ├── Test.dll

│   │   │   ├── Test.pdb

│   │   │   ├── TestResult.xml

│   │   │   └── Test.XML

│   │   └── Release

│   │   ├── Algorithm.dll

│   │   ├── Algorithm.pdb

│   │   ├── ControlLibruary.dll

│   │   ├── ControlLibruary.pdb

│   │   ├── GUI.exe

│   │   ├── GUI.pdb

│   │   ├── HeapSort.dll

│   │   ├── HeapSort.pdb

│   │   ├── Interop.SpeechLib.dll

│   │   ├── nunit.framework.dll

│   │   ├── nunit.framework.extensions.dll

│   │   ├── nunit.framework.tests.dll

│   │   ├── nunit.framework.xml

│   │   ├── Test.dll

│   │   └── Test.pdb

│   ├── GUI

│   │   └── Operation

│   │   └── SwatchAndJobs

│   │   ├── AddJob.cs

│   │   ├── AddSwatch.cs

│   │   ├── CellPosition.cs

│   │   ├── InsertJob.cs

│   │   ├── ModifyCell.cs

│   │   ├── RemoveJob.cs

│   │   ├── RemoveSwatch.cs

│   │   └── Tests

│   │   ├── TestAddJob.cs

│   │   ├── TestAddSwatch.cs

│   │   ├── TestAddSwatch.cs~RF1725404.TMP

│   │   ├── TestInsertJob.cs

│   │   ├── TestInsertJob.cs~RF5424776.TMP

│   │   ├── TestModifyCell.cs

│   │   ├── TestRemoveJob.cs

│   │   ├── TestRemoveSwatch.cs

│   │   └── TestRemoveSwatch.cs~RF5834372.TMP

│   ├── obj

│   │   ├── Debug

│   │   │   ├── ResolveAssemblyReference.cache

│   │   │   ├── Test.dll

│   │   │   └── Test.pdb

│   │   ├── Release

│   │   │   ├── ResolveAssemblyReference.cache

│   │   │   ├── Test.dll

│   │   │   └── Test.pdb

│   │   └── Test.csproj.FileList.txt

│   ├── Properties

│   │   └── AssemblyInfo.cs

│   └── Test.csproj

├── ControlLibruary

│   ├── bin

│   │   ├── Debug

│   │   │   ├── Algorithm.dll

│   │   │   ├── Algorithm.pdb

│   │   │   ├── Algorithm.xml

│   │   │   ├── ControlLibruary.dll

│   │   │   ├── ControlLibruary.pdb

│   │   │   ├── ControlLibruary.XML

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   └── HeapSort.xml

│   │   └── Release

│   │   ├── Algorithm.dll

│   │   ├── Algorithm.pdb

│   │   ├── ControlLibruary.dll

│   │   ├── ControlLibruary.pdb

│   │   ├── HeapSort.dll

│   │   └── HeapSort.pdb

│   ├── ColorStyle.cs

│   ├── ControlLibruary.csproj

│   ├── DrawUsePoint.cs

│   ├── JobDataView.cs

│   ├── JobDataView.Designer.cs

│   ├── JobDataView.resx

│   ├── NetworkChart.cs

│   ├── NetworkChart.Designer.cs

│   ├── NetworkChart.resx

│   ├── obj

│   │   ├── ControlLibruary.csproj.FileList.txt

│   │   ├── Debug

│   │   │   ├── ControlLibruary.csproj.GenerateResource.Cache

│   │   │   ├── ControlLibruary.dll

│   │   │   ├── ControlLibruary.pdb

│   │   │   ├── Paicheng.ControlLibruary.JobDataView.resources

│   │   │   ├── Paicheng.ControlLibruary.NetworkChart.resources

│   │   │   ├── Refactor

│   │   │   │   └── ControlLibruary.dll

│   │   │   └── ResolveAssemblyReference.cache

│   │   └── Release

│   │   ├── ControlLibruary.csproj.GenerateResource.Cache

│   │   ├── ControlLibruary.dll

│   │   ├── ControlLibruary.pdb

│   │   ├── Paicheng.ControlLibruary.JobDataView.resources

│   │   ├── Paicheng.ControlLibruary.NetworkChart.resources

│   │   └── ResolveAssemblyReference.cache

│   ├── Properties

│   │   └── AssemblyInfo.cs

│   └── Strategy

│   ├── NormalStrategy.cs

│   ├── SimpleStrategy.cs

│   ├── Strategy.cs

│   └── Strategy.cs~RF17e0a00.TMP

├── GUI

│   ├── bin

│   │   ├── Debug

│   │   │   ├── Algorithm.exe

│   │   │   ├── ControlLibruary.dll

│   │   │   ├── ControlLibruary.pdb

│   │   │   ├── ControlLibruary.xml

│   │   │   ├── GUI.exe

│   │   │   ├── GUI.pdb

│   │   │   ├── GUI.vshost.exe

│   │   │   ├── GUI.XML

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   ├── HeapSort.xml

│   │   │   ├── Images

│   │   │   │   ├── Icons

│   │   │   │   │   ├── Add Job.png

│   │   │   │   │   ├── Add Swatch.png

│   │   │   │   │   ├── Back.png

│   │   │   │   │   ├── Close.png

│   │   │   │   │   ├── Copy.png

│   │   │   │   │   ├── Cut.png

│   │   │   │   │   ├── Delete.png

│   │   │   │   │   ├── Exit.png

│   │   │   │   │   ├── Forward.png

│   │   │   │   │   ├── Insert Job.png

│   │   │   │   │   ├── NewDocument.png

│   │   │   │   │   ├── OpenDocument.png

│   │   │   │   │   ├── Options.png

│   │   │   │   │   ├── Paste.png

│   │   │   │   │   ├── PAUSE_OFF.ico

│   │   │   │   │   ├── PAUSE_ON.ico

│   │   │   │   │   ├── PLAY_OFF.ico

│   │   │   │   │   ├── PLAY_ON.ico

│   │   │   │   │   ├── Print.png

│   │   │   │   │   ├── RemoveJob.png

│   │   │   │   │   ├── Remove.png

│   │   │   │   │   ├── SaveAs.png

│   │   │   │   │   ├── Save.png

│   │   │   │   │   ├── Share.png

│   │   │   │   │   ├── StartButtonImage.png

│   │   │   │   │   ├── Stop 2.png

│   │   │   │   │   ├── STOP_OFF.ico

│   │   │   │   │   ├── STOP_ON.ico

│   │   │   │   │   └── Themes 2.png

│   │   │   │   ├── LOGO1.png

│   │   │   │   └── LOGO.ico

│   │   │   └── Interop.SpeechLib.dll

│   │   └── Release

│   │   ├── Algorithm.exe

│   │   ├── ControlLibruary.dll

│   │   ├── ControlLibruary.pdb

│   │   ├── GUI.exe

│   │   ├── GUI.pdb

│   │   ├── GUI.vshost.exe

│   │   ├── HeapSort.dll

│   │   ├── HeapSort.pdb

│   │   ├── Images

│   │   │   ├── Icons

│   │   │   │   ├── Add Job.png

│   │   │   │   ├── Add Swatch.png

│   │   │   │   ├── Back.png

│   │   │   │   ├── Close.png

│   │   │   │   ├── Copy.png

│   │   │   │   ├── Cut.png

│   │   │   │   ├── Delete.png

│   │   │   │   ├── Exit.png

│   │   │   │   ├── Forward.png

│   │   │   │   ├── Insert Job.png

│   │   │   │   ├── NewDocument.png

│   │   │   │   ├── OpenDocument.png

│   │   │   │   ├── Options.png

│   │   │   │   ├── Paste.png

│   │   │   │   ├── PAUSE_OFF.ico

│   │   │   │   ├── PAUSE_ON.ico

│   │   │   │   ├── PLAY_OFF.ico

│   │   │   │   ├── PLAY_ON.ico

│   │   │   │   ├── Print.png

│   │   │   │   ├── RemoveJob.png

│   │   │   │   ├── Remove.png

│   │   │   │   ├── SaveAs.png

│   │   │   │   ├── Save.png

│   │   │   │   ├── Share.png

│   │   │   │   ├── StartButtonImage.png

│   │   │   │   ├── Stop 2.png

│   │   │   │   ├── STOP_OFF.ico

│   │   │   │   ├── STOP_ON.ico

│   │   │   │   ├── Themes 2.png

│   │   │   │   └── Thumbs.db

│   │   │   ├── LOGO1.png

│   │   │   ├── LOGO.ico

│   │   │   └── Thumbs.db

│   │   └── Interop.SpeechLib.dll

│   ├── Form1.Designer.cs~RF12038f9.TMP

│   ├── Form1.Designer.cs~RF19043f4.TMP

│   ├── FrmAbout.cs

│   ├── FrmAbout.cs~RFada33e8.TMP

│   ├── FrmAbout.Designer.cs

│   ├── FrmAbout.resx

│   ├── frmDocument.resx

│   ├── Global

│   │   └── ApplicationState.cs

│   ├── GUI.csproj

│   ├── GUI.csproj.user

│   ├── LOGO.ico

│   ├── MainFrame.cs

│   ├── MainFrame.Designer.cs

│   ├── MainFrame.resx

│   ├── MainFrame.resx~RF191f31b.TMP

│   ├── obj

│   │   ├── Debug

│   │   │   ├── GUI.csproj.GenerateResource.Cache

│   │   │   ├── GUI.csproj.ResolveComReference.cache

│   │   │   ├── GUI.exe

│   │   │   ├── GUI.pdb

│   │   │   ├── GUI.Properties.Resources.resources

│   │   │   ├── Interop.SpeechLib.dll

│   │   │   ├── Paicheng.GUI.FrmAbout.resources

│   │   │   ├── Paicheng.GUI.MainFrame.resources

│   │   │   ├── Refactor

│   │   │   │   └── GUI.exe

│   │   │   ├── ResolveAssemblyReference.cache

│   │   │   └── TempPE

│   │   │   └── Properties.Resources.Designer.cs.dll

│   │   ├── GUI.csproj.FileList.txt

│   │   └── Release

│   │   ├── build.force

│   │   ├── GUI.csproj.GenerateResource.Cache

│   │   ├── GUI.csproj.ResolveComReference.cache

│   │   ├── GUI.exe

│   │   ├── GUI.pdb

│   │   ├── GUI.Properties.Resources.resources

│   │   ├── Interop.SpeechLib.dll

│   │   ├── Paicheng.GUI.FrmAbout.resources

│   │   ├── Paicheng.GUI.MainFrame.resources

│   │   ├── ResolveAssemblyReference.cache

│   │   └── TempPE

│   │   └── Properties.Resources.Designer.cs.dll

│   ├── Operation

│   │   └── SwatchAndJobs

│   │   ├── AddJob.cs

│   │   ├── AddSwatch.cs

│   │   ├── CellPosition.cs

│   │   ├── InsertJob.cs

│   │   ├── ModifyCell.cs

│   │   ├── RemoveJob.cs

│   │   ├── RemoveJob.cs~RF197faee.TMP

│   │   └── RemoveSwatch.cs

│   ├── Program.cs

│   ├── Properties

│   │   ├── app.manifest

│   │   ├── AssemblyInfo.cs

│   │   ├── Resources.Designer.cs

│   │   ├── Resources.resx

│   │   ├── Settings.Designer.cs

│   │   └── Settings.settings

│   ├── Resources

│   │   └── Icon1.ico

│   ├── Utils

│   │   └── IOUtils

│   │   ├── FileSystemModel.cs

│   │   ├── GridCellPair.cs

│   │   └── JobSavePair.cs

│   └── Voice

│   ├── LOGO.ico

│   └── ReadVoice.cs

├── HeapSort

│   ├── bin

│   │   ├── Debug

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   └── HeapSort.XML

│   │   └── Release

│   │   ├── HeapSort.dll

│   │   └── HeapSort.pdb

│   ├── obj

│   │   ├── Debug

│   │   │   ├── HeapSort.dll

│   │   │   ├── HeapSort.pdb

│   │   │   └── Refactor

│   │   │   ├── HeapSort.dll

│   │   │   └── HeapSort.exe

│   │   ├── Release

│   │   │   ├── HeapSort.dll

│   │   │   └── HeapSort.pdb

│   │   └── Utilities.csproj.FileList.txt

│   ├── Properties

│   │   ├── AssemblyInfo.cs

│   │   └── AssemblyInfo.cs~RF2487ead.TMP

│   ├── Serialize

│   │   ├── BinarySerializer.cs

│   │   └── XMLSerializer.cs

│   ├── Sort

│   │   ├── Comparator.cs

│   │   └── HeapSort.cs

│   ├── Test.cs

│   ├── Undo

│   │   ├── UndoRedoItem.cs

│   │   └── UndoRedoManager.cs

│   └── Utilities.csproj

├── localtestrun.testrunconfig

├── PaiCheng.sln

├── PaiCheng.suo

├── PaiCheng.vsmdi

├── TestPaichengProject

│   ├── AlgorithmTest.cs

│   ├── AuthoringTests.txt

│   ├── bin

│   │   └── Debug

│   │   ├── Algorithm.dll

│   │   ├── Algorithm.pdb

│   │   ├── Algorithm.xml

│   │   ├── HeapSort.dll

│   │   ├── HeapSort.pdb

│   │   ├── HeapSort.xml

│   │   ├── TestPaichengProject.dll

│   │   └── TestPaichengProject.pdb

│   ├── JobTest.cs

│   ├── JobUnarrangableExceptionTest.cs

│   ├── obj

│   │   ├── Debug

│   │   │   ├── TestPaichengProject.dll

│   │   │   └── TestPaichengProject.pdb

│   │   └── TestPaichengProject.csproj.FileList.txt

│   ├── Properties

│   │   └── AssemblyInfo.cs

│   ├── TestPaichengProject.csproj

│   └── VSCodeGenAccessors.cs

└── TestResults

├── Superymk_FOUNDER 2007-07-31 11_57_04

│   └── Out

│   ├── Algorithm.dll

│   ├── Algorithm.pdb

│   ├── HeapSort.dll

│   ├── HeapSort.pdb

│   ├── testpaichengproject.dll

│   └── TestPaichengProject.pdb

└── Superymk_FOUNDER 2007-07-31 11_57_04.trx

79 directories, 328 files

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值