代码搜索:struct

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

代码结果 10,000
www.eeworm.com/read/304611/3795989

2bk struct.2bk

tst/struct.c:49: warning: missing return value tst/struct.c:68: warning: missing return value
www.eeworm.com/read/304611/3796007

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/304405/3799616

h memory_struct.h

#ifndef OS_MEMORY_STRUCT #define OS_MEMORY_STRUCT struct file_window{ enum{ FILE_OPEN, FILE_CLOSE } state; struct file file; int block_ring; int file_front,file_back; int lock_
www.eeworm.com/read/304405/3799697

h os_struct.h

#ifndef OS_OS_STRUCT #define OS_OS_STRUCT struct cpu_information{ int thread_id; struct{ int thread_id,process_id; struct thread_physical_block physical_block; }last; }; #define
www.eeworm.com/read/304405/3799699

h kernel_struct.h

#ifndef OS_KERNEL_STRUCT #define OS_KERNEL_STRUCT struct semaphore{ int value; int process; int thread_id,thread_ring; int front,back; struct capability capability; int heap,v_value;
www.eeworm.com/read/304285/3800572

class java_struct.class

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|07 Mar 2005 05:25:38 -0000 vti_extenderversion:SR|5.0.2.2623 vti_lineageid:SR|{45D13FDF-B7E6-47FC-BE9E-5A2459897A4F} vti_cacheddtm:TX|07 Mar 2005 05
www.eeworm.com/read/303153/3815048

h lcd_struct.h

/***************************** 定义LCD所用数据结构 ******************************/ #ifndef _LCD_STRUC_DEF #define _LCD_STRUC_DEF /* LCD颜色类型 * COLOR[0-3] : 红 * COLOR[4-7] : 绿 * COLOR[8-11
www.eeworm.com/read/292705/3945637

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/292705/3945776

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/292476/3953095

txt sql_struct.txt

create database if not exists `se_hosts`; USE `se_hosts`; /*Table structure for table `hostlist` */ DROP TABLE IF EXISTS `hostlist`; CREATE TABLE `hostlist` (