-
一般问题的线性插值和JACOBI算法
一般问题的线性插值和JACOBI算法-general linear interpolation algorithm and JACOBI
- 2022-02-06 19:05:49下载
- 积分:1
-
多元数组得各类运算
多元数组得各类运算-multiple arrays in various operations
- 2022-07-17 21:53:35下载
- 积分:1
-
C + + 二汽
这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。这是只是为了检查如何启动一个简单的 c + + 程序的示例代码。
- 2023-05-04 20:50:02下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
帮助你迅速理解PCA算法的java程序
本程序是实现PCA算法的一个完整java程序。代码的层次清晰,包含特征值和特征向量的提取等。能让你迅速了解并学会PCA算法。程序中包含测试数据,只要变换测试数据,就可以运行你想应用的数据库。
- 2022-03-13 05:41:09下载
- 积分:1
-
操作系统中的作业,CPU进程调度。PCB 控制块
操作系统中的作业,CPU进程调度。PCB 控制块-operations of the operating system, CPU scheduling process. PCB control block
- 2023-05-07 20:50:03下载
- 积分:1
-
基于VC的FFT算法
资源描述
Design
a program to implement the 1-D FFT algorithm.
Input:
a vector. Get the testing data in file ‘Project_2_test’.
Output:
a vector, which is the discrete Fourier transform of the input.
For
example:
Input:
3 8 10 12
Output:
33.0000+0.0000i -7.0000+4.0000i -7.0000+0.0000i -7.0000-4.0000i
Requirements:
- 2023-07-23 23:40:04下载
- 积分:1
-
Delaunay 剖分源代码
根据用户输入的二维点(x,y)进行Delaunay三角剖分,主要采用的是种子生长算法来剖分平面的,是计算机图形学当中主要的曲面造型的剖分算法实现。
- 2022-03-20 09:16:12下载
- 积分:1
-
改进的LMD算法及其在EEG信号特征提取中的应用
改进的LMD算法及其在EEG信号特征提取中的应用
- 2022-02-14 04:12:28下载
- 积分:1
-
With the human genome project implementation, through genome sequencing, protein...
随着人类基因组计划的实施,通过基因组测序,蛋白质序列测定结构解析等实验,分子生物学家提供了大量的有关生物分子的原始数据,需要利用现代计算技术对这些原始数据进行收集、整理、管理以便于检索使用。而为了解释和理解这些数据,还需要对数据进行比对、分析,建立计算模型,进行仿真、预测与验证,因而出现生物信息学,它的出现,极大的促进了分子生物学的发展。-With the human genome project implementation, through genome sequencing, protein sequencing experiments such as structural analysis, molecular biologists to provide a large amount of biological molecules of the original data, the need to use modern technology to these raw data collection, collation and management in order to facilitate retrieval use. To explain and understand these data, and data need to be compared to analysis, model, simulation, prediction and validation, therefore, bioinformatics, and its emergence has greatly promoted the development of molecular biology.
- 2022-09-17 05:10:03下载
- 积分:1