码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
Architecture Design Process
Architecture Design Process The architecture design process focuses on the decomposition of a system into different components and their interactions ...
分类:其他好文   时间:2019-01-10 20:26:11    阅读次数:129
centos7 部署安装gitlab服务器
概念: 帮助文档:http://www.runoob.com/git/git-tutorial.html 使用教程:http://www.runoob.com/git/git-tutorial.html 汉化参考链接:https://www.cnblogs.com/eleven24/p/690630 ...
分类:其他好文   时间:2019-01-09 18:39:55    阅读次数:253
Maven入门教程
GitHub仓库: "Fundebug/maven tutorial" Maven简介 "Maven" 是Java项目构建工具,可以用于管理Java依赖,还可以用于编译、打包以及发布Java项目,类似于JavaScript生态系统中的NPM。 Maven的命令行工具为 mvn ,其常用命令如下表所示 ...
分类:其他好文   时间:2019-01-08 12:23:02    阅读次数:135
数据分析系列精彩浓缩(三)
数据分析(三) 在分析UCI数据之前,有必要先了解一些决策树的概念(decision tree) 此处推荐一个关于决策树的博客地址: http://www.cnblogs.com/yonghao/p/5061873.html 决策树(decision tree (DT))的基本特征 DT 是一个监督 ...
分类:其他好文   时间:2019-01-07 20:50:53    阅读次数:175
Monthly-201901 tutorial
Monthly 201901 tutorial | 题目(难度递增) | easy | easy medium | medium | medium hard | hard | | : : | : : | : : | : : | : : | : : | | 思维难度 | AHG | F | B | C ...
分类:其他好文   时间:2019-01-05 21:31:04    阅读次数:216
Ogre开发日记(一)
流水账: 2019年1月5日 转眼已经来到了2019年,毕业已经3年多了,这里想重新拾起C++开发的东西,以Ogre作为原型边学边开发出一款小游戏。 1、已经下载了Ogre官方最新源码ogre-1.11.5,编译出了除了一个版本。https://www.ogre3d.org/ 2、理解Applica ...
分类:其他好文   时间:2019-01-05 18:26:17    阅读次数:192
变量 和 注释
转自:白月黑羽Python3教程:http://www.python3.vip/doc/tutorial/python/0003/ Python语言中,所有的 数据 都被称之为 对象。 每个整数、小数、字符串,还有我们后面要学的 字典、元组、列表 等, 都是对象。 在Python程序运行的时候,这些 ...
分类:其他好文   时间:2019-01-05 15:09:31    阅读次数:267
fdisk创立主分区过程
[root@localhost ~]# fdisk /dev/sdb …省略部分输出… Command (m for help): p #显示当前硬盘的分区列表 Disk /dev/sdb: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track ...
分类:其他好文   时间:2019-01-04 21:23:41    阅读次数:168
redis学习
详细的教程可以看http://www.redis.net.cn/tutorial/3505.html 我们这里是个最简易的教程 数据库server在ubutnu下面,我们直接自动安装 sudo apt-get install redis-server 修改配置文件,路径在/etc/redis/red ...
分类:其他好文   时间:2019-01-04 20:22:19    阅读次数:144
Tensroflow-测试集
#!/usr/bin/envpython2#-*-coding:utf-8-*-"""CreatedonTueAug108:14:302017@author:myhaspl@myhaspl.com"""fromtensorflow.examples.tutorials.mnistimportinput_datamnist=input_data.read_data_sets("mnist_datat
分类:其他好文   时间:2019-01-04 10:30:22    阅读次数:192
3034条   上一页 1 ... 55 56 57 58 59 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!