代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/132665/14080595
c hash.c
/*
* hash.c: chained hash tables
*
* Reference: Your favorite introductory book on algorithms
*
* Copyright (C) 2000 Bjorn Reese and Daniel Veillard.
*
* Permission to use, copy, modify, and di
www.eeworm.com/read/132665/14080951
h nanoftp.h
/*
* Summary: minimal FTP implementation
* Description: minimal FTP implementation allowing to fetch resources
* like external subset.
*
* Copy: See Copyright for the status of this
www.eeworm.com/read/204456/15339299
m plotroc_update.m
function plotroc_update(w,a)
% PLOTROC_UPDATE(W,A)
%
% Auxiliary function containing the callbacks for the plotroc.m.
%
% See also: plotroc
% Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org
% Faculty EW
www.eeworm.com/read/204456/15339310
m getrocw.m
function w = getrocw(h)
%GETROCW Retrieve mapping from an ROC plot
%
% W = GETROCW(H)
%
% Retrieve the mapping that was changed using PLOTROC from the figure.
% The figure handle H should be supp
www.eeworm.com/read/202680/15375874
m walker.m
function walker
% WALKER Human gait.
% This model, developed by Nikolaus Troje, is a five-term Fourier series
% with vector-valued coefficients that are the principal components for
% data obtained i
www.eeworm.com/read/202680/15375911
m lugui.m
function [L,U,pv,qv] = lugui(A,pivotstrat)
%LUGUI Gaussian elimination demonstration.
%
% LUGUI(A) shows the steps in LU decomposition by Gaussian elimination.
% At each step of the elimination, t
www.eeworm.com/read/202680/15375918
m touchtone.m
function touchtone(arg)
% TOUCHTONE Use FFT to synthesize and analyze telephone dialing
%
% The dual tone multi-frequency (DTMF) standard specifies that the tone
% generated by a button on a telephon
www.eeworm.com/read/202680/15375920
m fftmatrix.m
function fftmatrix(varargin)
% FFTMATRIX Plot columns of the Finite Fourier Transform matrix.
% FFTMATRIX(N) plots all the columns of the FFT matrix of order N.
% FFTMATRIX(N,J) plots only the (J+1)-
www.eeworm.com/read/202680/15375924
m primespiral.m
function [Sout,Pout] = primespiral(n,c)
% PRIMESPIRAL Ulam's prime number spiral.
% PRIMESPIRAL(n,c) plots the prime numbers in the n-by-n matrix
% generated by storing c:c+n^2 in a spiral pat
www.eeworm.com/read/113029/15472158
cpp shop.cpp
// Fig. 16.22: shop.cpp
// Program to display available books.
#include
using std::cerr;
using std::cout;
using std::cin;
using std::ios;
#include
#include