代码搜索:3G通信

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

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

aps 通信录.aps

www.eeworm.com/read/117372/14927932

dsp 通信录.dsp

# Microsoft Developer Studio Project File - Name="通信录" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appli
www.eeworm.com/read/117372/14927935

ncb 通信录.ncb

www.eeworm.com/read/117372/14927938

cpp 通信录.cpp

// 通信录.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "通信录.h" #include "通信录Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char T
www.eeworm.com/read/117372/14927941

dsw 通信录.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
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 {