登录
首页 » 算法 » C#计算器

C#计算器

于 2023-01-30 发布 文件大小:2.61 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Runtime.InteropServices; using System.IO; namespace 计算器 { /// /// Form1 的摘要说明。 /// public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button11; private System.Windows.For

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

发表评论

0 个回复

  • 应用BP神经网络辨识模型参数
    应用BP算法实现模型辨识。 程序中给定输入,和实际输出,辨识模型可跟随真实输出值。绘制误差图,模型输出与真实值的对比图。
    2022-03-06 16:17:51下载
    积分:1
  • A*解决八数码问题
    A*算法解决八数码问题,最小优先队列结合DFS结合全排列hash结合A* 算法 f(n) = g(n) + h(n)解决八数码问题。全排列hash就是常说的康拓判重。
    2023-02-08 12:20:04下载
    积分:1
  • 最新的Eigen-3.07库,
    资源描述PCL必备的支持库之一,最强大矩阵计算开源库
    2022-11-08 02:50:03下载
    积分:1
  • 最短路径
    带权有向图的最短路径的求解,包括狄克斯特拉算法;弗洛伊德算法;
    2023-05-01 22:00:03下载
    积分:1
  • University's Department of Mathematics will study the courses have a numeric...
    大学里数学系必学的一们课程数值分析中的经典算法――――三次样条插值的程序vb版本-University"s Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
    2022-02-10 03:23:23下载
    积分:1
  • xml读写库C++源码
    TinyXML是一个简单小巧,可以很容易集成到其它程序中的C++ XML解析器。  TinyXML被设计得容易快速上手。它只有两个头文件和四个cpp文件。只需要把它们简单地加到你的项目中就行了。有一个例子文件——xmltest.cpp来引导你该怎么做。TinyXML以Zlib许可来发布,所以你可以在开源或者商业软件中使用它。许可证更具体的描述在每个源代码文件的顶部可以找到。TinyXML在保证正确和恰当的XML输出的基础上尝试成为一个灵活的解析器。TinyXML可以在任何合理的C++适用系统上编译。它不依赖于异常或者运行时类型信息,有没有STL支持都可以编译。TinyXML完全支持UTF-8编码和前64k个字符实体。
    2022-03-16 12:21:26下载
    积分:1
  • 单片机智能小车
    单片机智小车的一些程序,主要是应用于蓝牙控制小车运动。小车主要具有避障、循迹的功能
    2022-07-08 16:01:44下载
    积分:1
  • 中值滤波的 matlab 程序代码
    在图像处理中,就必须得到更好的图像质量。所以在这里实现了中值滤波的代码及去噪算法。
    2023-06-27 03:00:03下载
    积分:1
  • 操作系统作业调度的实现,页面置换实现
    1.用“先来先服务(FCFS)”算法和“最短作业优先(SJF)”算法模拟作业调度。 要求:按作业的到达顺序输入各作业需要的运行时间,按算法调度输出平均周转时间。 例如(FCFS),输入:8(到达时间0), 5(到达时间2),7(到达时间3),1(到达时间6)
    2023-05-19 01:45:03下载
    积分:1
  • uc/osII移植
    利用意法半导体STM32F103ZET6芯片,移植uc/osii系统,通过修改os_cpu.h,os_cpu.c,os_cpu.asm等文件成功实现移植,并给出验证示例,通过跑马灯实验,ADC,DAC实验SPI等验证,
    2022-03-21 05:19:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载