-
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值...
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
- 2022-05-07 13:45:08下载
- 积分:1
-
遗传算法的TSP问题
求解方法简单明了,注释详细,易于理解
- 2023-08-24 03:30:03下载
- 积分:1
-
RM编码DSP代码
应用背景里德-穆勒码(Reed-Muller,RM)是一类纠正多个差错的编码。这类码构造简单,结构特性丰富,可以简单地通过采用软判决或硬判决算法的好几种方式来进行译码。本论文采用的RM编译码算法是:长度为(n, k)的Reed-Muller 码的编码方法是将生成矩阵×knM与输入数据向量×1kx按矩阵相乘,对每个元素对2 取模,即可以得到编码数据向量。而译码算法则是采用大数逻辑译码。关键技术本程序用C语言实现RM的编码和译码
- 2023-04-30 00:50:02下载
- 积分:1
-
leetcode 1 two sum problem
应用背景leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。leetcode中第一个问题,两个数相加问题。关键技术扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。扫描,然后相加。
- 2022-02-05 22:17:56下载
- 积分:1
-
数值分析中,关于矩阵输入的实现方法及程序设计
数值分析中,关于矩阵输入的实现方法及程序设计-numerical analysis on the importation of the matrix method and program design
- 2022-07-20 17:10:08下载
- 积分:1
-
R语言层次分析法
R语言层次分析法是将决策总是有关的元素分解成目标、准则、方案等层次,在此基础之上进行定性和定量分析的决策方法。该方法是美国运筹学家匹茨堡大学教授萨蒂于本世纪70年代初,在为美国国防部研究"根据各个工业部门对国家福利的贡献大小而进行电力分配"课题时,应用网络系统理论和多目标综合评价方法,提出的一种层次权重决策
- 2022-02-21 00:43:22下载
- 积分:1
-
Kmeans的MapReduce实现
资源描述用Java首先编程实现了数据挖掘算法Kmeans,然后将该算法在MapReduce模型下并行化,资源有相关的讲解说明,有示例的输入。希望可以帮助需要的同学们
- 2022-01-25 22:16:32下载
- 积分:1
-
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。
MATLAB编写的模拟退火算法的m文件,蛮不错的呦。-MATLAB prepared simulated annealing algorithm m documents Yo pretty good.
- 2022-11-10 06:55:03下载
- 积分:1
-
应用密码学:协议、算法与C源程序 DES 源码
应用密码学:协议、算法与C源程序 DES 源码
Additional functions not in the MIT library are:
des_dea - Identical to des_ecb_encrypt.
des_key - Same as des_set_key without any parity
or weak-key test.
des_ecb2_encrypt - The Electronic Code Book mode of
encryption/decryption on
- 2022-02-22 06:23:36下载
- 积分: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