-
用VHDL实现的FFT,经过测试,效果很不错!值得一看
用VHDL实现的FFT,经过测试,效果很不错!值得一看-Use vhdl to do fft,after test,we can see the result is very good!
- 2022-02-15 09:35:29下载
- 积分:1
-
帮同学做的毕业设计中用到的IIR,2阶,截止频率等参数均可以任意设置...
帮同学做的毕业设计中用到的IIR,2阶,截止频率等参数均可以任意设置-Help of graduate students to do the design used in the IIR, 2 bands, parameters such as cut-off frequency can be arbitrarily set
- 2022-11-16 23:20:03下载
- 积分:1
-
一个人必须拥有网络基础知识
Networking Basics one must posses
- 2022-03-20 13:51:28下载
- 积分:1
-
MODBUS(CRC)校验例程示例1.0版,包括二种编程语言模式
MODBUS(CRC)校验例程示例1.0版,包括二种编程语言模式-MODBUS (CRC) calibration routines example, version 1.0, including two kinds of programming language mode
- 2023-06-24 08:55:03下载
- 积分:1
-
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect...
用Evc开发的一些实例源码,AnimateDraw、CopyScreen、Draw2DGraph、DrawExam、speciallyEffect-Evc development with some examples of FOSS, AnimateDraw, CopyScreen, Draw2DGraph, DrawExam, speciallyEffect
- 2022-02-05 00:53:48下载
- 积分:1
-
is a relatively simple based on the socket (delphi) Communication Program, for y...
是一个比较简单基础的socket(delphi)通信程序,供大家参考-is a relatively simple based on the socket (delphi) Communication Program, for your reference
- 2022-03-03 08:02:15下载
- 积分:1
-
详细阐述信道编码在实际系统中的应用,其中包括了RS码,turbo码以及信息论。...
详细阐述信道编码在实际系统中的应用,其中包括了RS码,turbo码以及信息论。-elaborate channel coding system in the actual application, including the RS code, turbo codes and information theory.
- 2022-03-12 03:28:13下载
- 积分:1
-
液晶1602详细中文资料,资源共享,互相帮助
液晶1602详细中文资料,资源共享,互相帮助-1602 Chinese liquid crystal detail information, resource sharing, mutual help
- 2023-05-15 07:30:03下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
周立功公司的关于C51很权威的书,很适合刚入门的初学者用,讲的很详细.分析的很到位...
周立功公司的关于C51很权威的书,很适合刚入门的初学者用,讲的很详细.分析的很到位-ZLG" s authoritative book on the C51, it is suitable for beginners just getting started with, talking in great detail. Analysis is in place
- 2022-07-11 16:08:52下载
- 积分:1