代码搜索:dcs
找到约 674 项符合「dcs」的源代码
代码结果 674
www.eeworm.com/read/100313/15877332
dcs
www.eeworm.com/read/188114/8570881
h dcs.h
#if !defined(AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_)
#define AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/188114/8571029
cpp dcs.cpp
// DCs.cpp : implementation file
//
#include "stdafx.h"
#include "yhjk.h"
#include "DCs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/288369/8638255
h dcs.h
#if !defined(AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_)
#define AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/288369/8638404
cpp dcs.cpp
// DCs.cpp : implementation file
//
#include "stdafx.h"
#include "yhjk.h"
#include "DCs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/386257/8759551
m dcs.m
function f = DCS(x,y,x0)
syms t;
if(length(x) == length(y))
n = length(x);
c(1:n) = 0.0;
else
disp('x和y的维数不相等!');
return;
end
c(1) = y(1);
for(i=1:n-1)
for(j=i+1:
www.eeworm.com/read/283160/9038823
h dcs.h
#if !defined(AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_)
#define AFX_DCS_H__B867B5ED_9350_445E_BE88_E8F7211D8917__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/283160/9038912
cpp dcs.cpp
// DCs.cpp : implementation file
//
#include "stdafx.h"
#include "yhjk.h"
#include "DCs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/365698/9850781
m dcs.m
function f = DCS(x,y,x0)
syms t;
if(length(x) == length(y))
n = length(x);
c(1:n) = 0.0;
else
disp('x和y的维数不相等!');
return;
end
c(1) = y(1);
for(i=1:n-1)
for(j=i+1: