-
C#计算器
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
- 2023-01-30 17:15:03下载
- 积分:1
-
Josephus 问题描述 数据结构为链表的插入与查询
Josephus 问题描述 数据结构为链表的插入与查询-Josephus Problem Description
- 2022-01-25 22:09:45下载
- 积分:1
-
sift图像配准matlab代码
找到的sift图像配准的纯matlab代码,大家一起学习和研究。关于SIFT的程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力
- 2022-03-22 17:52:08下载
- 积分:1
-
神经网络的手写识别
通过这个项目你可以识别字符,数字等你想要的语言。首先你要画出每个字母的地方,
- 2022-03-04 07:19:03下载
- 积分:1
-
Dijkstra算法最短距离求解(MATLAB)
资源描述本文件详细介绍了最短距离的求解过程,并包含了多个Dijkstra算法程序的主函数,在MATLAB平台上对其进行了仿真测试,测试结果显示,算法是可行有效的。
- 2022-08-20 11:41:43下载
- 积分:1
-
two polynomial is the Euclid algorithm, namely polynomial for the two majors.
就是两个多项式的欧几里得算法,即求两个多项式的最大公约数。-two polynomial is the Euclid algorithm, namely polynomial for the two majors.
- 2022-12-24 12:30:04下载
- 积分:1
-
MD5加密源码
VC实现的MD5加密算法源码,包括完整的VC代码,可用VC6打开,编译调试,还包括测试数据和测试用例,可直接拿来使用,有很高的利用价值。也是从其他地方下载的,忘记是哪里下载的了。
- 2022-03-29 07:59:59下载
- 积分:1
-
可计算生成巴特沃斯、切比雪夫原型滤波器,转换为数字滤波器,并可直接进行滤波...
可计算生成巴特沃斯、切比雪夫原型滤波器,转换为数字滤波器,并可直接进行滤波-Computable generating Butterworth, Chebyshev prototype filter, is converted to digital filters, can be directly filtered
- 2022-09-21 14:50:03下载
- 积分:1
-
计算方法中的高斯列主元算法 是计算方法中很重要的一种算法...
计算方法中的高斯列主元算法 是计算方法中很重要的一种算法 -Method of calculation set out the main element in the Gaussian algorithm is a very important method of calculating an algorithm
- 2022-01-21 23:42:41下载
- 积分:1
-
This is an improved Euler algorithm source code
这是改进的欧拉算法源码-This is an improved Euler algorithm source code
- 2022-02-01 18:12:29下载
- 积分:1