代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/195825/5107347
1bk struct.1bk
(-1,-1) is not within [10,10; 310,310]
(1,1) is not within [10,10; 310,310]
(20,300) is within [10,10; 310,310]
(500,400) is not within [10,10; 310,310]
ab
www.eeworm.com/read/195825/5107425
2bk struct.2bk
tst/struct.c:49: warning: missing return value
tst/struct.c:68: warning: missing return value
www.eeworm.com/read/195825/5107443
1bk struct.1bk
(-1,-1) is not within [10,10; 310,310]
(1,1) is not within [10,10; 310,310]
(20,300) is within [10,10; 310,310]
(500,400) is not within [10,10; 310,310]
ab
www.eeworm.com/read/195825/5107473
2bk struct.2bk
tst/struct.c:49: warning: missing return value
tst/struct.c:68: warning: missing return value
www.eeworm.com/read/195825/5107491
1bk struct.1bk
(-1,-1) is not within [10,10; 310,310]
(1,1) is not within [10,10; 310,310]
(20,300) is within [10,10; 310,310]
(500,400) is not within [10,10; 310,310]
ab
www.eeworm.com/read/195013/5119210
h fs_struct.h
#ifndef _LINUX_FS_STRUCT_H
#define _LINUX_FS_STRUCT_H
#ifdef __KERNEL__
struct fs_struct {
atomic_t count;
rwlock_t lock;
int umask;
struct dentry * root, * pwd, * altroot;
struct vfsmount * roo
www.eeworm.com/read/195013/5119349
h console_struct.h
/*
* console_struct.h
*
* Data structure describing single virtual console except for data
* used by vt.c.
*
* Fields marked with [#] must be set by the low-level driver.
* Fields marked with [
www.eeworm.com/read/193974/5138264
py test_struct.py
from test_support import TestFailed, verbose, verify
import struct
## import pdb
import sys
ISBIGENDIAN = sys.byteorder == "big"
del sys
verify((struct.pack('=i', 1)[0] == chr(0)) == ISBIGENDIAN,
www.eeworm.com/read/193422/5143749
cc struct6.cc
#include
using namespace std;
struct Person{
char name[19];
unsigned long id;
float salary;
};
int main(int argc,char* argv[]){
Person p1 = {"Zhang weilong",1000101,32};
cout
www.eeworm.com/read/190666/5172551
c struct1.c
// Various struct lookup tests. We didn't used to complain about
// the definition of C.
struct A;
typedef struct A B; // { dg-error "previous declaration" }
struct B; // { dg-error "conflicting