import json#json串就是字符串。d = { 'car':{'color':'red','price':100,'count':50}, '挨粪叉':{'color':'red','price':100,'count':50}, '挨粪叉1':{'color':'red','price' ...
分类:
编程语言 时间:
2018-01-21 00:14:23
阅读次数:
146
不使用中值定理,利用Carathéodory导数公式证明Taylor定理 ...
分类:
其他好文 时间:
2018-01-20 12:41:52
阅读次数:
173
http://michaelscodingspot.com/2017/06/04/software-engineers-path-best-annual-performance-review/ How the annual review scores are formed in the eyes o ...
分类:
其他好文 时间:
2018-01-20 10:59:54
阅读次数:
174
product_list = [ ('iphone6s',5800), ('kindle',800), ('tesla', 900000), ('python book', 105), ('bike',2000),]salary = input("Salary:")#输入工资shopping_car ...
分类:
其他好文 时间:
2018-01-19 16:48:09
阅读次数:
131
说说WeakReference弱引用 Java弱引用(WeakReference)的理解与使用 侧重说下弱引用:因为ThreadLocal用到了弱引用,而线程局部变量被广泛的应用在各种框架中。 了解如何定义和使用: 当gc执行:WeakReferenceCar关联的对象Car被回收掉了。 值得注意的 ...
分类:
其他好文 时间:
2018-01-19 11:52:44
阅读次数:
135
1.ASM&AAM算法 ASM(Active Shape Model)算法介绍:http://blog.csdn.net/carson2005/article/details/8194317 AAM(Active Appearance Model)算法介绍:http://blog.csdn.net/ ...
分类:
其他好文 时间:
2018-01-18 20:35:13
阅读次数:
162
一、目标定位 这一小节视频主要介绍了我们在实现目标定位时标签该如何定义。 上图左下角给出了损失函数的计算公式(这里使用的是平方差) 如图示,加入我们需要定位出图像中是否有pedestrian,car,motorcycles。注意在这里我们假设图像中只肯呢个存在这三者中的一种或者都不存在,所以共有四种 ...
分类:
其他好文 时间:
2018-01-17 20:59:35
阅读次数:
185
python的set和其他语言类似, 是一个无序不重复元素集, 基本功能包括关系测试和消除重复元素. 集合对象还支持union(联合), intersection(交), difference(差)和sysmmetric difference(对称差集)等数学运算. sets 支持 x in set ...
分类:
其他好文 时间:
2018-01-17 13:46:35
阅读次数:
99
方便演示,我们创建一个名为contacts表,其中包含四个列:id,first_name,last_name和email。 表中数据如下 在一列中找到重复的值 输出如下 在多个列中查找重复值 输出 ...
分类:
其他好文 时间:
2018-01-17 00:55:01
阅读次数:
144
1033. To Fill or Not to Fill (25) With highways available, driving a car from Hangzhou to any other city is easy. But since the tank capacity of a car ...
分类:
其他好文 时间:
2018-01-16 18:45:33
阅读次数:
228