-
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
-
Volterra级数和失真的直接方法
下一步
- 2022-06-21 23:23:45下载
- 积分:1
-
对于人脸识别等计算机视觉应用Gabor滤波器
Gabor filter for face recognition or other computer vision applications
- 2022-11-01 07:45:03下载
- 积分:1
-
自己编写的,TSP问题的各种近似算法,有最近邻策略,最短链接策略...
自己编写的,TSP问题的各种近似算法,有最近邻策略,最短链接策略-I have written, TSP approximation algorithm for a variety of issues, there are nearest-neighbor strategy, the shortest link strategy
- 2023-06-27 01:40:04下载
- 积分:1
-
语音编解码G711源码
G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式:一种是u-law又称mu-law,主要运用于北美和日本;另一种是a-law,主要运用于欧洲和世界其他地区。其中,a-law编码方式是为方便计算机处理而特别设计的。2008年3月国际电信联盟正式发布了最新的宽带语音编译码标准G.711.1。该代码是G711编解码软件,可以编译为动态库直接使用
- 2022-06-13 18:37:22下载
- 积分:1
-
操作系统中的作业,CPU进程调度。PCB 控制块
操作系统中的作业,CPU进程调度。PCB 控制块-operations of the operating system, CPU scheduling process. PCB control block
- 2023-05-07 20:50:03下载
- 积分:1
-
图像插值程序,可以对图像任意缩放。例如:可以将大小为256 (高)×256(宽)的图像改变为大小为360×300的图像。...
图像插值程序,可以对图像任意缩放。例如:可以将大小为256 (高)×256(宽)的图像改变为大小为360×300的图像。-image interpolation procedures, the images can be arbitrary scaling. For example : can be the size of 256 (H) x 256 (W) to change the image size of 360 x 300 images.
- 2022-02-09 16:28:36下载
- 积分:1
-
两电平SVPWM程序
这是一个两电平的SVPWM程序,已经在dsp上调试成功,并应用于工程中。在这个程序中采用的是Q函数的方法,简单方便,并且便于理解
- 2023-06-21 06:25:03下载
- 积分:1
-
氢硫化物洗涤器设计
洗涤器设计与氨气、 硫化氢的特定版本的基本代码。农具填料床吸附例程,基于从库尔森和理查森,相关性和包括润湿数据为填料的纳托尔。
- 2022-01-25 20:09:31下载
- 积分:1
-
matlab仿真硬件时用的定点化仿真
应用背景matlab仿真硬件时用的定点化仿真,一般用matlab 直接生成的滤波器响应仿真,因为结果是浮点的,所以和真实硬件计算出的结果差别很大。所以应当进行定点化处理,再检查响应曲线,在硬件设计(FPGA)就应该提前清楚到底要多和位的精度。关键技术输入参数是归一化的浮点数以及位宽,bit_floor.m用来仿真低位直接截断后的效果。bit_round.m是硬件按真正的四舍五入截断处理后的效果。bit_round_hw.m是仿真硬件处理里简化版四舍五入。
- 2022-12-06 11:40:03下载
- 积分:1