自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 机器学习之softmax实现Fashion-MNIST分类

1.导入MNIST的数据在开始时我们需要导入MNIST的数据,MNIST的数据可以从github上进行下载Fashion-MNIST数据集,MNIST有四个数据集,分别如下:train-images-idx3-ubyte.gz: training set images (9912422 bytes)train-labels-idx1-ubyte.gz: training set labels (28881 bytes)t10k-images-idx3-ubyte.gz: test se

2020-08-01 22:23:06 665

原创 android基础控件(8)闹钟实现(AlarmManager+TimePicker)

android基础控件(1)TabHost实现选项卡android基础控件(2)TabLayout+ViewPager实现选项卡android基础控件(3)BottomNavigationView+FragmentLayout实现底层导航栏android基础控件(4)GridView实现网格视图android基础控件(5)Spinner实现下列列表框android基础控件(6)Chronometer实现计时器android基础控件(7)日期选择器(DataPicker)android基础控件(

2020-07-30 22:25:19 832

原创 android基础控件(7)日期选择器(DataPicker)

android基础控件(1)TabHost实现选项卡android基础控件(2)TabLayout+ViewPager实现选项卡android基础控件(3)BottomNavigationView+FragmentLayout实现底层导航栏android基础控件(4)GridView实现网格视图android基础控件(5)Spinner实现下列列表框android基础控件(6)Chronometer实现计时器android基础控件(7)日期选择器(DataPicker)首先使用DataPick

2020-07-30 21:49:14 1175

原创 android基础控件(6)Chronometer实现计时器

1. 计时器(Chronometer)1.1 activity_main<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.c

2020-07-28 12:10:41 1132 2

原创 android基础控件(5)Spinner实现下列列表框

1. Spinner1.1 activity_main首先在主布局中引入Spinner控件,并利用entries引入下拉框的列表选项,列表选项由自己定义。<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent"> <Spinner android:layout_width="wrap_content" andro

2020-07-28 10:57:52 1984

原创 android基础控件(4)GridView实现网格视图

1. GridView1.1 activity_main<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent"> <GridView android:layout_width="match_parent" android:layout_height="match_parent" android:id

2020-07-27 21:50:06 917

原创 android基础控件(3)BottomNavigationView+FragmentLayout实现底层导航栏

1.BottomNavigationView+FragmentLayout1.1 activity_main<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http

2020-07-27 21:21:41 541 1

原创 android基础控件(2)TabLayout+ViewPager实现选项卡

2.1 activity_main<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.androi

2020-07-26 11:57:51 2117 4

原创 android基础控件(1)TabHost实现选项卡

TabHost+TabWidget+FragmentLayout1.1 主布局main_layout<TabHost android:layout_width="match_parent" android:layout_height="match_parent" android:id="@android:id/tabhost"> 自带布局 <LinearLayout android:layout_width="match_paren

2020-07-26 11:51:30 1586 1

空空如也

空空如也

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

TA关注的人

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