-
android各种布局文件的源代码,包含了基本的布局格式和巧妙的运行方法...
android各种布局文件的源代码,包含了基本的布局格式和巧妙的运行方法-android source code for a variety of layout files, containing the basic layout of the format and method clever run
- 2022-04-29 14:09:45下载
- 积分:1
-
诺基亚6100液晶显示驱动SPI
Nokia 6100 LCD Display Driver SPI
- 2023-07-03 22:35:03下载
- 积分:1
-
本电子书是CDMA射频工程学的基本介绍,很好的书…
this ebook is for basic introduction to CDMA rf enfineering, very good book for basic level
- 2023-02-14 23:15:04下载
- 积分:1
-
Log RS-232.
记录RS-232。发送和接收数据(十六进制格式)。调谐波特率,端口实时;查看输入数据RS-232。来源:Borland C 5.0
- 2023-02-28 22:40:04下载
- 积分: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
-
USB HID 范例
在网上找了一个月了关于USb hid与PC通信的上位机的资料,有的不全或者有的缺点东西,好不容易找个一个源码,非常使用,特拿出来分享。
#include "stdafx.h"
#include "HIDUSB.h"
#include "MainFrm.h"
#include "HIDUSBDoc.h"
#include "HIDUSBView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CHIDUSBApp
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-24 23:05:06下载
- 积分:1
-
改进行级联CIC梳状滤波器,通带内平坦性好,带外抑制更好
改进行级联CIC梳状滤波器,通带内平坦性好,带外抑制更好-To carry out cascade CIC comb filter, with passband flatness, and band rejection better
- 2022-03-30 00:31:58下载
- 积分:1
-
RFM12B Transmission and Reception Using Atmega16
1简介
- 2022-01-26 02:16:31下载
- 积分:1
-
Symbian S60演示了如何创建功能
Symbian S60 演示了如何制作多功能的编辑框-Symbian S60 demonstrated how to create feature-rich edit box
- 2023-03-10 01:35:05下载
- 积分:1
-
应用RAS实现的远程访问,
the applicatio of ras
应用RAS实现的远程访问,
the applicatio of ras-application RAS achieve remote access, the applicatio of ras
- 2022-04-29 19:31:25下载
- 积分:1