代码搜索:system verilog

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

代码结果 10,000
www.eeworm.com/read/435760/7785640

emf chiller system.emf

www.eeworm.com/read/435760/7785777

emf oven system.emf

www.eeworm.com/read/435760/7785779

emf filter system.emf

www.eeworm.com/read/435760/7785786

emf vacuum system.emf

www.eeworm.com/read/434949/7799945

doc exam system.doc

www.eeworm.com/read/434785/7801659

c file_system.c

#include"../include/os.h" #define MAX_PAGE_SIZE (61*PAGE_SIZE) void delay(int sem_id) { union system_call_parameter *par=get_kernel_parameter(); struct thread_environment r; r.system_cal
www.eeworm.com/read/434785/7801682

c file_system.c

#include"../include/os.h" #define NO_FREE_BLOCK (-1) #define WRONG_FILE_PROXY (-2) int operate_file_system(int command,int sleep_semaphore, struct file_window *file, union file_system_op
www.eeworm.com/read/434785/7801722

c system_call.c

#include "kernel.h" #define FLAG_1 ((current.env->system_call_arg1>=0)?TRUE:FALSE) #define ABS_1 ((current.env->system_call_arg1>=0) \ ?(current.env->system_call_arg1) \ :(-(current.env->s
www.eeworm.com/read/434785/7801747

c file_system.c

#include"../include/os.h" extern void enter_file_system(void ); extern int idle_device(struct file_system_call_parameter *par); static void init_file_system_routine(int file_system_id) { REG