-
从键盘输入阿拉伯的浮点数人民币然后,转换成中文大写的人民币
从键盘输入阿拉伯的浮点数人民币然后,转换成中文大写的人民币-keyboard input from the Arab yuan float then converted into Chinese yuan of capital
- 2022-08-11 10:34:34下载
- 积分:1
-
selection排序法
selection排序法-Selection sorting method
- 2022-03-20 17:03:35下载
- 积分:1
-
mk检验程序
在excel中做秩次检验,第一列输入要检验的序列,清空后边几列,点击“运行”即可计算!
- 2022-03-03 16:52:27下载
- 积分:1
-
计算涡轮特性的程序
计算涡轮特性的程序-turbine calculation procedures
- 2022-01-21 04:42:05下载
- 积分:1
-
本文通过给定的训练模式为例来推导bp网络学习的算法,并用(语言编程实现,运行程序给出学习误差曲线,最后指出实际应用中BP网络学习存
在的缺点并提出几点改进方...
本文通过给定的训练模式为例来推导bp网络学习的算法,并用(语言编程实现,运行程序给出学习误差曲线,最后指出实际应用中BP网络学习存
在的缺点并提出几点改进方案。
-In this paper, given as an example to the training model is derived bp network learning algorithm, and use (programming language, run the program gives error learning curve, and finally pointed out that the practical application of BP network learning shortcomings and to make a few points to improve the program.
- 2022-05-24 18:37:02下载
- 积分:1
-
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
-
tests image
本文提出了一种全向立体对的校正方法。提出了几种校正方法,并介绍了一种新的校正方法&赤平校正法。在论文的第二部分中,我们提出了一种利用任意方法矫正立体对的三维重建方法。提出了一种基于赤平校正的基本矩阵精度判定方法。在论文的最后,给出了利用OmniRect MATLAB工具箱进行图像对校正的几个例子。
- 2022-12-05 09:40:03下载
- 积分:1
-
关于河内塔的一个算术分辨率。采用Visaul C++编译
河内塔的数学解析。用VisualC++编写
- 2022-05-26 09:11:12下载
- 积分:1
-
无线传感器网络分簇路由
基于无线传感器网络分簇路由算法LEACH的一些改进代码,相比LEACH算法而言,新算法在延长网络的生命周期,减少网络节点能耗问题上都有一定的改善,比较适合初学者学习。
- 2022-03-14 15:35:07下载
- 积分:1
-
算法的一些源代码
1.KMP
2.找K大的数
3.字典排序
4.简单的社交关系映射
5.最大子段和问题
6.最优二叉检索树
7.最长子序列
8.数塔问题
- 2022-06-30 18:18:14下载
- 积分:1