-
播放器的c语言程序,通过读取音长基数的值,确定发音的频率,然后按频率值发出歌曲的音调。...
播放器的c语言程序,通过读取音长基数的值,确定发音的频率,然后按频率值发出歌曲的音调。-Player of the c language program, read through the duration of the base value, to determine the frequency of pronunciation, then issued by the frequency of the pitch songs.
- 2022-02-04 11:35:55下载
- 积分:1
-
均值聚类算法 vc++图形演示程序
K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
- 2022-02-16 03:27:12下载
- 积分:1
-
This is a result of database design, use of pb software, combined with the datab...
这是数据库设计的一个结果,利用了pb软件,结合数据库可以运行-This is a result of database design, use of pb software, combined with the database can run
- 2022-02-10 06:32:27下载
- 积分:1
-
System Dynamics Simulation Software vesim the Chinese user manual is described i...
详细介绍了系统动力学仿真软件vesim的中文用户手册。
- 2022-03-20 17:28:24下载
- 积分:1
-
液晶驱动与AVR。包括延迟和转换库。
LCD Driver working with AVR. Include Delay and conv lib.
- 2023-08-03 03:25:03下载
- 积分:1
-
算法源代码比较经典
算法源代码比较经典-algorithm source code comparison classic
- 2022-06-18 07:41:20下载
- 积分:1
-
利用ADO访问Access的例子,适合于学习和借鉴,感谢原作者。
利用ADO访问Access的例子,适合于学习和借鉴,感谢原作者。-Access Access using ADO examples suited to learn from, thanks to original author.
- 2022-02-01 21:39:07下载
- 积分:1
-
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做
控制器项目,主要是能够智能控制某个机器或者个体按照程序设置的做-Controller projects, mainly to intelligent control of a machine or individual in accordance with the procedures set up to do
- 2022-11-16 06:50:03下载
- 积分:1
-
皮肤识别
两种方法,一种是直接用公式,一种是用bayes方法
皮肤识别
两种方法,一种是直接用公式,一种是用bayes方法-Skin, identifying two methods, one is the direct use of formula, a method is to use bayes
- 2022-03-14 10:46:49下载
- 积分: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