-
domino的安装及smtp设置文档说明,可用于domino管理员的参考书籍...
domino的安装及smtp设置文档说明,可用于domino管理员的参考书籍-domino installation and smtp settings document that can be used for domino administrator
- 2022-02-15 05:00:37下载
- 积分:1
-
这个程序用来说明单频离散序列的周期延拓和补零延拓会对频域的分辨率有什么影响,是我自己刚作出来的,就贡献了吧,请您审查通过...
这个程序用来说明单频离散序列的周期延拓和补零延拓会对频域的分辨率有什么影响,是我自己刚作出来的,就贡献了吧,请您审查通过-the procedure used to describe single-frequency cycle sequence of discrete Extension and Extension-zero frequency domain will have a resolution of any impact option is my own just to make the contribution on the right, please review by Thank you
- 2022-01-30 19:33:06下载
- 积分:1
-
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。...
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。-Targeting the development of reference materials for the development of China Unicom
- 2022-05-15 21:49:08下载
- 积分: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
-
Serial port terminal software to view send/receive data communications.
Serial port terminal software to view send/receive data communications.
- 2023-04-26 11:25:04下载
- 积分:1
-
用java写的在线文本生成的HTML源代码发布(O.
使用java写的在线生成html文本的源代码发布版(在线源代码生成器)-Using java to write the text of the online generated html source code release (online source code generator)
- 2022-12-05 08:55:03下载
- 积分:1
-
蓝牙核心规范,涵盖从物理层、链路层到第…
蓝牙核心规范,涵盖了从物理层,链路层到HCI层的各层协议.-Bluetooth Core Specification, covering from the physical layer, link layer to the HCI protocol layer on each floor.
- 2022-08-05 12:46:36下载
- 积分:1
-
移动开发编程技术文档共享,很文件的技术资料
移动开发编程技术文档共享,很文件的技术资料-move
- 2022-03-20 14:43:37下载
- 积分:1
-
I2C通信,verilog语言
I2C 通信中只涉及两条信号线,即时钟线 SCL 和数据线 SDA。时钟线为高电平时均可锁存数据(即时钟线上升沿到下降沿之间)。当时钟线 SCL 高电平时,如果把数据线 SDA 从高
电平拉到低电平,则表示通信开始;如果把数据线 SDA 从低电平拉到高电平,则表示通信结束。
代码中分了两个模块,iic_com 模块除了执行和 I2C 通信有关的代码设计外,还有按键检测部分,而 led_seg7 模块只是驱动数码管显示从 AT24C02 指定地址读出的数据。
- 2022-03-24 15:07:26下载
- 积分:1
-
Viterbi decoder for 213 417 code rate
自己写的Viterbi Decoder 可以解码 213 417 码率-Viterbi decoder for 213 417 code rate
- 2022-08-15 10:15:21下载
- 积分:1