代码搜索:UserData
找到约 4,368 项符合「UserData」的源代码
代码结果 4,368
www.eeworm.com/read/114100/15102861
html 9037.html
Re: 如何使用DBGrid 在非连接摸式(unband) 下写入资料
Re: 如何使用DBGrid 在非连接摸式(unband) 下写入资料
www.eeworm.com/read/213492/15133781
m demo_anderson.m
function result = demo_anderson(action,hfigure,varargin)
% DEMO_ANDERSON Demo on Generalized Anderson's task.
%
% Synopsis:
% demo_anderson
%
% Description:
% This demo demonstrates the algorithms w
www.eeworm.com/read/213240/15140002
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/213240/15140013
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/212602/15152043
m fm_axesdlg.m
function fm_axesdlg(varargin)
%SCRIBEAXESDLG Axes property dialog helper function for Plot Editor
% SCRIBEAXESDLG(A) opens axes property dialog for axes A
%
% If the plot editor is active,
www.eeworm.com/read/209322/15223245
pas mrulist.pas
{*******************************************************}
{ }
{ Delphi VCL Extensions (RX) }
{
www.eeworm.com/read/208576/15243748
cpp shop.cpp
// Fig. 19.22: shop.cpp
// Program to display available books.
#include
using std::cerr;
using std::cout;
using std::ios;
#include
using std::ifstream;
#include
www.eeworm.com/read/168554/5444570
java persistencesession.java
package org.roller.model;
import org.roller.pojos.UserData;
/**
* Represents a persistence session; this is the object that a PersistenceStrategy
* stores in thread local storage.
* @author David
www.eeworm.com/read/168554/5444608
java hibernatepersistencesession.java
package org.roller.business.hibernate;
import net.sf.hibernate.Session;
import org.roller.model.PersistenceSession;
import org.roller.pojos.UserData;
/**
* @author David M Johnson
*/
public class