代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/100768/7114655
h cgi.h
#include
#include
#include
#include
/******************** 定义名/值存储链表 *******************/
typedef struct input
{
char *name;
char *value;
int mod
www.eeworm.com/read/464335/7165202
m bizcard.m
function bizcard
% BIZCARD Future version of The MathWorks business card.
% Click anywhere on the card.
clf reset
shg
set(gcf,'name','The MathWorks Business Card', ...
'menu','none','num
www.eeworm.com/read/464335/7165236
m fftgui.m
function fftgui(y)
%FFTGUI Demonstration of Finite Fourier Transform.
% FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)).
% FFTGUI, without any arguments, uses y = zeros(1,32).
%
www.eeworm.com/read/464335/7165247
m rungeinterp.m
function rungeinterp(arg)
%RUNGEINTERP Runge's polynomial interpolation example.
% F(x) = 1/(1+25*x^2)
% Polynomial interpolation at equally spaced points, -1
www.eeworm.com/read/464335/7165273
m pdegui.m
function pdegui(action)
%PDEGUI Demonstrate solution of model partial differential equations.
% PDEGUI demonstrates the finite difference solution of model problems
% involving Laplace's operator:
www.eeworm.com/read/463474/7180269
m m_dre.m
function m_dre(drefun,nbiter,y0,rParam)
%discrete recursive ecuation solver for attractor plotting (y[n]=drefun(y[n-1]))
Y=zeros(2,length(y0));
Y(1,:)=y0;
Y(2,:)=feval(drefun,y0,rParam);
ud.sto
www.eeworm.com/read/459906/7263492
as sharescript.as
package script
{
import flash.net.SharedObject;
public class ShareScript
{
public var myShare:SharedObject;
public function ShareScript(){
myShare = SharedObject.getLocal("mydata");
www.eeworm.com/read/457711/7318991
m coenter.m
function coenter
% This function is the callback for the edit box that receives
% new values for the coordinates of a user's guess.
%
% By Emily Moore.
w=2;
h1 = findobj( gcf, 'Tag', 'ente
www.eeworm.com/read/457711/7319061
m coenter.m
% ATLAST65中的程序cogame调用的子程序
% 《工程线性代数(MATLAB版)》引用
% 陈怀琛,高淑萍,杨威合编,电子工业出版社,2007年6月
%
function coenter
% This function is the callback for the edit box that receives
% new values for the coordinates
www.eeworm.com/read/456193/7355033
m fm_stat.m
function fig = fm_stat(varargin)
% FM_STAT create GUI for power flow reports
%
% HDL = FM_STAT(VARARGIN)
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 24-Aug-2003
%Version: 2.0.0