码迷,mamicode.com
首页 >  
搜索关键字:review    ( 1706个结果
台湾大学 机器学习基石 扩展阅读资料
預備知識 作業零 (機率統計、線性代數、微分之基本知識) 參考書籍 Learning from Data: A Short Course , Abu-Mostafa, Magdon-Ismail, Lin, 2013. 經典文獻 F. Rosenblatt. The perceptron: A pr ...
分类:其他好文   时间:2018-05-07 22:47:10    阅读次数:192
自动化测试
分层的自动化测试: 10%UI界面层 UI——UI测试{UI自动化、JS自动化} 20%业务逻辑层 Service——接口测试{模块接口测试、web接口测试(又分为1服务器接口测试、外部接口测试如第三方登陆接口)} 70%数据处理层 Unit——单元测试{单元测试、code Review} 什么样的 ...
分类:其他好文   时间:2018-05-03 22:00:47    阅读次数:103
Xtrareport 报表的一些属性及控件
报表结构 整个报表是由多个绑定带区组成,绑定带区如下: 绑定带区 说明 TopMarginBand 每个页面上面都显示的空白(天头),在PageHeaderBand或者ReportHeaderBand上面 ReportHeaderBand 在报表起始位置(报表头), 此带区被设计用于显示某些概述信息 ...
分类:其他好文   时间:2018-05-03 14:23:05    阅读次数:1443
Python3 爬虫爬取中国图书网(淘书团) 记录
本人为一名刚开始学Python爬虫的小白,开贴仅为记录下自己的学习历程,方便做review 要爬取链接:http://tuan.bookschina.com/ 要爬取内容: 图书名称, 图书价格, 以及对应预览图的link 本文用到py packages: requests, BeautifulSo ...
分类:编程语言   时间:2018-05-02 21:10:18    阅读次数:495
C语言的fgets fputs
C语言的fgets fputs fgets() 从文件中读取字符串头文件: #include函数原型: char * fgets(char * s, int size, FILE * stream)函数说明: 从文件指针stream指向的文件内读取字符串并保存到指针s所指向的内存空间中,直至出现换行... ...
分类:编程语言   时间:2018-04-30 18:04:04    阅读次数:183
[模拟]CONTINUE...?
DreamGrid has classmates numbered from to . Some of them are boys and the others are girls. Each classmate has some gems, and more specifically, the - ...
分类:其他好文   时间:2018-04-30 11:47:22    阅读次数:166
《C++ primer plus 英文版 第六版》Chapter 5
Chapter Review 1 An entry condition loop evaluates a test expression before entering the body of the loop. If the condition is initially , the loop ne ...
分类:编程语言   时间:2018-04-29 15:29:11    阅读次数:161
《C++ primer plus 英文版 第六版》Chapter 3
Chapter Review 1. Having more than one integer type lets you choose the type that is best suited to a particular need. For example, you could use to c ...
分类:编程语言   时间:2018-04-29 15:27:18    阅读次数:192
《C++ primer plus 英文版 第六版》Chapter 4
Chapter Review 1 a. b. c. d. 2 a. b. c. d. 3 4 5 `cout size; int dyn = new int [size]; vector dv(size); 14 Yes, it is valid. The expression "Home of t ...
分类:编程语言   时间:2018-04-29 15:22:39    阅读次数:208
《C++ primer plus 英文版 第六版》Chapter 6
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:编程语言   时间:2018-04-29 15:20:25    阅读次数:156
1706条   上一页 1 ... 65 66 67 68 69 ... 171 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!