登录
首页 » C# » 003

003

于 2020-11-01 发布
0 108
下载积分: 1 下载次数: 0

代码说明:

说明:  第三题 分别用类的继承、虚函数、抽象类继承、接口实现计算球、圆柱、圆锥的表面积和体积。(Third questions The surface area and volume of sphere, cylinder and cone are calculated by class inheritance, virtual function, abstract class inheritance and interface.)

文件列表:

003\.vs\003\DesignTimeBuild\.dtbcache, 370960 , 2019-10-17
003\.vs\003\v16\.suo, 25088 , 2019-10-31
003\.vs\003\v16\Server\sqlite3\db.lock, 0 , 2019-10-17
003\.vs\003\v16\Server\sqlite3\storage.ide, 626688 , 2019-10-31
003\003.csproj, 219 , 2019-10-17
003\003.sln, 1111 , 2019-10-17
003\bin\Debug\netcoreapp2.1\003.deps.json, 441 , 2019-10-17
003\bin\Debug\netcoreapp2.1\003.dll, 5632 , 2019-10-31
003\bin\Debug\netcoreapp2.1\003.pdb, 1036 , 2019-10-31
003\bin\Debug\netcoreapp2.1\003.runtimeconfig.dev.json, 252 , 2019-10-17
003\bin\Debug\netcoreapp2.1\003.runtimeconfig.json, 154 , 2019-10-17
003\obj\003.csproj.nuget.cache, 149 , 2019-10-17
003\obj\003.csproj.nuget.dgspec.json, 1686 , 2019-10-17
003\obj\003.csproj.nuget.g.props, 1563 , 2019-10-17
003\obj\003.csproj.nuget.g.targets, 981 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.AssemblyInfo.cs, 992 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.AssemblyInfoInputs.cache, 42 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.assets.cache, 20697 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.csproj.CoreCompileInputs.cache, 42 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.csproj.FileListAbsolute.txt, 599 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.csprojAssemblyReference.cache, 424 , 2019-10-17
003\obj\Debug\netcoreapp2.1\003.dll, 5632 , 2019-10-31
003\obj\Debug\netcoreapp2.1\003.pdb, 1036 , 2019-10-31
003\obj\project.assets.json, 39568 , 2019-10-17
003\Program.cs, 2454 , 2019-10-17
003\.vs\003\v16\Server\sqlite3, 0 , 2019-10-31
003\.vs\003\v16\Server, 0 , 2019-10-17
003\.vs\003\DesignTimeBuild, 0 , 2019-10-17
003\.vs\003\v16, 0 , 2019-10-17
003\bin\Debug\netcoreapp2.1, 0 , 2019-10-17
003\obj\Debug\netcoreapp2.1, 0 , 2019-10-17
003\.vs\003, 0 , 2019-10-17
003\bin\Debug, 0 , 2019-10-17
003\obj\Debug, 0 , 2019-10-17
003\.vs, 0 , 2019-10-17
003\bin, 0 , 2019-10-17
003\obj, 0 , 2019-10-17
003, 0 , 2019-10-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • get获取网页源代码
    get获取网页源代码
    2020-09-05 11:18:05下载
    积分:1
  • Regedit
    vc 编辑注册表信息Regedit的程序源码,值得一看!(vc edit the registry Regedit program source code, worth a visit!)
    2011-07-01 22:03:37下载
    积分:1
  • 曲面重建
    说明:  pcl点云重建,贪婪三角化,可显示结果,保存obj模型(Greedy triangulation of PCL point cloud reconstruction)
    2020-05-16 18:05:57下载
    积分:1
  • SMSService
    Princip of SMS Messaging, c++
    2009-11-18 08:48:27下载
    积分:1
  • serialize
    序列化又称串行化,是.NET运行时环境用来支持用户定义类型的流化的机制。其目的是以某种存储形成使自定义对象持久化,或者将这种对象从一个地方传输到另一个地方。(Serialization, also known as serialization. NET runtime environment used to support user-defined type of flow mechanism. Its purpose is some storage of the formation of the custom object persistence, or object from one place to another place.)
    2012-06-09 20:20:05下载
    积分:1
  • VC_MFC-Sample1
    Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. (Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
    2012-10-11 07:23:02下载
    积分:1
  • C# 如何修改系统时间 实例源码
    用C#实现修改系统时间的实例
    2013-01-19下载
    积分:1
  • rpg
    说明:  一个rpg游戏源码,用vc++制作(A source rpg game with vc++ Production)
    2008-12-04 20:52:10下载
    积分:1
  • REmodel
    一个计算低RE数的两方程湍流模型,对学习UDF的同学帮助较大(A calculation of the number of low-RE turbulence model for the students to learn more helpful UDF)
    2021-01-02 15:38:57下载
    积分:1
  • dsp-signal-transform
    dsp信号处理模板,实现信号处理图形化,可自由扩展功能(dsp signal transform )
    2012-01-08 20:33:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载