-
测试软件LCOM30.EXE的使用说明 测试软件LCOM30.EXE的使用说明
测试软件LCOM30.EXE的使用说明 测试软件LCOM30.EXE的使用说明-lcom30
- 2023-06-24 14:10:03下载
- 积分:1
-
此源代码介绍一个适用于Windows平台的串口监视,调试程序。这是我在vc串口通信书本上看到源码,共享一下...
此源代码介绍一个适用于Windows平台的串口监视,调试程序。这是我在vc串口通信书本上看到源码,共享一下-This source code applied to introduce a Windows platform serial surveillance, debugging procedures. This is my serial communication in vc to see the source books, sharing what
- 2022-08-03 02:03:19下载
- 积分:1
-
操作系统有所耳闻,它是微软已推出的三种操作系统内核之一,是一种实时操作系统。虽然它是一种实时操作系统,但是从96年发布v1.0到现在,它的主要用途都在民用领域,...
操作系统有所耳闻,它是微软已推出的三种操作系统内核之一,是一种实时操作系统。虽然它是一种实时操作系统,但是从96年发布v1.0到现在,它的主要用途都在民用领域,比如Pocket
PC、SmartPhone、Automation。不像VxWorks,应用于航空航天、军事等领域。现在linux、VxWorks厂商也都看好嵌入式民用市场,激烈竞争在所难免。我看好Windows
CE,因为微软在PC领域实在太强,用户也早已熟悉了微软的产品,把PC下的技术移植到嵌入式领域,首先在操作界面方面就占了上风。
-operating systems have heard, it is Microsoft has launched three of the operating system kernel, is a real-time operating system. Although it is a real-time operating system, but from the 96 released v1.0 now, which are mainly used in civilian areas, such as Pocket PC, SmartPhone, Automation. Like VxWorks, used in aerospace, military and other fields. Now Linux, VxWorks manufacturers are optimistic about embedded civilian market, fierce competition is inevitable. I like Windows CE, Microsoft in the PC field is too strong, users are already familiar with Microsoft products, the PC technology into the embedded field in the first operation on the interface prevailed.
- 2022-06-12 05:26:50下载
- 积分:1
-
some C++ builder documents collected by myself, which are mainly on serial port
我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
- 2022-03-12 00:17:38下载
- 积分: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
-
IEC6100_1 Standards by English Documents
IEC6100_1 Standards by English Documents
- 2022-01-21 22:38:23下载
- 积分:1
-
Palm TextSync Conduit是一个掌上电脑同步管道,用于标准文本压缩/解压缩基础(PDOC)。它将和无格式的桌面电脑文本文件同步,当有冲突发生进就
Palm TextSync Conduit是一个掌上电脑同步管道,用于标准文本压缩/解压缩基础(PDOC)。它将和无格式的桌面电脑文本文件同步,当有冲突发生进就合并文件。 来源: http://sourceforge.net/projects/palmtextsync/ -Palm TextSync Conduit is on a palm the computer synchronization
pipeline, uses in the standard text compression/solution compression
foundation (PDOC). It and non- form tabletop computer text documents
synchronization, when has the conflict to occur gives in and the
document. Origin: Http://sourceforge.net/projects/palmtextsync/
- 2022-06-30 06:34:09下载
- 积分:1
-
Power electronic equipment communication protocol, MODBUS, describes in detail
电力电子设备通讯协议,MODBUS,介绍详细-Power electronic equipment communication protocol, MODBUS, describes in detail
- 2023-08-14 18:50:02下载
- 积分:1
-
这是用BCB 编写的HID测试程序,自动检测HID设备
这是用BCB 编写的HID测试程序,自动检测HID设备-It is written with the BCB test program HID, HID auto-detection equipment
- 2023-02-09 18:40:04下载
- 积分:1
-
Huffman编码和熵的方法
huffman and entropy approach
- 2022-04-17 21:16:35下载
- 积分:1