代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/300886/13883604
m v3d_show.m
function v3d_show(x,y,z,v,options)
% Standard view after loading of data
% Adaptation of function "v3d_show" by Robert Barsch; the original
% version is available at The Matlab Central File Excha
www.eeworm.com/read/136571/5870269
cpp aac.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/136571/5870968
c puthdr.c
/* puthdr.c, 产生头信息*/
#include
#include
#include "global.h"
/* 函数声明 */
static int frametotc(int frame);
/* 产生序列头
*
*/
void putseqhdr()
{
int i;
alignbits();
putbits(S
www.eeworm.com/read/111374/6155834
cpp aac.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/110972/6162807
cpp aac.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6163506
c puthdr.c
/* puthdr.c, 产生头信息*/
#include
#include
#include "global.h"
/* 函数声明 */
static int frametotc(int frame);
/* 产生序列头
*
*/
void putseqhdr()
{
int i;
alignbits();
putbits(S
www.eeworm.com/read/120147/6303429
m nnd8dd.m
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% BRING UP FIGURE IF IT EXISTS
me = 'nnd8dd';
fig = nndfgflg(me);
if length(get(fig,'children')) == 0, fig = 0; end
www.eeworm.com/read/491824/6426832
m nnd8dd.m
function nnd8dd(cmd,data)
%NND8DD Directional derivatives demonstration.
% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% $Revision: 1.7 $
% BRING UP FIGURE IF IT EXISTS
www.eeworm.com/read/405069/11472270
m plot_process.m
function plot_process(mu, plot_on)
%Plot the mu's during an algorithm's execution
%Inputs:
% mu - The location of points
% plot_on - 1-Plot centers, 2-Plot Voronoi centers, 3-Both
%
% No o
www.eeworm.com/read/259565/11782659
m display_cursor_location_2d.m
function display_cursor_location_2d(hObject,evdata)
% GUI tool (button_handle is not required)
% To invoke:
% set(gcf,'WindowButtonMotion',@display_cursor_location_2d)
figure_handle=hObject;