-
研究性的源代码,研究自定义对话框的实现
研究性的源代码,研究自定义对话框的实现-study the source code, since the definition of research to achieve the dialog
- 2022-06-17 18:58:37下载
- 积分:1
-
关于avltree的源码,大家可以学习一下了
关于avltree的源码,大家可以学习一下了-On the source avltree, everyone can learn about the
- 2022-12-23 17:45:03下载
- 积分:1
-
freq hopping spread spectrum
通过使用发射机和接收机都知道的伪随机序列,在多个频率信道之间快速切换载波来传输无线电信号的FHSS方法。
- 2022-02-05 01:00:51下载
- 积分:1
-
- 2022-03-13 02:03:54下载
- 积分:1
-
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍....
Othello黑白棋,是我大学时在寝室写的。
严重鄙视"我在这里有个家伙的源代码说他的黑白棋无敌",我看了一下,我大学时的这个初作比他强上十倍.-Reversi Othello is my university wrote in the bedroom. Serious contempt for
- 2022-02-05 08:37:45下载
- 积分:1
-
USB开发例程及源代码
68013驱动开发,DDK,Cy7c68013的一个数据采集的方案,里面有方案USB的固件,驱动,以及上位机程序-
- 2022-01-30 21:25:33下载
- 积分:1
-
demonstrate how to create shortcuts
演示如何创建快捷方式-demonstrate how to create shortcuts
- 2022-07-19 09:17:52下载
- 积分:1
-
powerful text search engine, designated directories and file types, we can searc...
强力文本搜索器,指定目录和文件类型, 即可搜索特定文本字串,适合C++源代码 查看和查找 附带程序 -powerful text search engine, designated directories and file types, we can search for specific text strings, for C source code view and search incidental proceedings
- 2022-04-28 17:42:27下载
- 积分: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
-
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数...
高斯衰落信道的仿真,包括延迟、多径条件等,仿真可直接调用函数-gaosi fading channel simulation, including delays, multi-path condition, the simulation can directly call functions
- 2022-03-16 06:54:05下载
- 积分:1