资源列表

« 1 2 ... .18 .19 .20 .21 .22 20223.24 .25 .26 .27 .28 ... 21467 »

[其他小程序继承

说明:创建实例时,python会自动调用类中的__init__方法,以隐性地为实例提供属性 __init__ 方法被称为构造器 如果类中没有定义__init__方法,实例创建之初仅是一个简单的名称空间 class Myclass: a ="hello world" def __init__(self,x) self.name=x x =Myclass("list") y = Myclass("abc") 重载构造器(Wh
<Jankin-Wen> 在 2025-06-20 上传 | 大小:727kb | 下载:0

[其他小程序异常

说明:python的运行时错误称做异常 语法错误:软件的结构上有错误而导致不能被解释器或被编译器编译 逻辑错误:由于不完整或不合法的输入所致,也可能是逻辑无法生成,计算或者输出结果需要的过程无法执行等 python异常是一个对象,表示错误或意外情况 在python检测到一个错误时,将触发一个异常 python可以通过异常传导机制传递一个异常对象 发出一个异常情况出现的情况 程序员也在代码中自己触发异常(Python's runtime errors are called except
<Jankin-Wen> 在 2025-06-20 上传 | 大小:722kb | 下载:0

[其他小程序yichang

说明:BaseException:所有异常的基类 SystemExitb python:解释器请求退出 KeyboardInterruptc:用户中断执行(通常是输入^C) Exception:常规错误的基类 StopIteratione:迭代器没有更多的值 GeneratorExita:生成器(generator)发生异常来通知退出 SystemExith:Python 解释器请求退出 StandardErrorg:所有的内建标准异常的基类 ArithmeticErrord:所有
<Jankin-Wen> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[其他小程序实用沟通技能

说明: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)
<Jankin-Wen> 在 2025-06-20 上传 | 大小:1.1mb | 下载:0

[其他小程序GENESIS64安装指导V2

说明:PLC上位机组态软件,可视化三维组态,可以实现三维矢量化的组态界面!(PLC host computer configuration software, visualized three-dimensional configuration, can realize the three-dimensional vectorization of the configuration interface!)
<chxjme> 在 2025-06-20 上传 | 大小:583kb | 下载:0

[其他小程序model

说明:拟合正态分布,计算参数,并做出检验的MATLAB代码(The MATLAB code that fits the normal distribution, calculates the parameters, and makes the test.)
<sx_jiaran> 在 2025-06-20 上传 | 大小:34kb | 下载:0

[其他小程序代码转换处理器

说明:代码转换处理器,txt文本转换成cs类库的程序(Code conversion processor, TXT conversion to CS)
<zgcwkj> 在 2025-06-20 上传 | 大小:49kb | 下载:0

[其他小程序BA_CP-1242-7_76

说明:S7 1200 cp1242-7 manual
<Rob80> 在 2025-06-20 上传 | 大小:1.47mb | 下载:0

[其他小程序FolderSizeExplorer-25-APR-2017-V172

说明:folder size.tool for windows
<sadoudkarimou> 在 2025-06-20 上传 | 大小:1.31mb | 下载:0

[其他小程序太空飞机

说明:古老的打飞机游戏,可以上下左右控制飞机的位置(Ancient aircraft game, you can control the position of the aircraft up and down)
<M朱> 在 2025-06-20 上传 | 大小:4.42mb | 下载:0

[其他小程序data_stereo_flow_calib

说明:3D construction with stereo camera captured on the moving car
<zyun> 在 2025-06-20 上传 | 大小:311kb | 下载:0

[其他小程序C++完整源码天龙

说明:C++完整天龙辅助源码框架,参考学习使用(C++ complete source code)
<昨日i热> 在 2025-06-20 上传 | 大小:2.23mb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 20223.24 .25 .26 .27 .28 ... 21467 »

源码中国 www.ymcn.org