基本信息
源码名称:C# 写的计算器,包含单元测试工程和整个系统流程图,类图,时序图
源码大小:1.13M
文件格式:.zip
开发语言:C#
更新时间:2023-07-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 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