-
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨
利用MScomm控件编程实现串口通讯原程序,比较不错,不妨-use MScomm Control Programming serial communication program, quite good to try something
- 2022-07-07 18:09:43下载
- 积分:1
-
很好的串口通讯编程源码,对学习串口通讯编程有很大的帮助...
很好的串口通讯编程源码,对学习串口通讯编程有很大的帮助-Serial communication programming good source for learning serial communication programming is very useful to
- 2022-08-07 18:18:45下载
- 积分:1
-
使用jsr284模块编写的控制手机摄像头的程序,实现了基本的拍照和保存。...
使用jsr284模块编写的控制手机摄像头的程序,实现了基本的拍照和保存。-use jsr284 to control camera in mobile phone.
- 2023-01-09 20:05:03下载
- 积分:1
-
基于API的串口通信动态库封装
基于API的串口通信封装,还可以通过TCP/UDP方式虚拟串口。
- 2022-11-24 13:50:03下载
- 积分:1
-
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GP...
这是一个简单的软件开发包(SDK),你可以利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件。请使用Visual C++ 5 以上的版本编译并生成 DLLs、控制面板程序和可执行文件。-This is a simple software development kit (SDK), you can take advantage of this GPSLIB in their own 32-bit Windows applications to join the Global Positioning System support. Source code compressed file contains GPSLIB library source code and Demo program. Many documents have detailed notes. Downloadable file in order to guarantee as much as possible the size of the small, compressed file does not contain any binary files. Please use the Visual C++ 5 or later to compile and generate DLLs, Control Panel procedures and executable file.
- 2022-02-01 17:47:44下载
- 积分:1
-
Graduated from design documents, using C# Prepared! In general terms can certain...
毕业设计文档,采用C#编写!一般的来说交上去肯定能够通过!-Graduated from design documents, using C# Prepared! In general terms can certainly pay up!
- 2022-04-30 02:22:23下载
- 积分:1
-
上位机软件动态获取计算机COM口
应用背景
通过MFC6.0生成一个单文档程序,然后新建一个对话框并生成一个新类;在对话框中添加两个组合框控件。在生成的新类上右击增加windows消息WM_INITDIALOG生成处理函数,函数内容见“关键技术描述”。函数体中的index和baud均为int型,可设为全局变量。
关键技术BOOL CComDlg::OnInitDialog()
{
CDialog::OnInitDialog();
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("4800");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("9600");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("38400");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("115200");
((CComboBox *)GetDlgItem(IDC_COMBO2))->SetCurSel(0+baud);
long lReg;
HKEY hKey;
DWORD MaxValueLength;
- 2022-03-14 01:15:16下载
- 积分:1
-
用VB编写的,调用C++生成的DLL库,适用于普通的程序员…
用VB编写的,调用C++生成的DLL库,适用于普通程序员,程序内容是进行两数相乘.-prepared by the VB, call Generation C DLL library, apply to ordinary programmers, procedures for two is the number multiplication.
- 2022-09-09 04:05:02下载
- 积分:1
-
hiperlan协议中mac接入仿真,one proposed way for random RCH number
hiperlan协议中mac接入仿真,one proposed way for random RCH number-hiperlan agreement mac access simulation, one proposed way for random number RCH
- 2022-01-25 16:12:55下载
- 积分:1
-
文件为Delphi下的.pas源文件,该文件为一个串口通讯的封装类....
文件为Delphi下的.pas源文件,该文件为一个串口通讯的封装类.-document for the Delphi. Pas source document, which for a serial communications package category.
- 2022-07-21 06:13:10下载
- 积分:1