搜索结果
找到约 628 项符合
Y-combinator 的查询结果
源码 EEMD算法MATlab代码
EEMD算法MATlab代码,代码内容为定义一个EEMD函数,只需在同一文件夹写代码result =eemd(Y,Nstd,NE)即可
源码 matlab 滑动相关计算程序
function [Rs,Ps]=move_corr(X,Y,a)
%%%--- this function is for moving correlation
%%%--- X,Y is the imput data, a is the length of the moving window
%%%--- Rs is the spwarman correlation coeffcient, Ps is the p_vaue
软件 道理特分解法
#include "iostream" using namespace std;
class Matrix
{
private:
double** A; //矩阵A
double *b; //向量b
public:
int size;
Matrix(int );
~Matrix();
friend double* Dooli(Matrix& );
void Input();
void Disp();
};
Matrix::Matrix(int x) {
size= ...
源码 学生成绩管理
#include<stdio.h>
#include<windows.h>
int xuanxiang;
int studentcount;
int banjihao[100];
int xueqihao[100][10];
char xm[100][100];
int xuehao[100][10];
int score[100][3];
int yuwen;
int shuxue[000];
int yingyu[100];
int c[100];
int p;
char x[1000][100]="",y[100][100]="";/*x学院 y专业 z班级*/&nbsp;
...
应用设计 Coreldraw x8
步骤一 按快捷键Ctrl+N新建A4大小空白横向文档,并填充颜色为浅绿色。
步骤二 选择工具箱中的“贝塞尔工具”绘制荷叶,使用“形状工具”进行节点调整。填充轮廓色和填充色。
步骤三 在工具箱中选择“网状填充工具”设置网格中的行列数为3*3,鼠标框选中间4个节点,统一填充颜色为(R:0,G:153,B:51)。
步骤四 选择“贝 ...
源码 read_segy_file_legacy
read_segy_file_legacy
Function reads a SEG-Y file and outputs a
seismic structure
Last updated: April 6, 2007: fix bug in reading
of user-specified header
源码 =read_segy_file
Function reads a SEG-Y file and outputs
a seismic structure; the function
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...