嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 写的计算器,包含单元测试工程和整个系统流程图,类图,时序图
C# 写的计算器,包含单元测试工程和整个系统流程图,类图,时序图。另外注释为英文注释,包含类的注释和方法的注释,另外还有键盘输入功能
.
├── C# 写的计算器,包含单元测试工程和整个系统流程图,类图,时序图.rar
├── C# 写的计算器,包含单元测试工程和整个系统流程图,类图,时序图.zip
└── C#计算器
├── Caculator-V 2.0
│ ├── Caculator_JiaGW
│ │ ├── CaculatorForm.Designer.cs
│ │ ├── CaculatorForm.cs
│ │ ├── CaculatorForm.resx
│ │ ├── Caculator_JiaGW.csproj
│ │ ├── ClassDiagram1.cd
│ │ ├── Compute.cs
│ │ ├── KeyboardInputs.cs
│ │ ├── PressKey.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ ├── MSN.ICO
│ │ │ └── Thumbs.db
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Caculator_JiaGW.exe
│ │ │ ├── Caculator_JiaGW.pdb
│ │ │ ├── Caculator_JiaGW.vshost.exe
│ │ │ ├── ForPractiseWinForm.exe
│ │ │ ├── ForPractiseWinForm.pdb
│ │ │ ├── ForPractiseWinForm.vshost.exe.manifest
│ │ │ └── MSN.ICO
│ │ └── obj
│ │ └── Debug
│ │ ├── Caculator_JiaGW.Properties.Resources.resources
│ │ ├── Caculator_JiaGW.csproj.FileListAbsolute.txt
│ │ ├── Caculator_JiaGW.csproj.GenerateResource.Cache
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── ForPractiseWinForm.Properties.Resources.resources
│ │ ├── ForPractiseWinForm.csproj.FileListAbsolute.txt
│ │ ├── ForPractiseWinForm.csproj.GenerateResource.Cache
│ │ ├── OptiCaculator.Caculator.resources
│ │ ├── Refactor
│ │ │ └── Caculator_JiaGW.exe
│ │ ├── SimpleCaculator.csproj.FileListAbsolute.txt
│ │ ├── SimpleCaculator.csproj.GenerateResource.Cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Caculator_JiaGW.sln
│ ├── Caculator_JiaGW.suo
│ ├── Caculator_JiaGW.vsmdi
│ ├── Caculator_JiaGW1.vsmdi
│ ├── Caculator_JiaGW2.vsmdi
│ ├── Caculator_JiaGW3.vsmdi
│ ├── Caculator_JiaGW4.vsmdi
│ ├── LocalTestRun.testrunconfig
│ ├── OptiCaculatorTestProject
│ │ ├── AuthoringTests.txt
│ │ ├── CaculatorTest.cs
│ │ ├── ComputeTest.cs
│ │ ├── KeyboardInputsTest.cs
│ │ ├── OptiCaculatorTestProject.csproj
│ │ ├── PressKeyTest.cs
│ │ ├── ProgramTest.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ResourcesTest.cs
│ │ ├── SettingsTest.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Caculator_JiaGW.exe
│ │ │ ├── Caculator_JiaGW.pdb
│ │ │ ├── Caculator_JiaGW_Accessor.dll
│ │ │ ├── Caculator_JiaGW_Accessor.exe
│ │ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ │ ├── OptiCaculatorTestProject.dll
│ │ │ └── OptiCaculatorTestProject.pdb
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Caculator_JiaGW_Accessor.dll
│ │ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ │ ├── OptiCaculatorTestProject.csproj.FileListAbsolute.txt
│ │ │ ├── OptiCaculatorTestProject.dll
│ │ │ ├── OptiCaculatorTestProject.pdb
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ └── テストの参照
│ │ └── Caculator_JiaGW.accessor
│ └── TestResults
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_27_30
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_27_30.trx
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_29_37
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_29_37.trx
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_30_53
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_30_53.trx
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_30_59
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_30_59.trx
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_33_17
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ ├── ShiHui_OMK-SHIHUI 2008-08-20 15_33_17.trx
│ ├── ShiHui_OMK-SHIHUI 2008-08-22 11_06_48
│ │ └── Out
│ │ ├── Caculator_JiaGW.exe
│ │ ├── Caculator_JiaGW.pdb
│ │ ├── Caculator_JiaGW_Accessor.dll
│ │ ├── Caculator_JiaGW_Accessor.pdb
│ │ ├── OptiCaculatorTestProject.pdb
│ │ └── opticaculatortestproject.dll
│ └── ShiHui_OMK-SHIHUI 2008-08-22 11_06_48.trx
├── 图表
│ ├── 计算器类图.vsd
│ ├── 计算器用例图_贾高威.vsd
│ ├── 计算器序列图总图.vsd
│ ├── 计算器界面设计图.vsd
│ ├── 计算器数字键序列图.vsd
│ ├── 计算器流程图第一层.vsd
│ ├── 计算器流程图第三层.vsd
│ ├── 计算器流程图第二层.vsd
│ └── 计算器运算符键序列图.vsd
└── 计算器测试用例.xls
34 directories, 122 files