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

C#计算器

于 2023-01-30 发布 文件大小:2.61 kB
0 227
下载积分: 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 个回复

  • 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的...
    旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling Salesman Problem, or TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel business to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
    2022-06-21 21:53:25下载
    积分:1
  • 关于棋盘覆盖问题的设计与分析,经VC++6.0编译通过
    关于棋盘覆盖问题的算法设计与分析,经VC++6.0编译通过-ABOUT CHESSBOARD
    2022-01-21 19:00:24下载
    积分:1
  • SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集
    SystemC语言编写的随机数产生器,SystemC是C++语言的一个超集-SystemC language random number generator, SystemC is C++ A superset of the language
    2022-01-30 16:41:42下载
    积分:1
  • BDF解分数阶微分方程
    BDF法解分数阶微分方程-BDF method of fractional differential equations
    2023-01-06 23:15:03下载
    积分:1
  • 本程序用来实现具体的fft运,程序参考数字信号处理c语言描述这本书 这个程序利用旋转因子可以先下来的特征,可以在大量数据处理时节省时间
    本程序用来实现具体的fft运算,程序参考数字信号处理c语言描述这本书 这个程序利用旋转因子可以先算下来的特征,可以在大量数据处理时节省时间 -This procedure used to realize specific fft computing, digital signal processing procedures reference c language to describe this book, this process can make use of rotating factor算下来features, can handle large amounts of data to save time when
    2022-04-16 16:01:04下载
    积分:1
  • 股票交易系统
    股票交易系统
    2023-04-19 03:25:04下载
    积分:1
  • 三元组
    在稀疏矩阵相乘的算法当中,关键是通过给定的行号i和列号j找出原矩阵的对应元素值,这里设计了一个函数value,当在三元组表示中找到时返回其元素值,找不到时说明该位置处的元素值为0,因此返回0。然后利用该函数进行矩阵相乘,若求出某个元素值不为0,则将其存入结果矩阵的三元组表示中,否则不存入。
    2022-09-23 17:45:04下载
    积分:1
  • desJAVA实现
    DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准 ,是1972年美国IBM 公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥 ,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而 且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,仍然发挥着余 热。
    2022-06-27 14:34:02下载
    积分:1
  • 数据挖掘中的聚合层次聚类,有完整的注释
    数据挖掘中的聚合层次聚类算法,有完整的注释-Data Mining syndication hierarchical clustering algorithm, a complete Notes
    2022-08-09 09:21:49下载
    积分:1
  • josephus n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解有数组等等。 其实,这就是josehpus问题,这里演示josephu...
    josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephus算法-Josephus n algorithm was used to encircle a few individuals, who report back out, I believe many people know this classic title. Solutions are arrays among others. In fact, this is josehpus, Josephus demonstration here Algorithm
    2023-08-26 21:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载