-
FSK调制的VHDL源代码和仿真指导解调…
FSK调制与解调的vhdl源代码,是word文档打开-FSK modulation and demodulation of VHDL source code and simulation of the guide is the word document open.
- 2022-06-28 13:13:53下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
这 是 一 篇 基 于 C 语 言 的 单 片 机 电 子 时 钟 的 程 序
这 是 一 篇 基 于 C 语 言 的 单 片 机 电 子 时 钟 的 程 序-This is a C language-based single-chip electronic clock procedures
- 2022-09-14 15:10:03下载
- 积分:1
-
蒙特卡罗FORTRAN程序语言监测
monte carlo fortran chengxu yuyan moni
- 2022-01-24 15:19:18下载
- 积分:1
-
diy-os-by-youself
详细讲解了操作系统原理及实现方式,通过实例一步步引导读者用汇编语言和c语言编写操作系统框架(Detailed account of the operating system theory and implementation, guiding the reader step by step through examples written in the framework of the operating system in assembly language and c language)
- 2014-02-25 07:58:35下载
- 积分:1
-
BPgo
BP神经网络预测电价的未来走势,源数据为三个月的电价价格的基本数据(BP neural network to predict the future trend of electricity prices, the source data for the three months of the basic price of electricity prices)
- 2017-05-19 19:03:58下载
- 积分:1
-
it can help you know C++ souce program quckily
it can help you know C++ souce program quckily
- 2022-07-22 10:59:39下载
- 积分:1
-
用8155扩展51单片键盘控制
用8155扩展51单片键盘控制-8155 with 51 single extended keyboard control
- 2022-08-31 19:10:02下载
- 积分:1
-
实现password的校验,输两次密码不一致提示sorry,一致提示hello...
实现password的校验,输两次密码不一致提示sorry,一致提示hello-check password
- 2022-11-12 15:45:03下载
- 积分:1
-
通过51程序,用户可以使用ATMEL T89C51CC01建
通过a51程序,用户可以使用ATMEL T89C51CC01内置的模数转换功能,提高学习效率
- 2022-01-25 15:58:27下载
- 积分:1