代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/425918/10309687
aps main_elf.aps
main_elf11-Aug-2005 02:53:4611-Aug-2005 18:42:40Object.bmp111
www.eeworm.com/read/280595/10310583
m stprpath.m
function stprpath(toolboxroot)
% STPRPATH sets path to Statistical Pattern Recognition Toolbox.
%
% Synopsis:
% stprpath
% stprpath(toolboxroot)
%
% Description:
% stprpath(toolboxroot) se
www.eeworm.com/read/425840/10317176
c viterbi.c
#include
#include
#include
/*
Convolutional binary rate 1/3 nonsystematic code
Dfree=16
K=7 (trellis length = 8)
Connection vectors (from K. J. Larsen):
D
www.eeworm.com/read/425808/10320746
frm seek.frm
VERSION 5.00
Begin VB.Form WinSeek
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Dialog
Caption = "Seek"
ClientHeight =
www.eeworm.com/read/280467/10327609
h yaffsfs.h
/*
* Header file for using yaffs in an application via
* a direct interface.
*/
#ifndef __YAFFSFS_H__
#define __YAFFSFS_H__
#include "yaffscfg.h"
#include "yportenv.h"
//typedef long off_t;
//typ
www.eeworm.com/read/162188/10327916
src showpath.src
#ifDOS
/*
** showpath.src
** (C) Copyright 1992-1998 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This
www.eeworm.com/read/162179/10329040
m pcaexample.m
% generate PCA example
clear all
close all
path(path,'..\..\FUZZCLUST')
data.X = nDexample(2,50,3,1);
figure(1)
plot3(data.X(:,1),data.X(:,2),data.X(:,3),'.')
grid on
%FCM clustering
pa