-
ControlSystemsSimulationusingMatlabandSimulink
Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版(Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation,
inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated
with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs..)
- 2009-09-06 15:19:01下载
- 积分:1
-
MapXGeoExpert
ѧϰMapX
- 2010-04-07 22:02:41下载
- 积分:1
-
ISO_C11_drft
说明: iso c11 drft 草稿标准,凑字数,凑字数(iso c11 drift, iso c11 drift , iso c11 drift)
- 2020-06-24 01:40:02下载
- 积分:1
-
led
这是DSP用I/O口驱动数码管的源程序,对初学者很有用。(This is the programme about the DSP which is used to control LED. )
- 2012-01-10 19:09:02下载
- 积分:1
-
DHT11 temperature and humidity sensor
STM32外设驱动篇—DHT11温湿度传感器(DHT11 temperature and humidity sensor)
- 2018-05-16 10:25:40下载
- 积分:1
-
单片机WIFI模块的程序
本程序 是在51单片机的系统上编写的,包括对WIFI模块的初始化,WIFI的收发代码,WIFI模块模式的设置。其中有对字符串串口输出的代码。本程序里边注释详细,可根据实际情况自己更改程序。
- 2022-03-19 20:24:39下载
- 积分:1
-
建表:表1:学生表列类型是否是其索引…
建表: 第一个表:学生表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 姓名 字符串10位 否 否 年龄 整型 否 否 地址 字符串50位 否 否 班级 字符串10位 是 否 备注: 班级:2001,2002,2003, 第二张表:成绩表 列名 类型 是否是索引 是否为空 学号 字符串8位 是 否 课程id 字符串10位 是 否 成绩 浮点型 否 否 备注: 唯一索引:学号+课程id 第三张表:课程表 列名 类型 是否是索引 是否为空 课程id 字符串10位 是 否 课程名称 字符串30位 否 否 备注: 唯一索引:课程id 课程名称:高数,大学物理,C语言 写出建表 sql语句 数据导入: 1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课程1条数据,每个学生全选了课程表所有的课程,写出sql语句和数据 sql语句 1. 统计班级为2001的班级的学生个数的sql语句和统计结果 2. 统计选择高数的学生个数的sql语句和统计结果 3. 计算每个学生的总成绩的sql语句和统计结果 4. 选出选择课程为C语言的学生资料和查询结果 5. 写出导出这三张表的数据的sql语句-built table : Table 1 : Table students listed types of whether indexing is whether the school to an empty string, whether the names of eight string 10 No No age Integers address string 50 No No 10 classes string whether Remarks : classes : 2001, 2002, the second table : 8 id 10 id id 10 Fu Series 30 No No Note : The only Index : id courses Course name : high number of university physics, write C-language production table s
- 2022-02-07 21:52:00下载
- 积分:1
-
ISODATA算法的步骤:(1)预置设定的聚类分析方法…
ISODATA算法
算法步骤:
(1) 预置
a. 设定聚类分析控制参数:
lc=预期的类数,
lNc=初始聚类中心个数(可以不等于c),
lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类),
lθs =类内各分量分布的距离标准差上界(大于此数就分裂),
lθD=两类中心间的最小距离下界(若小于此数,这两
-ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two
- 2022-06-13 21:51:57下载
- 积分:1
-
svm
基于MATLAB的支持向量机工具箱,好用(Support vector machine based on MATLAB toolbox, easy to use)
- 2010-08-16 22:56:08下载
- 积分:1
-
Caffe_Manual-master
AI caff深度源码学习,源码已经过修改可直接使用(AI CAFF source is modify by study direct for use)
- 2020-06-20 19:20:02下载
- 积分:1