等价类划分题目1、程序输入条件为大于10小于100的整数x2、程序输入x取值于一个固定的枚举类型{1,3,7,15},且程序中对这4个数值分别进行了处理。3、windows文件名命名规则,可以包含除‘、’‘/’‘:’‘?’‘<>’'\'之外的任意字符,文件名长度是1-255个字符。 实战1、城市电话 ...
分类:
其他好文 时间:
2019-06-15 21:54:30
阅读次数:
210
实现点击百度地图上的覆盖物,然后获取覆盖上的属性,进而实现数据传送。 //让所有点在视野范围内 map.setViewport(pointArray); //获取覆盖物位置 function attribute(e){ var p = e.target; var id= e.target.custo ...
分类:
其他好文 时间:
2019-06-15 11:35:35
阅读次数:
227
这几天在B站看莫烦的视频,学习一波,给出视频地址:https://www.bilibili.com/video/av16001891/?p=22 先放出代码 首先,在add_layer函数中,参数有inputs,in_size,out_size,activation_function=None 其中 ...
分类:
其他好文 时间:
2019-06-13 00:56:57
阅读次数:
90
第一章 操作系统引论 Summary:Operating System is the first layer of software configured on the computer hardware,which is the first expansion of the hardware sy ...
分类:
其他好文 时间:
2019-06-12 20:01:55
阅读次数:
141
1 2 3 1 #detail{height: auto; width: 100%; overflow: hidden;background: none; text-align: center;background:url('https://staging.all-dream.com/assets/... ...
分类:
移动开发 时间:
2019-06-11 14:58:24
阅读次数:
1018
Introduction 在这一章节,作者大致地进行了 TCP/IP 的 whirlwind tour, 讲解了数据传输的四层, link layer, network layer, transport layer 和 application layer, 并且对其中的每一层进行了区分.同时,作者也 ...
分类:
其他好文 时间:
2019-06-08 19:15:05
阅读次数:
118
PHY((Physical Layer,PHY))是IEEE802.3中定义的一个标准模块,STA(station management entity,管理实体,一般为MAC或CPU)通过SMI(Serial Manage Interface)对PHY的行为、状态进行管理和控制,而具体管理和控制动作 ...
分类:
其他好文 时间:
2019-06-05 18:05:10
阅读次数:
127
卷积层池化和激活函数的顺序 简单来讲,先池化后激活和先激活后池化得到的效果是一样的,先池化进行了下采样,那么在激活函数的时候就减少了消耗 "Activation function after pooling layer or convolutional layer?" ...
分类:
其他好文 时间:
2019-06-04 12:32:54
阅读次数:
220
This is the first lecture in a series exploring the Transport layer. This layer is responsible for logical communication between applications running ...
分类:
Web程序 时间:
2019-06-03 12:41:33
阅读次数:
137