资源列表
C++完整源码天龙
- C++完整天龙辅助源码框架,参考学习使用(C++ complete source code)
data_stereo_flow_calib
- 3D construction with stereo camera captured on the moving car
太空飞机
- 古老的打飞机游戏,可以上下左右控制飞机的位置(Ancient aircraft game, you can control the position of the aircraft up and down)
FolderSizeExplorer-25-APR-2017-V172
- folder size.tool for windows
BA_CP-1242-7_76
- S7 1200 cp1242-7 manual
代码转换处理器
- 代码转换处理器,txt文本转换成cs类库的程序(Code conversion processor, TXT conversion to CS)
model
- 拟合正态分布,计算参数,并做出检验的MATLAB代码(The MATLAB code that fits the normal distribution, calculates the parameters, and makes the test.)
GENESIS64安装指导V2
- PLC上位机组态软件,可视化三维组态,可以实现三维矢量化的组态界面!(PLC host computer configuration software, visualized three-dimensional configuration, can realize the three-dimensional vectorization of the configuration interface!)
实用沟通技能
- 1. 要克服惧怕领导的心理 2. 要多出选择题,少出问答题 3. 要主动地、及时地反馈(1. to overcome the fear of fear of leadership 2. more choice questions, less questions and answers 3. be active and timely feedback)
yichang
- BaseException:所有异常的基类 SystemExitb python:解释器请求退出 KeyboardInterruptc:用户中断执行(通常是输入^C) Exception:常规错误的基类 StopIteratione:迭代器没有更多的值 GeneratorExita:生成器(generator)发生异常来通知退出 SystemExith:Python 解释器请求退出 StandardErrorg:所有的内建标准异常的基类 ArithmeticErrord:所有
异常
- python的运行时错误称做异常 语法错误:软件的结构上有错误而导致不能被解释器或被编译器编译 逻辑错误:由于不完整或不合法的输入所致,也可能是逻辑无法生成,计算或者输出结果需要的过程无法执行等 python异常是一个对象,表示错误或意外情况 在python检测到一个错误时,将触发一个异常 python可以通过异常传导机制传递一个异常对象 发出一个异常情况出现的情况 程序员也在代码中自己触发异常(Python's runtime errors are called except
继承
- 创建实例时,python会自动调用类中的__init__方法,以隐性地为实例提供属性 __init__ 方法被称为构造器 如果类中没有定义__init__方法,实例创建之初仅是一个简单的名称空间 class Myclass: a ="hello world" def __init__(self,x) self.name=x x =Myclass("list") y = Myclass("abc") 重载构造器(Wh
