-
还是有关OFDM技术仿真的文章,及源代码!
还是有关OFDM技术仿真的文章,及源代码!-OFDM technology or the simulation of the article, and source code!
- 2022-10-05 19:45:03下载
- 积分:1
-
采用atmel的tiny26的pll实现高速pwm,可方便进行电压等的调节。
采用atmel的tiny26的pll实现高速pwm,可方便进行电压等的调节。-high speed pwm using ATMEL tiny26 as MCU. It can be used for voltage regulator.
- 2023-01-25 09:15:04下载
- 积分:1
-
802[1].11无线网络权威指南.part1
802[1].11无线网络权威指南.part1-802 [1] .11 authoritative guide to the wireless network. Part1
- 2022-10-02 11:05:08下载
- 积分:1
-
TCP/IP xiang, XIE. Volume 3. The author (American) : w.richard anatomy. Machiner...
TCP/IP祥解。卷3。 作者(美):w.richard stevens. 机械工业出版社。-TCP/IP xiang, XIE. Volume 3. The author (American) : w.richard anatomy. Machinery Industry Press.
- 2023-06-04 12:40:03下载
- 积分:1
-
源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个数越多好...
源码要求为至少5个C或Java源码或其他好源码或编程学习资料,质量越高得到的下载个数越多好-goodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgood
- 2023-01-13 21:25:03下载
- 积分:1
-
著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD...
著名的A780系列,E680系列的SDK开发包,附带helloworld开发实例,详细内容见包中BUILD-INSTRUCTIONS。-famous A780 series, the Fox series SDK development kits, helloworld fringe development example, For further details, see package BUILD-INSTRUCTIONS.
- 2022-03-04 06:42:49下载
- 积分:1
-
关于rs码编码器的相关程序,利用硬件语言实现
关于rs码编码器的相关程序,利用硬件语言实现-Rs encoder code on the relevant procedures, take advantage of the hardware language
- 2023-02-15 18:45: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
-
一个自动上网计时的程序
一个自动上网计时的程序- Automatically accesses the net the time procedure
- 2022-05-26 17:06:30下载
- 积分:1
-
是一个手机功能的模拟程序,从界面到功能都做了很好的模拟...
是一个手机功能的模拟程序,从界面到功能都做了很好的模拟-It s a emulator program of mobile function, have a very good emulation from MMI to functions
- 2023-01-31 14:20:05下载
- 积分:1