-
linux ipc通信代码
关于linux ipc进程间通信自己的收录的一些代码.
进程间通信(IPC,InterProcess Communication)是指在不同进程之间传播或交换信息。
IPC的方式通常有管道(包括无名管道和命名管道)、消息队列、信号量、共享存储、Socket、Streams等。其中 Socket和Streams支持不同主机上的两个进程IPC。
- 2022-03-25 06:59:55下载
- 积分:1
-
在DLL和主程序中使用接口实例共享变量,ImageList(可以扩充共享数据链接)
受一位网友之托。粗作,高手不要下。
你可以试着更改Edit框中...
在DLL和主程序中使用接口实例共享变量,ImageList(可以扩充共享数据链接)
受一位网友之托。粗作,高手不要下。
你可以试着更改Edit框中的字
然后按下chang login name 这样可以在DLL得到相应的值。
粗作。高手不要下-In DLL and main program interface examples of the use of shared variables, ImageList (can be expanded to share data link) by one of the occasional users. Rough for, you do not have. You can try to change the Edit box and then press the word chang login name in the DLL would be a corresponding value. Rough for. Players do not have
- 2022-02-05 19:47:50下载
- 积分:1
-
opc协议规范
opc协议规范-opc Protocol Specification
- 2022-05-07 06:45:08下载
- 积分:1
-
基于ATmega16单片机设计的串口波特率发送程序。下载方便。
基于ATmega16单片机设计的串口波特率发送程序。下载方便。-ATmega16-based single-chip serial port baud rate to send the design process. Download easy.
- 2023-02-06 03:10:04下载
- 积分:1
-
I = 8, Fs = 25KHz at 8 AM (AM) signal of the channel transmitter simulation resu...
I=8,Fs=25KHz时的8个调幅(AM)信号的信道化发射机仿真结果,8路信道化软件无线电发射机MATLAB具体程序如下!-I = 8, Fs = 25KHz at 8 AM (AM) signal of the channel transmitter simulation results, 8-way channel software radio transmitter MATLAB following specific procedures!
- 2022-07-17 10:59:39下载
- 积分:1
-
- 2022-04-19 20:32:11下载
- 积分:1
-
实例程序
十分似的发射点法士大夫上的
实例程序
十分似的发射点法士大夫上的-Examples of procedures
- 2023-01-26 08:50:04下载
- 积分: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
-
这是一个数码管显示数字的C语言源代码,这个程序输入为数字,输出为符号化的数字,类似于数码管显示数字的功能。...
这是一个数码管显示数字的C语言源代码,这个程序输入为数字,输出为符号化的数字,类似于数码管显示数字的功能。-This is a digital display the number of C language source code, the procedure for the digital input and output for the symbol of the figures, similar to a digital display digital functions.
- 2022-06-15 06:04:17下载
- 积分:1
-
above upload code is the dialogue plate in the correct procedures vc development...
上面上传的代码是有关对话板的程序完全在vc++环境下开发不过是visualstudio2005-above upload code is the dialogue plate in the correct procedures vc development environment is visuals tudio2005
- 2022-09-12 05:10:03下载
- 积分:1