代码搜索:DEMO2
找到约 227 项符合「DEMO2」的源代码
代码结果 227
www.eeworm.com/read/445364/7596347
m demo2.m
function demo2
%
% Demo of the spatial Gaussian Mixture Regression (GMR) using query points
% of arbitrary dimensions. This software loads a 4D dataset, trains a
% Gaussian Mixture Model (GMM),
www.eeworm.com/read/224012/14607893
m demo2.m
function demo2
%
% Demo of the spatial Gaussian Mixture Regression (GMR) using query points
% of arbitrary dimensions. This software loads a 4D dataset, trains a
% Gaussian Mixture Model (GMM),
www.eeworm.com/read/160877/5565014
pas demo2.pas
unit demo2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, Buttons, Grids, DBGrids, ExtCtrls;
type
TForm1 = c
www.eeworm.com/read/291204/8434750
pas demo2.pas
unit demo2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, Grids, DBGrids;
type
TForm1 = class(TForm)
DBGrid1:
www.eeworm.com/read/287260/8699305
asv demo2.asv
% PUMA (Phase Unwrapping via MAxflow)
% demo2 - High phase rate Gaussian Hill with a quarter set to zero.
% The clique potential is given by Q(v(x)) =x^0.5; the employed cliques are
% given
www.eeworm.com/read/426638/9007820
java newthread2.java
class NewThread2 implements Runnable
{
Thread t;
NewThread2()
{
t=new Thread(this,"Demo2 Thread");
System.out.println("Child thread :"+t);
t.start();
www.eeworm.com/read/426638/9007890
java newthread2.java
class NewThread2 implements Runnable
{
Thread t;
NewThread2()
{
t=new Thread(this,"Demo2 Thread");
System.out.println("Child thread :"+t);
t.start();
www.eeworm.com/read/282694/9073523
~dpr demo2.~dpr
program Demo2;
uses
Forms,
mainwnd in 'mainwnd.pas' {Form1},
DlgTreiber in 'DlgTreiber.pas' {DlgEinstell};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'Video
www.eeworm.com/read/216668/14998372
pas demo2.pas
unit demo2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, Grids, DBGrids;
type
TForm1 = class(TForm)
DBGrid1:
www.eeworm.com/read/205721/15308738
m demoproc3.m
%Called by demo2 to perform median filtering
%energy balance the data
demodata=ener(demodata,0,1)
%pad it with about a second of zeros at the end
demodata=pad(demodata,0.5);
%flatten the data on f