-
马维尔处理器手机
MARVELL processor mobile phone
- 2022-03-21 07:03:25下载
- 积分:1
-
根据波形数值在屏幕上画出波形的滤波器显示程序
根据波形数值在屏幕上画出波形的滤波器显示程序-based waveform numerical draw on the screen filter waveform display program
- 2022-08-19 00:25:26下载
- 积分:1
-
tcp/ip package check
tcp/ip package check
- 2023-02-22 16:50:03下载
- 积分:1
-
STM32 BOOTLOAD 远程升级引导部分
1.通过gsm接收firmware数据,在bootload中完成写flash和跳转,这是bootload部分。
2.基于STM32F103VCT6平台。
3.编译工具是IAR 5.6版本。
- 2022-02-01 10:58:10下载
- 积分:1
-
TRasObject实现了一些主要的函数,允许开发者在其程序中使用RAS功能。它可以管理连接(创建,修改,重命名,删除),对选定的连接拨号或挂断。...
TRasObject实现了一些主要的函数,允许开发者在其程序中使用RAS功能。它可以管理连接(创建,修改,重命名,删除),对选定的连接拨号或挂断。-TRasObject achieved some of the major functions, allowing developers to use in their proceedings RAS features. It can manage to connect (create, modify, rename, delete), the selected dial-up or hang up the connection.
- 2022-05-20 08:58:08下载
- 积分:1
-
Visual C++ OPC Client实例
本源码是基于C++开发的OPC客户端程序开发实例。
OPC(OLE for Process Control)是根据Microsoft的OLE(现在Active)、COM(部件对象模型)
- 2022-03-26 13:43: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
-
一个用vb写的拨号上网的程序
一个用vb写的拨号上网的程序- The procedure with vb which which writes the digit dialing
accesses the net
- 2022-08-09 00:13:49下载
- 积分:1
-
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输
微软亚洲研究院论文:3G网络中可扩展视频的网络自适应传输-papers Microsoft Research Asia : 3G network scalable video Adaptive Transmission Network
- 2022-03-11 21:19:16下载
- 积分:1
-
跨平台的最高效的c语言IO事件框架,windows平台下功能稍弱
跨平台的最高效的c语言IO事件框架,windows平台下功能稍弱-cross-platform of the most effective language IO c incident framework, windows platform functionality supporters
- 2022-02-06 18:14:54下载
- 积分:1