代码搜索:通信库

找到约 10,000 项符合「通信库」的源代码

代码结果 10,000
www.eeworm.com/read/117372/14927947

h 通信录.h

// 通信录.h : main header file for the 通信录 application // #if !defined(AFX__H__B64CB6E9_8B7F_488D_B10D_E14F9E3E9F96__INCLUDED_) #define AFX__H__B64CB6E9_8B7F_488D_B10D_E14F9E3E9F96__INCLUDED_ #if
www.eeworm.com/read/117372/14927962

clw 通信录.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CMyDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "通信录.h" C
www.eeworm.com/read/208727/15238648

cpp 通信录.cpp

#include #include class node { friend class list; private : node *next; char tlt[10]; char name[20]; int age; int j; int k; }; class list {