码迷,mamicode.com
首页 >  
搜索关键字:veh    ( 165个结果
AutoItLibrary安装报错(robotframework)解决
官网下载地址:http://www.softpedia.com/get/Programming/Components-Libraries/AutoItLibrary.shtml Csdn下载地址:http://download.csdn.net/detail/liuheng123456/623609 ...
分类:其他好文   时间:2017-01-17 16:55:40    阅读次数:273
Delphi之ComboBox
手动添加数据到ComboBox 从ComboBox中取出选择的数据。 ...
分类:Windows程序   时间:2017-01-11 15:51:56    阅读次数:429
ArcGIS Runtime支持的GP工具列表(转 )
转自原文 ArcGIS Runtime支持的GP工具列表(转 ) 目前ArcGIS Runtime有两个版本 Basic 版本和Standard版本,而Basic版本不支持Geoprocessing(这里指的是本地的Geoprocessing),对于Geoprocessing的支持是在Standar ...
分类:其他好文   时间:2017-01-08 22:53:15    阅读次数:325
Open source packages on self-driving car
Autoware https://github.com/CPFL/Autoware.git Open-source software for urban autonomous driving "For safe use, we provide a ROSBAG-based simulation me ...
分类:其他好文   时间:2016-12-23 09:36:02    阅读次数:262
在父类,调用子类
class Vehicle: Country='China' def __init__(self,name,speed,load,power): self.name=name self.speed=speed self.load=load self.power=power def run(self)... ...
分类:其他好文   时间:2016-12-22 11:57:22    阅读次数:177
一些web事件兼容(根据高级程序)
var EventUtil = { //事件监听 addHandler: function( element, type, handler ) { if ( element.addEventListener ) { element.addEventListener(type, handler, fa ...
分类:Web程序   时间:2016-12-21 21:31:33    阅读次数:166
事件绑定与解绑
事件绑定与解绑 问题:在IE中使用attachEvent()与使用DOM0级方法的主要区别在于事件处理程序的作用域。在使用DOM0级方法的情况下,事件处理程序会在其元素的作用域内运行;在使用attachEvent()方法的情况下,事件处理程序会在全局作用域中运行,因此this等于window 例: ...
分类:其他好文   时间:2016-12-13 23:18:30    阅读次数:227
qt中用tcp传输xml消息 good
本文博客链接:http://blog.csdn.net/jdh99,作者:jdh,转载请注明. 环境: 主机:WIN7 开发环境:Qt5 3.1.2 说明: 在tcp上传输xml消息. 协议格式如下: 2字节标识(0xc55c,网络序)+2字节预留 +4字节报文内容长度(网络序) + 4字节命令字( ...
分类:其他好文   时间:2016-12-10 00:37:02    阅读次数:431
【Todo】常见的哈希Hash算法
参考 Link 另外,这篇文章也提到了利用Hash碰撞而产生DOS攻击的案例: http://www.cnblogs.com/charlesblc/p/5990475.html 一 加法Hash 二 位运算Hash 这类型Hash函数通过利用各种位运算(常见的是移位和异或)来充分的混合输入元素。比如 ...
分类:编程语言   时间:2016-12-04 07:47:30    阅读次数:275
Beginning Scala study note(7) Trait
A trait provides code reusability in Scala by encapsulating method and state and then offing possibility of mixing them into classes thus allowing cod ...
分类:其他好文   时间:2016-12-02 03:16:24    阅读次数:164
165条   上一页 1 ... 13 14 15 16 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!