-
Using FPGA to design the signal generator dds all the content inside,
用FPGA 来设计的dds的信号发生器的全部内容都在里面,-Using FPGA to design the signal generator dds all the content inside,
- 2022-02-21 10:56:59下载
- 积分:1
-
文法分析器 在c环境下编写的 我认为还可以
文法分析器 在c环境下编写的 我认为还可以-c grammar analyzer in the preparation of the environment I think I can
- 2022-02-24 13:07:34下载
- 积分:1
-
用分治策略,将4中不同形状的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。...
用分治策略,将4中不同形状的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。-With sub-rule strategy, will be 4 different shapes of the L-type domino coverage given on the special board in addition to all the special box outside the box.
- 2022-04-02 04:39:05下载
- 积分:1
-
实现数据结构栈的删除插入和修改!模拟栈的强大功能
实现数据结构栈的删除插入和修改!模拟栈的强大功能-Realize the deletion , insertion and modification of the stack. Simulate the strong function of the stack.
- 2022-11-27 23:15:03下载
- 积分:1
-
自编软件gps控制网优化设计源码,希望对大家有所帮助
自编软件gps控制网优化设计源码,希望对大家有所帮助-software for a GPS control network optimization design source, we hope to help
- 2023-08-14 23:10:04下载
- 积分:1
-
线程应用 Thread IAsyncResult
线程应用 Thread IAsyncResult-Thread IAsyncResult
- 2022-01-25 16:48:19下载
- 积分:1
-
汉字和16进制互换
估计有很多相似的程序
汉字和16进制互换
估计有很多相似的程序-Chinese characters and 16-band exchange is estimated that the procedure has many similarities
- 2022-12-19 21:45:03下载
- 积分:1
-
Windows 程序设计的源码,比较全哦!大家可以下载来看看哦
Windows 程序设计的源码,比较全哦!大家可以下载来看看哦-Windows programming source code, more full-Oh! You can download view
- 2022-02-05 16:13:59下载
- 积分:1
-
运动会管理系统源代码!
运动会管理系统源代码!-Games Management System source code!
- 2022-02-21 17:17:39下载
- 积分: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