码迷,mamicode.com
首页 >  
搜索关键字:XA    ( 602个结果
CNN Advanced
1 from sys import path 2 path.append('/home/ustcjing/models/tutorials/image/cifar10/') 3 import cifar10,cifar10_input 4 import tensorflow as tf 5 impo ...
分类:其他好文   时间:2018-04-23 00:09:06    阅读次数:258
89. Gray Code(公式题)
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:其他好文   时间:2018-04-22 19:56:51    阅读次数:181
Xamarin.Android 记住账号
1.存储登陆信息 2.读取登录信息 ...
分类:移动开发   时间:2018-04-22 17:21:18    阅读次数:432
20165103java程序设计第八章查漏补缺
20165103java程序设计第八章查漏补缺 ============= 课上内容补做 ...
分类:编程语言   时间:2018-04-22 17:19:21    阅读次数:124
python3爬虫第一天(1)
1.目标:用python3爬取慕课网课程页的图片,然后保存到本地。 2。打开pycharm编写python代码。思路如下: 2.1 . 从urllib库里导入request模块。 2.2 用request模块下的urlopen方法打开网页获取一个http响应对象 2.3 响应对象调用.read()方 ...
分类:编程语言   时间:2018-04-22 13:58:10    阅读次数:147
39. Combination Sum(回溯)
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2018-04-21 19:46:36    阅读次数:421
40. Combination Sum II
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2018-04-21 19:40:28    阅读次数:227
maven
文档来源:https://www.yiibai.com/maven/ Maven安装和配置 在 Windows 和 Ubuntu 的安装指南。 在Windows上安装Maven有关如何在 Windows 上安装 Maven 的文章。 启用Maven的代理访问要使用代理服务器来连接互联网,必须在 Ma ...
分类:其他好文   时间:2018-04-21 19:33:46    阅读次数:158
77. Combinations(回溯)
Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. Example: Input: n = 4, k = 2 Output: [ [2,4], [3,4], [2,3], ...
分类:其他好文   时间:2018-04-21 17:45:15    阅读次数:166
集合框架
集合框架(collections framework) 首先要明确,集合代表了一组对象(和数组一样,但数组长度不能变,而集合能)。Java中的集合框架定义了一套规范,用来表示、操作集合,使具体操作与实现细节解耦。 其实说白了,可以把一个集合看成一个微型数据库,操作不外乎“增删改查”四种操作,我们在学 ...
分类:其他好文   时间:2018-04-21 14:32:17    阅读次数:194
602条   上一页 1 ... 33 34 35 36 37 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!