代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/357508/10208073
h cursesp.h
// * This makes emacs happy -*-Mode: C++;-*-
/****************************************************************************
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
www.eeworm.com/read/357019/10217073
m fm_guifun.m
function fm_guifun(action)
% GUI functions for Fourier-Mellin transform GUI
%
% Adam Wilmer, aiw99r@ecs.soton.ac.uk
% Colormap
m = gray(256);
switch(action)
% Init %%%%%%%%%%%%%
www.eeworm.com/read/162867/10262353
m pertone.m
% pertone Demonstrates Per Tone equalizers design functions
% in the DMTTEQ Toolbox.
%
% To start the demo type "pertone".
%
% For more information use the "info" button after starting
% the demo.
%
www.eeworm.com/read/355322/10276263
m fenbu.m
function fenbu(num,name)
handles=guidata(gcf);
n1=str2num(get(handles.edit1,'string'));
n2=str2num(get(handles.edit2,'string'));
n3=str2num(get(handles.edit3,'string'));
data.name=get(handles.f
www.eeworm.com/read/355284/10281609
c gsm_sms.c
// *************************************************************************
// * GSM TA/ME library
// *
// * File: gsm_sms.cc
// *
// * Purpose: SMS functions
// * (ETSI GSM 07.05)
www.eeworm.com/read/425998/10295666
h corebone.h
//****************************************************************************//
// corebone.h //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425998/10295843
h corematerial.h
//****************************************************************************//
// corematerial.h //
// Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/280595/10311515
m createdata.m
function result = createdata(action,varargin)
% CREATEDATA Interactive data generator.
%
% Synopsis:
% createdata
% createdata('finite')
% createdata('finite',num_classes)
% createdata('gau
www.eeworm.com/read/280595/10312123
m demo_mmgauss.m
function demo_mmgauss(action,hfigure,varargin)
% DEMO_MMGAUSS Demo on minimax estimation for Gaussian.
%
% Synopsis:
% demo_mmgauss
%
% Description:
% demo_mmgauss demonstrates the minimax estimati
www.eeworm.com/read/280595/10312210
m demo_emgmm.m
function demo_emgmm(action,hfigure,varargin)
% DEMO_EMGMM Demo on Expectation-Maximization (EM) algorithm.
%
% Synopsis:
% demo_emgmm
%
% Description:
% This demo shows the Expectation-Maximization