自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(8)
  • 收藏
  • 关注

转载 Unsupervised Learning

Unsupervised learning allows us to approach problems with little or no idea what our results should look like.

2017-07-02 21:26:17 213

转载 Supervised Learning

Supervised learning problems are categorized into "regression" and "classification" problems.

2017-07-02 19:09:32 361

原创 Lab 3

/* SListNode.java *//** * SListNode is a class used internally by the SList class. An SList object * is a singly-linked list, and an SListNode is a node of a singly-linked * list. Each SListNod

2017-05-12 00:21:11 200

原创 Homework 2

/* Date.java */import java.io.*;public class Date { /* Put your private data fields here. */ private int month; private int day; private int year; /** Constructs a date wit

2017-05-11 18:04:53 326

原创 Lab 2

/* Fraction.java */import java.io.*;/** The Fraction class implements nonnegative fractions (rational numbers). */public class Fraction { /* private fields within a Fraction. */ private st

2017-04-18 19:48:41 179

原创 Homework 1-2

/* Nuke2.java */import java.io.*;public class Nuke2 { public static void main(String[] arg) throws Exception{ BufferedReader keyboard; String inputLine; keyboard = new Buffer

2017-04-18 19:25:13 253

原创 Homework 1-1

/* OpenCommercial.java */import java.net.*;import java.io.*;/** A class that provides a main function to read five lines of a commercial * Web page and print them in reverse order, given the name

2017-04-18 16:29:29 339

原创 Lab 1

/* Names.java */import java.io.*;/** The Names class provides a single function, main, that will * perform various manipulations of the name John Fitzgerald Kennedy. * This is a modification of

2017-04-18 15:06:12 314

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除