代码搜索:Learning
找到约 5,352 项符合「Learning」的源代码
代码结果 5,352
www.eeworm.com/read/201037/15418069
cpp stringtest.cpp
#include
#include
#include
#include "String2.h" //包含顺序串类
void main(void)
{
String str1("Data Structrure"), str2("Learning "); //用构造函数1
String str
www.eeworm.com/read/111298/15514881
cpp stringtest.cpp
#include
#include
#include
#include "String2.h" //包含顺序串类
void main(void)
{
String str1("Data Structrure"), str2("Learning "); //用构造函数1
String str
www.eeworm.com/read/312163/13617638
m~ qpssvm.m~
function [x,fval,stat] = qpssvm(H,f,b,I,x0,options)
% QPSSVM Solves QP task required by StructSVM learning.
%
% Synopsis:
% [x,fval,stat] = qpssvm(H,f,b,I)
% [x,fval,stat] = qpssvm(H,f,b,I,x0)
% [x
www.eeworm.com/read/147682/5728091
m update_ipwin.m
% [E,stop,brk] = update_ipwin(E,e,d,wp,x1,x2,x3,x4,x5)
%
% Updates the iteration progress window.
%
% Input variable
% E : Learning curve vector
% e : new error sample (column vecto
www.eeworm.com/read/140847/5779097
m mcmc1.m
% We compare MCMC structure learning with exhaustive enumeration of all dags.
N = 3;
%N = 4;
dag = mk_rnd_dag(N);
ns = 2*ones(1,N);
bnet = mk_bnet(dag, ns);
for i=1:N
bnet.CPD{i} = tabular_CPD(bnet
www.eeworm.com/read/133943/5897283
m mcmc1.m
% We compare MCMC structure learning with exhaustive enumeration of all dags.
N = 3;
%N = 4;
dag = mk_rnd_dag(N);
ns = 2*ones(1,N);
bnet = mk_bnet(dag, ns);
for i=1:N
bnet.CPD{i} = tabular_CPD(bnet
www.eeworm.com/read/328164/6289000
mcs pid_test.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=D:\learning\Tsinghua\DSP Project\PID_Lab\PID.o
Folder=Intermediary
DeviceName=dsPIC30F3010
LanguageToo
www.eeworm.com/read/128846/14276682
txt 77.txt
// design a template for learning java Fundamentals
// 1Java基础学习资料模板是一个按钮驱动的SWING应用。
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.*;
i
www.eeworm.com/read/128846/14276718
java javatemplate.java
// design a template for learning java Fundamentals
// 1Java基础学习资料模板是一个按钮驱动的SWING应用。
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.util.*;
i
www.eeworm.com/read/251838/4414456
m mcmc1.m
% We compare MCMC structure learning with exhaustive enumeration of all dags.
N = 3;
%N = 4;
dag = mk_rnd_dag(N);
ns = 2*ones(1,N);
bnet = mk_bnet(dag, ns);
for i=1:N
bnet.CPD{i} = tabular_CPD(bnet