代码搜索结果
找到约 10,000 项符合
W 的代码
w1.h
#if !defined(AFX_W1_H__05081597_B7EF_4940_B7F1_0C181043FB16__INCLUDED_)
#define AFX_W1_H__05081597_B7EF_4940_B7F1_0C181043FB16__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 10
w1.cpp
// W1.cpp : implementation file
//
#include "stdafx.h"
#include "MCS.h"
#include "W1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
w_to_param.m
function P=W_to_param(W,N_in);
%P=W_to_param(W,N_in);
%encodes W in parameter vector
% Copyright Travis Wiens 2008
%
% This program is free software: you can redistribute it and/or modify
%
params_to_w.m
function W=params_to_W(P,N_in);
%W=params_to_W(P,N_in);
%decodes square W matrix from parameter vector
% Copyright Travis Wiens 2008
%
% This program is free software: you can redistribute it a