代码搜索:DPI
找到约 664 项符合「DPI」的源代码
代码结果 664
www.eeworm.com/read/176019/9521957
h dpi.h
/*************************************************************************
Copyright (C) 2002,2003,2004,2005 Wei Qin
See file COPYING for more information.
This program is free softwa
www.eeworm.com/read/176019/9521999
cpp dpi.cpp
/*************************************************************************
Copyright (C) 2002,2003,2004,2005 Wei Qin
See file COPYING for more information.
This program is free softwa
www.eeworm.com/read/124341/6965315
h dpi.h
/*! \file
* Access functions for ~/.dillo/dpi_socket_dir.
* The most useful function for dillo is a_Dpi_srs, it returns
* the full path to the dpid service request socket.
*/
#ifndef DPI_H
#defi
www.eeworm.com/read/124341/6965329
c dpi.c
/*
Copyright (C) 2003 Ferdi Franceschini
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a
www.eeworm.com/read/124341/6965395
c dpi.c
/*
* File: dpi.c
*
* Copyright (C) 2002, 2003 Jorge Arellano Cid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/223598/7104087
h dpi.h
/*! \file
* Access functions for ~/.dillo/dpi_socket_dir.
* The most useful function for dillo is a_Dpi_srs, it returns
* the full path to the dpid service request socket.
*/
#ifndef DPI_H
#defi
www.eeworm.com/read/223598/7104101
c dpi.c
/*
Copyright (C) 2003 Ferdi Franceschini
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License a
www.eeworm.com/read/223598/7104166
c dpi.c
/*
* File: dpi.c
*
* Copyright (C) 2002, 2003 Jorge Arellano Cid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/450506/7482929
pdf dpi.pdf
www.eeworm.com/read/147422/5729310
m dpi.m
%
% Function to calculate the objective function where
% input k = temporary vector
% b = unstable vector
function [ DPIK ] = DPI(k, b)
dk=0.01;
len=length(k);
Q=eye(len);
a=Levinson(k);