代码搜索:试验数据
找到约 10,000 项符合「试验数据」的源代码
代码结果 10,000
www.eeworm.com/read/237820/13927610
exe 试验一.exe
www.eeworm.com/read/237820/13927612
cpp 试验一.cpp
#include
float LAGR ()
{
float a=0,b,t,x,X[20],Y[20];
int i,j,n;
printf("请输入未知数x的值: ");
scanf("%f",&x);
printf("请输入插值点个数n的值(n
www.eeworm.com/read/105671/15661545
txt 更新试验.txt
unit Unit12_61;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBClient, MConnect, StdCtrls, Db, Grids, DBGrids, ActnList, ExtCtrls,
DBCtrls;
www.eeworm.com/read/387045/8710204
数据
www.eeworm.com/read/252316/12286366
数据
www.eeworm.com/read/106454/15636149
数据
www.eeworm.com/read/477233/6740366
m 用 welch 平均估计试验数据的功率谱.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/346772/11723739
m 用 welch 平均估计试验数据的功率谱.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/206551/15293727
doc 飞行试验数据绘图处理软件设计.doc
www.eeworm.com/read/189685/8458852
txt shell试验内容.txt
要求
实现简单的Shell,至少能处理四条命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号
logout :退出shell
设计实现更完整的Shell(选做,按完成程度可适当加分)
难度系数:1.3