-
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!...
这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
- 2022-05-08 03:24:52下载
- 积分:1
-
LabView controls inside the call and management procedures, there are a lot of r...
LabView里面的控件调用和管理程序,还有很多的相关的子程序-LabView controls inside the call and management procedures, there are a lot of related subroutines
- 2022-03-13 18:03:55下载
- 积分:1
-
Volterra滤波器混沌时间序列多步预测,预测效果好
Volterra滤波器混沌时间序列多步预测,预测效果好-Volterra filter for chaotic time series multi-step prediction to predict the effect of good
- 2023-05-23 09:35:03下载
- 积分:1
-
an old game ...
一个挖金子的源码程序,只有机关,欢迎大家扩充-an old game ...
- 2022-02-03 05:53:31下载
- 积分:1
-
基于ADS7846启动代码,用于医疗上面的一个设备.
基于ADS7846启动代码,用于医疗上面的一个设备.-ADS7846-based startup code for a medical equipment above.
- 2022-01-25 13:59:28下载
- 积分:1
-
基于DOS的内存分配过程 操作系统
基于DOS的内存分配过程 操作系统- Based on DOS memory allocation process operating system
- 2022-07-26 22:10:37下载
- 积分:1
-
使用VB和Dx编写的3D赛车游戏,类似跑跑卡丁车,暂时没有实现联网功能,有声音,有好几辆车,大量X模型,适合Dx进阶编程...
使用VB和Dx编写的3D赛车游戏,类似跑跑卡丁车,暂时没有实现联网功能,有声音,有好几辆车,大量X模型,适合Dx进阶编程-Dx using VB and the preparation of the 3D racing game, similar跑跑卡丁车, realize there is no networking function, have sound, have a good few cars, a large number of X model, suitable for Dx Advanced Programming
- 2022-02-04 23:49:45下载
- 积分:1
-
该程序实现两端的及时通信,使交流方便, 其实现语言为java
该程序实现两端的及时通信,使交流方便, 其实现语言为java-It helps you to chat with your friend from anywhere in the world .
- 2022-05-09 00:41:45下载
- 积分:1
-
a database management system! Nothing in the data
一个数据库的管理系统!含概了数据的备份
主要是用做学生后勤信息的管理!-a database management system! Nothing in the data-backup is mainly used to make students logistics information management!
- 2022-01-25 14:52:10下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1