登录
首页 » C# » C#成品

C#成品

于 2020-06-16 发布 文件大小:562KB
0 61
下载积分: 1 下载次数: 0

代码说明:

  在C#环境下利用逆波兰式开发的代码较为精简的简易计算器。(Simple calculator with simpler code developed in reverse Polish style in C# environment.)

文件列表:

fishs_computer, 0 , 2019-01-03
fishs_computer\QQ截图20190103212710.png, 95027 , 2019-01-03
fishs_computer\简易计算器, 0 , 2019-01-03
fishs_computer\简易计算器.sln, 885 , 2018-10-24
fishs_computer\简易计算器.suo, 33280 , 2019-01-03
fishs_computer\简易计算器\bin, 0 , 2019-01-03
fishs_computer\简易计算器\bin\Debug, 0 , 2019-01-03
fishs_computer\简易计算器\bin\Debug\fishs_computer.exe, 221184 , 2019-01-03
fishs_computer\简易计算器\bin\Debug\fishs_computer.pdb, 32256 , 2019-01-03
fishs_computer\简易计算器\bin\Debug\fishs_computer.vshost.exe, 11600 , 2019-01-03
fishs_computer\简易计算器\bin\Debug\fishs_computer.vshost.exe.manifest, 490 , 2010-03-17
fishs_computer\简易计算器\bin\Debug\简易计算器.exe, 18944 , 2018-10-17
fishs_computer\简易计算器\bin\Debug\简易计算器.pdb, 38400 , 2018-10-17
fishs_computer\简易计算器\bin\Debug\简易计算器.vshost.exe.manifest, 490 , 2010-03-17
fishs_computer\简易计算器\bin\Release, 0 , 2018-10-16
fishs_computer\简易计算器\fishs_computer.csproj, 3992 , 2018-10-24
fishs_computer\简易计算器\Form1.cs, 9673 , 2019-01-03
fishs_computer\简易计算器\Form1.Designer.cs, 16311 , 2019-01-03
fishs_computer\简易计算器\Form1.resx, 5817 , 2019-01-03
fishs_computer\简易计算器\obj, 0 , 2019-01-03
fishs_computer\简易计算器\obj\x86, 0 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug, 0 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 4501 , 2018-07-26
fishs_computer\简易计算器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6578 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\fishs_computer.csproj.FileListAbsolute.txt, 2128 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\fishs_computer.exe, 221184 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\fishs_computer.pdb, 32256 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\fishs_computer.Properties.Resources.resources, 180 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\GenerateResource.read.1.tlog, 1094 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\GenerateResource.write.1.tlog, 2590 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\ResolveAssemblyReference.cache, 8031 , 2018-07-26
fishs_computer\简易计算器\obj\x86\Debug\TempPE, 0 , 2019-01-03
fishs_computer\简易计算器\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll, 4608 , 2018-10-24
fishs_computer\简易计算器\obj\x86\Debug\简易计算器.Form1.resources, 180 , 2019-01-03
fishs_computer\简易计算器\Program.cs, 496 , 2018-07-26
fishs_computer\简易计算器\Properties, 0 , 2019-01-03
fishs_computer\简易计算器\Properties\AssemblyInfo.cs, 1380 , 2018-07-26
fishs_computer\简易计算器\Properties\Resources.Designer.cs, 2867 , 2018-10-24
fishs_computer\简易计算器\Properties\Resources.resx, 5612 , 2018-07-26
fishs_computer\简易计算器\Properties\Settings.Designer.cs, 1113 , 2018-10-24
fishs_computer\简易计算器\Properties\Settings.settings, 249 , 2018-07-26
fishs_computer\简易计算器\未标题-3.ico, 204062 , 2018-10-24

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

发表评论

0 个回复

  • irrlichtCustomSceneNode
    irrlicht的CustomSceneNode的例子,需要的请下载(irrlicht the CustomSceneNode example, the need to download)
    2007-04-10 16:08:45下载
    积分:1
  • osg_osgearth
    osgearth的文档资料不多,这里几乎是所有可以找到的中文资料,以及一些osg的中文资料(osgearth documentation much, here you can find almost all the Chinese data, as well as some of the Chinese data osg)
    2020-11-19 09:59:38下载
    积分:1
  • timeoutsocket
    socket建立连接超时的控制 (Controlling socket when timeout)
    2021-04-15 14:08:54下载
    积分:1
  • spra846a
    A DSP/BIOS EDMA McBSP Device Driver for TMS320C6x1x DSPs
    2011-12-12 10:43:29下载
    积分:1
  • CImage
     我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。(We know that the Visual C++ the CBitmap class and static picture control function is relatively weak, it only shows the icon resources, bitmaps, cursors, as well as the contents of the metafile, rather than the Image control in VB show the vast majority of external image files (BMP, GIF,, JPEG, etc.). Therefore, I want to display external image files in a dialog or other window only by means of third party controls or code. Now, new class CImage MFC and ATL shared many of the corresponding method for image processing, which makes the Visual C++ of defects in the image is gone forever.)
    2012-05-28 11:47:09下载
    积分:1
  • 利用uu云打码平台的lib实现的c#打码平台可扩展
    利用uu云打码平台的lib实现的c#打码平台可扩展
    2014-03-31下载
    积分:1
  • Smartduino智能小车例
    Smartduino智能小车程序,可以控制小车各种动作,来玩小车吧(Smartduino Intelligent Car Program, you can control the various movements of the car, to play with the car bar)
    2020-06-22 22:20:01下载
    积分:1
  • GN480_AppPC
    gn480 pc app file windows
    2020-06-24 14:00:01下载
    积分:1
  • deny_cmd
    Deny running of specify process
    2010-11-12 01:53:36下载
    积分:1
  • dns
    说明:  一个简单的DNS服务器,可以在嵌入式系统中使用。(A simple DNS server,it can be used in embedded system.)
    2019-04-02 11:00:11下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载