搜索结果

找到约 628 项符合 Y-combinator 的查询结果

源码 EEMD算法MATlab代码

EEMD算法MATlab代码,代码内容为定义一个EEMD函数,只需在同一文件夹写代码result =eemd(Y,Nstd,NE)即可
https://www.eeworm.com/dl/514575.html
下载: 4
查看: 7

其他 rtedi

gfgiuiv8hgiuvyiyi;yiy;y;ovyi;o
https://www.eeworm.com/dl/515686.html
下载: 1
查看: 10

源码 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
https://www.eeworm.com/dl/516485.html
下载: 2
查看: 78

源码 ukf轨迹跟踪

ukf轨迹跟踪,提供详细源码,X,Y,航向角误差对比图
https://www.eeworm.com/dl/517397.html
下载: 2
查看: 21

软件 道理特分解法

#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= ...
https://www.eeworm.com/dl/517487.html
下载: 2
查看: 30

源码 学生成绩管理

#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班级*/  ...
https://www.eeworm.com/dl/517591.html
下载: 4
查看: 36

应用设计 Coreldraw x8

步骤一 按快捷键Ctrl+N新建A4大小空白横向文档,并填充颜色为浅绿色。 步骤二 选择工具箱中的“贝塞尔工具”绘制荷叶,使用“形状工具”进行节点调整。填充轮廓色和填充色。 步骤三 在工具箱中选择“网状填充工具”设置网格中的行列数为3*3,鼠标框选中间4个节点,统一填充颜色为(R:0,G:153,B:51)。 步骤四 选择“贝 ...
https://www.eeworm.com/dl/517885.html
下载: 22
查看: 294

源码 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
https://www.eeworm.com/dl/519172.html
下载: 1
查看: 58

源码 =read_segy_file

Function reads a SEG-Y file and outputs a seismic structure; the function
https://www.eeworm.com/dl/519177.html
下载: 1
查看: 32

源码 成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520134.html
查看: 56