-
俄罗斯方快的vc++程序设计
俄罗斯方快的vc++程序设计-Russian side quickly vc program design
- 2022-04-23 15:49:44下载
- 积分:1
-
使用VB开发的在MAPX中绘制移动基站扇区的代码
使用VB开发的在MAPX中绘制移动基站扇区的代码-The use of VB in the development of mobile base stations MAPX Drawing sector code
- 2022-01-28 13:28:25下载
- 积分:1
-
内有红外收发的子程序,收和发是分开的。已经调试过,非常好用,有效的距离可达3米多...
内有红外收发的子程序,收和发是分开的。已经调试过,非常好用,有效的距离可达3米多-There are infrared transceiver of the subroutine, to close and fat are separated. Have been debug, and very easy to use and effective range of up to 3 meters
- 2023-03-31 08:55:03下载
- 积分:1
-
信道模型的评价
channel model evaluation
- 2023-01-14 01:10:03下载
- 积分:1
-
计算方法
用高斯消元法解方程组,源代码以及注释
注释在源代码中...
计算方法
用高斯消元法解方程组,源代码以及注释
注释在源代码中-calculated using Gaussian Elimination Solution equations, the source code and notes in the Notes source code
- 2022-05-26 09:09:30下载
- 积分:1
-
java版本的飞行棋,供大家交流和学习使用
java版本的飞行棋,供大家交流和学习使用-java version of the flying game for the U.S. exchange and learning to use
- 2022-03-22 04:13:21下载
- 积分:1
-
ORACLE 商业培训的内部教材
DBA部分
ORACLE 商业培训的内部教材
DBA部分-ORACLE business training part of the internal materials DBA
- 2023-07-10 16:15:04下载
- 积分:1
-
聚类分析中一个简单的聚类算法:K均值算法。
聚类分析中一个简单的聚类算法:K均值算法。-Cluster analysis of a simple clustering algorithm: K-means algorithm.
- 2022-01-26 02:24:13下载
- 积分:1
-
你需要下载的通用工具箱和信号工具箱。
You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory. -You need to download the general purpose toolbox and the signal toolbox.
You need to unzip these toolboxes in your working directory, so that you have toolbox_general/ and toolbox_signal/ in your directory.
- 2022-03-12 02:20:48下载
- 积分:1
-
酒店时钟源码
应用背景
定义一个类Clock
属性有hour、minute、second
功能有display(显示时间)、set(设置时间)和tick(走一秒)
为Clock添加静态成员count,并初始化,在测试代码中先后声明两个钟
2、类的组合:定义Time类,定义Clock2,属性为Time型变量time
3、(从1中)派生一个类HotelClock
属性有hour、minute、second、city(注意:属性继承v.s.新增)
功能有display、set和tick(注意:哪些功能需要重写)
测试代码中声明一个长度为3的HotelClock数组,分别存北京、东京(比北京晚1个小时)和纽约时间(比北京早15个小时),并输出。
4、为HotelClock类重载
- 2023-04-03 23:50:04下载
- 积分:1