代码搜索:group

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

代码结果 10,000
www.eeworm.com/read/185989/8968000

dat group.dat

www.eeworm.com/read/185797/8984324

h group.h

#include "reg52.h" //头文件 #include "absacc.h" #define key_shift 11 #define key_P 12 #define key_enter 13 #define key_down 14 #define key_up 15 #define key_A 16 #define key_D 17 #de
www.eeworm.com/read/382546/9021625

cpp group.cpp

#include"Group.h" using namespace std; Client *Group::operator[](const string& email){ for(int i = 0; i < objects.size(); i++){ if(objects[i]->getEmail() == email){ return objects[i];
www.eeworm.com/read/382546/9021648

cpp group.cpp

#pragma warning (disable:4786) #pragma warning (disable:4503) #include "Group.h" //Adds the Client pointer given by the parameter to the vector objects. void Group::add(Client* ptr) { objec
www.eeworm.com/read/382546/9021654

h group.h

#pragma warning (disable:4786) #pragma warning (disable:4503) #ifndef GROUP_H #define GROUP_H #include #include #include #include #include #
www.eeworm.com/read/382546/9021678

h group.h

#ifndef GROUP_H #define GROUP_H #include #include #include #include #include #include "Client.h" using namespace std; class Gro
www.eeworm.com/read/185143/9055807

c group.c

/* * Get the supplementary group id list from the system /etc/group database. * * There is no POSIX compliant way to do this. BSD provides "initgroups". * * This routine is designed to avoid hav
www.eeworm.com/read/185143/9055851

h group.h

#ifndef _GROUP_H #define _GROUP_H #endif #if defined(__STDC__) || defined(__cplusplus) int getLoginGroups(int gidsetsize, gid_t grouplist[], char *name); int setGroups(int, gid_t *); #ifdef __cpluspl
www.eeworm.com/read/185142/9055884

c group.c

/* * Get the supplementary group id list from the system /etc/group database. * * There is no POSIX compliant way to do this. BSD provides "initgroups". * * This routine is designed to avoid hav
www.eeworm.com/read/185142/9055933

h group.h

#ifndef _GROUP_H #define _GROUP_H #endif #if defined(__STDC__) || defined(__cplusplus) int getLoginGroups(int gidsetsize, gid_t grouplist[], char *name); int setGroups(int, gid_t *); #ifdef __cpluspl