码迷,mamicode.com
首页 >  
搜索关键字:et    ( 845个结果
Towards Deep Learning Models Resistant to Adversarial Attacks
[TOC] "Madry A, Makelov A, Schmidt L, et al. Towards Deep Learning Models Resistant to Adversarial Attacks.[J]. arXiv: Machine Learning, 2017." @artic ...
分类:其他好文   时间:2020-03-04 20:54:57    阅读次数:58
xml模块
1 import xml.etree.ElementTree as ET 2 3 tree = ET.parse('xmltest.xml') 4 root = tree.getroot() # 一个对象 5 print(root.tag) # 打印标签名 6 for country in root ...
分类:其他好文   时间:2020-03-03 19:03:19    阅读次数:82
pads无模命令-全局设置
全局设置(GlobalSettings)C……….打开或关闭设计画面补充格式显示模式。D……….打开或关闭当前层拥有最高优先显示权。DO……….打开可关闭当前通孔显示模式。ET……….设置暂停走线时以测试点为结束方式。I……….进行数据库完整测试。L<n>……….改变当前层,如,则当前层为第二层N<s>……….高亮某一网络O<r>……….将焊盘和走线以其外框形式
分类:其他好文   时间:2020-03-03 09:15:35    阅读次数:129
python嵌入式版本安装openpyxl失败解决方法
使用嵌入式版本安装第三方包时会引用本机缓存的et_xmlfile, 所以会有如下错误. D:\Projects\Inspect\python-3.8.1>python.exe -m pip install openpyxl --cache-dir D:\ -i https://mirrors.ali ...
分类:编程语言   时间:2020-03-02 23:21:32    阅读次数:884
C++后台开发(面经)
LinuxLinux进程调度算法Linux进程地址空间分布Linux内存管理方法,页面置换算法,逻辑地址和物理地址的转换在一台内存为2G的机器上,malloc(20G)会怎么样?new20G呢?进程和线程的区别,进程间通信方式解释孤儿进程,僵死进程,惊群效应IO模型,Select、Epoll和Poll的区别ET和LT的区别,需要注意什么计算机网络TCP三次握手四次挥手状态图,对应的POSIXAPI
分类:编程语言   时间:2020-02-26 23:00:08    阅读次数:121
简单到不能在简单的浏览器
首先把界面显示出来,为了更加简单这是在相对布局中写的 1 <EditText 2 android:layout_width="match_parent" 3 android:layout_height="wrap_content" 4 android:id="@+id/et" 5 android:l ...
分类:其他好文   时间:2020-02-25 23:33:47    阅读次数:120
The Expressive Power of Neural Networks: A View from the Width
[TOC] "Lu Z, Pu H, Wang F, et al. The expressive power of neural networks: a view from the width[C]. neural information processing systems, 2017: 6232 ...
分类:Web程序   时间:2020-02-24 14:44:11    阅读次数:87
理解JavaScript的call和apply使用情景的最简单直观的例子
/* 业务逻辑: 1、如果person见到person,ET见到ET,则相互sayHi; 2、如果person见到ET,则逃跑; 3、如果ET见到person,则吃掉; ps: 举个这样蹩脚的例子,是想说明:call非常适合用在这种需要解耦代码的情况中,避免同样代码再写一次。 */ //这个pers ...
分类:移动开发   时间:2020-02-15 23:34:34    阅读次数:91
时间范围占比工具类
/** * 时间范围占比 * * @param st 开始时间戳 * @param et 结束时间戳 * @param cst 对比开始时间戳 * @param cet 对比结束时间戳 * @return 占比 * @author liushouyun */ public static Tuple2 ...
分类:其他好文   时间:2020-02-14 20:43:20    阅读次数:74
Are Loss Functions All the Same?
[TOC] "Rosasco L, De Vito E, Caponnetto A, et al. Are loss functions all the same[J]. Neural Computation, 2004, 16(5): 1063 1076." @article{rosasco200 ...
分类:其他好文   时间:2020-02-14 01:07:26    阅读次数:98
845条   上一页 1 ... 5 6 7 8 9 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!