-
am and dsb modu and demodu
am and dsb modu and demodu
- 2022-04-22 09:35:49下载
- 积分:1
-
Winio based on the Treasury, through the write
基于winio库,通过写端口寄存器的方式实现串口通信(com1)-Winio based on the Treasury, through the write-port register means serial communication (com1)
- 2023-07-15 13:00:04下载
- 积分:1
-
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)
使用rpc(远程过程调用)编写的录音程序(服务端和客户端)--A recording program which has used rpc (remote procedure calling) (includes service/client)
- 2023-02-07 04:20:03下载
- 积分:1
-
通达信波段密码公式
通达信波段密码主图指标公式, 信号可靠好用,可以进行自己编辑和修改,构建自己的交易系统用。正所谓波段是金,短线是银,读者可以根据自己的操盘风格修改代码,以形成自己的交易风格。
- 2022-06-28 00:45:38下载
- 积分:1
-
利用api函数进行收了邮件。包括了邮件的收取、发送、删除等常用功能...
利用api函数进行收了邮件。包括了邮件的收取、发送、删除等常用功能-Use api functions upon receipt of a message. Including the receipt of the message, send, delete and other commonly used functions
- 2023-03-08 12:35:03下载
- 积分:1
-
这是一篇关于p2p协议和sip协议互通的文章,他们共同作用来实现分布式的功能:语音,视频,文件等功能...
这是一篇关于p2p协议和sip协议互通的文章,他们共同作用来实现分布式的功能:语音,视频,文件等功能-This an agreement on p2p sip agreement and the exchange of articles, they work together to achieve distributed functions : voice, video, documents, etc. Function
- 2022-03-01 20:40:09下载
- 积分:1
-
华为的硬件开发手册,网上大名鼎鼎的华为公司内部硬件开发的管理规范,很值得一读...
华为的硬件开发手册,网上大名鼎鼎的华为公司内部硬件开发的管理规范,很值得一读-huawei hardware development reference
- 2022-07-27 13:03:15下载
- 积分: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
-
合勤SMG
Zyxel SMG-700 User Guide
- 2022-02-20 17:23:42下载
- 积分:1
-
在许多软件系统中,表格控件在对数据进行浏
览、编辑等操作方面都有良好表现。遗憾的是,Visual
C++并没有提供直接支持表格操作的通用控制类。不...
在许多软件系统中,表格控件在对数据进行浏
览、编辑等操作方面都有良好表现。遗憾的是,Visual
C++并没有提供直接支持表格操作的通用控制类。不
过,我们可以通过注册VisualC++5.O的ActiveX
控件中的Microsoft FlexGrid Control,version5.0
控件并添加到项目中来实现对表格的显示及操作。下
面将结合具体实例,介绍如何在对话框中加入表格控
件并实现对表格数据的显示、修改和保存。文中程序
是在中文WindowsNT4.0环境下,用VisualC++・5.0
编写的。
-In many software systems, forms control in the data view, edit and operational aspects such as good performance. Unfortunately, Visual C++ does not provide direct support to form a common operational control class. However, we can register VisualC++5. O The ActiveX controls in the Microsoft FlexGrid Control, version5.0 control and add to the project to achieve the right form of display and operation. Below with specific examples on how to add form controls in the dialog box and to achieve the display of tabular data, modify and save. This paper program is in the Chinese WindowsNT4.0 environment, using VisualC++ ・ 5.0 prepared.
- 2022-10-31 12:15:02下载
- 积分:1