代码搜索:Session

找到约 10,000 项符合「Session」的源代码

代码结果 10,000
www.eeworm.com/read/453805/7412096

o session.o

www.eeworm.com/read/453805/7412118

cpp~ session.cpp~

www.eeworm.com/read/453805/7412129

h~ session.h~

#include using namespace std; class Session{ friend class SessionList; typedef struct User { char UserName[16]; char UserId[16]; int Sockfd; st
www.eeworm.com/read/453805/7412133

cpp session.cpp

#include "session.h" bool Session::addUser( int id,char *name,int Sockfd) { User *p=NULL; if((p = new User)!=NULL) { sprintf(p->UserId,"%d",id); p->Sockfd=S
www.eeworm.com/read/453803/7412178

cpp session.cpp

// Session.cpp : implementation file // #include "stdafx.h" #include "Client.h" #include "Session.h" #include "ClientEngine.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/453803/7412196

h session.h

#if !defined(AFX_SESSION_H__862EA9DB_2FA8_4D17_881D_CA2D5DD36C06__INCLUDED_) #define AFX_SESSION_H__862EA9DB_2FA8_4D17_881D_CA2D5DD36C06__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MS
www.eeworm.com/read/449996/7491952

h session.h

#ifndef _SESSION_H #define _SESSION_H #include #ifndef _GLOBAL_H #include "global.h" #endif #ifndef _PROC_H #include "proc.h" #endif #ifndef _HARDWARE_H #include "hardware.
www.eeworm.com/read/449996/7492110

c session.c

/* NOS User Session control */ #include #include "global.h" #include "mbuf.h" #include "proc.h" #include "ftpcli.h" #include "icmp.h" #include "telnet.h" #include "tty.h" #include
www.eeworm.com/read/448678/7527222

h session.h

#ifndef VSF_SESSION_H #define VSF_SESSION_H #ifndef VSFTP_STR_H #include "str.h" #endif #ifndef VSF_FILESIZE_H #include "filesize.h" #endif struct vsf_sysutil_sockaddr; struct mystr_list; /* This
www.eeworm.com/read/447943/7543605

asp session.asp