代码搜索:WIFI通信
找到约 10,000 项符合「WIFI通信」的源代码
代码结果 10,000
www.eeworm.com/read/221807/14719967
ppt 06进程的通信.ppt
www.eeworm.com/read/221383/14742184
txt 通信作业之日历.txt
#include
#include
#include
/*打印菜单*/void printmenu();
/*星期*/ void xingqi();
/*纪念日*/ void jinianri();
int week(int,int,int);
int monthday[12]={31,28,31,
www.eeworm.com/read/119237/14836099
cpp 串口通信doc.cpp
// 串口通信Doc.cpp : implementation of the CMyDoc class
//
#include "stdafx.h"
#include "串口通信.h"
#include "串口通信Doc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FI
www.eeworm.com/read/119237/14836101
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/119237/14836103
ico 串口通信doc.ico
www.eeworm.com/read/119237/14836113
h 串口通信view.h
// 串口通信View.h : interface of the CMyView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_VIEW_H__BC6B4DB7_7278_4D0A_9385_D5466F2823A7__INCL
www.eeworm.com/read/119237/14836115
cpp 串口通信view.cpp
// 串口通信View.cpp : implementation of the CMyView class
//
#include "stdafx.h"
#include "串口通信.h"
#include "串口通信Doc.h"
#include "串口通信View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/119237/14836120
h 串口通信doc.h
// 串口通信Doc.h : interface of the CMyDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DOC_H__984BE870_139C_4A73_ACC0_DCBF9600F3A4__INCLUDE
www.eeworm.com/read/212713/15150801
c 电子通信录.c
#include
#include /*与malloc.h差不多*/
#include
#define maxlen 100
struct persons
{ char name[10]; /*定义结构体数组用于缓存数据*/
char addr[20];
char phnum[10];
}pe