-
it is the program of the 12864 based of AVR
模块LCD12864的并行程序设计,开发环境为AVR,大家可以参考-it is the program of the 12864 based of AVR
- 2022-05-27 17:02:35下载
- 积分:1
-
用VC++编程实现的心电信号的检测,包括心电信号的读取,显示…
利用VC++编程实现的心电信号的检测,包括心电信号的读取、显示,滤波放大、相关生理参数的计算以及相关简单心脏疾病的诊断等。-Using VC++ programming of the ECG signal detection, including the ECG read, display, filtering amplification, related to the calculation of physiological parameters and the associated simple diagnosis of heart disease.
- 2022-05-28 06:58:42下载
- 积分:1
-
本程序为初学vc ++提供的学习资料
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-06-24 17:55:02下载
- 积分:1
-
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间....
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间.-this procedure code used to access the computer system and the time, in many cases we need the system time.
- 2022-02-20 02:41:11下载
- 积分:1
-
111111111111111111111111111111111
11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff11dsafsdfasdfaffffffffffffffffffffffffffffffffffffffff
- 2022-08-11 07:48:58下载
- 积分:1
-
钱能编的《C++教程》及课后答案,及源代码
钱能编的《C++教程》及课后答案,及源代码-Money will be allocated to the
- 2023-04-27 17:45:04下载
- 积分:1
-
网络校时系统,可提供时间服务修改
网络校时系统,可提供时间服务修改-school system network, providing time service changes
- 2022-02-26 04:45:34下载
- 积分:1
-
这是一个剪刀石头布的游戏,本身比较简单,但是有些设置难度的东西,还是值得一些新手学习学习,呵呵,请不要见笑!...
这是一个剪刀石头布的游戏,本身比较简单,但是有些设置难度的东西,还是值得一些新手学习学习,呵呵,请不要见笑!-This is a cloth scissors stone of the game itself is relatively simple, but difficult to set up some things, it is still worthwhile for some newcomers learn from, huh, please do not laughed at!
- 2022-02-22 00:53:29下载
- 积分:1
-
527906多线程串口通讯实例_622
527906多线程串口通讯实例_622,用c++builder 开发,有兴趣的朋友可以下载看看,
- 2022-01-26 03:41:16下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1