-
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
-
matlab编写的数值计算程序,用于数学实验方面
matlab编写的数值计算程序,用于数学实验方面-Matlab prepared by the numerical calculation program for math experiments
- 2022-01-26 14:59:23下载
- 积分:1
-
Elimination algorithm with C language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是消元法的算法-Elimination algorithm with C language
- 2022-06-27 06:53:47下载
- 积分:1
-
圆的bresenham算法的实现
圆的bresenham算法的实现-round of the algorithm to achieve bresenham
- 2022-07-24 17:16:20下载
- 积分:1
-
PLS偏最小二乘
自己本地电脑上的关于PLS(偏最小二乘算法)的迭代求法,以及模拟仿真,有助于初学者加深对PLS的理解,步骤详细,有注释,附带了迭代算法在主成分上的回归。所给的链接上还有PLS得公式推导,希望有助于大家对PLS的原理的理解
- 2022-07-20 17:23:53下载
- 积分:1
-
Gauss
Gauss-Seidal迭代法(带精度限制)-Gauss-Seidal iterative method (with accuracy limit)
- 2023-05-16 13:40:02下载
- 积分:1
-
一个拼图游戏的源代码
一个拼图游戏的源代码-a source puzzles
- 2022-03-02 18:37:28下载
- 积分:1
-
简单有限元计算程序。
NJF
简单有限元计算程序。
NJF---结点自由度数
E---弹性模量
NE---单元数
T---板厚度
VM---泊松比
z---实型二维数组,用来存放结点坐标
ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值,
ie---实型二维数组,存放布尔矩阵
p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移
a,b,a---实型数组,存放各个单元的面积及由结点坐标计算的bi,bj,ci,cj
g---实型数组,存放单刚子块
zk---实型二维数组,存放整刚矩阵-Simple finite element program. NJF--- the number of nodes degree of freedom E--- elastic modulus NE--- units T--- plate thickness VM--- Poisson
- 2023-02-27 12:45:04下载
- 积分:1
-
0.618 process does the cases, seek the maximum COSX
黄金分割的程序实了例,求COSX的最大值-0.618 process does the cases, seek the maximum COSX
- 2022-02-09 17:51:21下载
- 积分:1
-
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证...
基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, said matrix of rows and columns, are the return function of the generalized matrix inverse matrix, with the results of the verification
- 2022-11-10 10:30:04下载
- 积分:1