-
蓝牙SPP软件源代码
蓝牙SPP软件源代码-Bluetooth SPP software source code
- 2022-02-20 21:38:03下载
- 积分:1
-
This document is part of H.264 standard and introduces the prediction of Inter M...
This document is part of H.264 standard and introduces the prediction of Inter Marcoblocks in P-slices. -This document is part of H.264 standard and introduces the prediction of Inter Marcoblock "s in P-slices.
- 2023-03-04 22:35: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
-
华容道游戏J2ME实现_Java手机游戏
华容道游戏J2ME实现_Java手机游戏-Puzzle achieve _Java J2ME mobile games
- 2022-11-05 20:35:04下载
- 积分:1
-
一种新的滤波器方法,希望大家能一起学习。
一种新的滤波器方法,希望大家能一起学习。-A new filter, and I hope that everyone learning together.
- 2023-06-13 03:05:05下载
- 积分:1
-
GPS IF signal frequency and ca code search procedures, raw data can be in Beijin...
GPS中频信号频率和ca码搜索程序,原始数据可以在北京东方联星网站上下载-GPS IF signal frequency and ca code search procedures, raw data can be in Beijing Oriental Lianxing website
- 2023-03-23 17:55:03下载
- 积分:1
-
基于vc得串口通信助手的源程序,对于高通信的兄弟有帮助。
基于vc得串口通信助手的源程序,对于高通信的兄弟有帮助。-source code of serial communication based on visual C++. it s very helpful to those interested in communication.
- 2023-05-17 23:40:03下载
- 积分:1
-
用来打电话的程序
用来打电话的程序-used to call the procedure
- 2022-03-03 22:08:38下载
- 积分:1
-
ex1_1 单位冲激序列
ex1_2 右移20的单位冲激序列
ex1_3 单位阶跃序列
ex1_4 实指数序列
ex1_5 复指数序列
ex...
ex1_1 单位冲激序列
ex1_2 右移20的单位冲激序列
ex1_3 单位阶跃序列
ex1_4 实指数序列
ex1_5 复指数序列
ex1_6 随机序列
ex1_7 系统冲激响应(impz函数)
ex1_8 系统传递函数(freqz函数)
ex1_9 零极点增益
ex1_10 residuez函数应用
ex1_11 Lattice结构全极点IIR系统
ex1_12 Lattice结构全零点FIR系统
ex1_13 Lattice结构零极点结构-unit impulse sequence ex1_1 shifted to right ex1_2 unit 20 unit step impulse ex1_3 sequence sequence sequence ex1_4 index is ex1_5 complex exponential sequence ex1_7 random sequence ex1_6 system impulse response (impz function) ex1_8 system transfer function (freqz function) ex1_9 zeros and poles gain function ex1_10 residuez application ex1_11 Lattice all-pole IIR system structure ex1_12 Lattice structure of the whole system against ex1_13 Lattice Structure of FIR zero-pole structure
- 2023-02-26 22:45:03下载
- 积分:1
-
Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
Adaptive Huffman Coding and Decoding for Data Compression in MATLAB
- 2022-01-22 06:34:46下载
- 积分:1