代码搜索:双机通讯

找到约 6,822 项符合「双机通讯」的源代码

代码结果 6,822
www.eeworm.com/read/285529/8832754

cpp 学生通讯录.cpp

#include #include #include"student.h" #include #include Link::Link(void) { head=new LinkNode; head->next=NULL; }//////////////////////// 函
www.eeworm.com/read/186983/8886353

frm 串口通讯的设置.frm

VERSION 5.00 Begin VB.Form 串口通讯的设置 Caption = "串口通讯设置" ClientHeight = 5235 ClientLeft = 60 ClientTop = 450 ClientWidth = 9780 LinkTopic
www.eeworm.com/read/185759/8987304

rc2 串口通讯.rc2

// // 串口通讯.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED //////
www.eeworm.com/read/185759/8987318

h 串口通讯dlg.h

// 串口通讯Dlg.h : header file // //{{AFX_INCLUDES() #include "mscomm.h" //}}AFX_INCLUDES #if !defined(AFX_DLG_H__10778335_0FAC_4AD3_9ACB_A655E1D30E96__INCLUDED_) #define AFX_DLG_H__10778335_0FAC_
www.eeworm.com/read/185759/8987325

cpp 串口通讯dlg.cpp

// 串口通讯Dlg.cpp : implementation file // #include "stdafx.h" #include "串口通讯.h" #include "串口通讯Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/381917/9063477

dev 个人通讯录.dev

[Project] FileName=个人通讯录.dev Name=个人通讯录 UnitCount=1 Type=1 Ver=1 ObjFiles= Includes= Libs= PrivateResource= ResourceIncludes= MakeIncludes= Compiler= CppCompiler= Linker= IsCpp=1 Icon=
www.eeworm.com/read/381917/9063489

cpp 个人通讯录.cpp

#pragma hdrstop #include //引用输入输出流 #include using namespace std; const int MaxSize=100; //100只是示例性的数据,可以根据实际问题具体定义 struct Myfrinde { string name; //姓名 st