代码搜索:msg

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

代码结果 10,000
www.eeworm.com/read/299888/3849704

msg top.msg

@TM:1190680799 @W: BN153 :"":0:0:0:-1|View "prim", Cell "NGMUX", Port "CLK0": remove clock marking @W: BN153 :"":0:0:0:-1|View "prim", Cell "NGMUX", Port "CLK1": remove clock marking @W: BN154 :"":
www.eeworm.com/read/299781/3850683

h msg.h

#ifndef _LINUX_MSG_H #define _LINUX_MSG_H #include /* msgrcv options */ #define MSG_NOERROR 010000 /* no error if message is too big */ #define MSG_EXCEPT 020000 /* recv any
www.eeworm.com/read/294988/3913338

java msg.java

package com.dfun.blackjack; import javax.microedition.lcdui.*; import java.util.Vector; /************************************************** * @author Beetle * 类功能介绍: *********************
www.eeworm.com/read/294445/3916854

c msg_in.c

/** * @file * SNMP input message processing (RFC1157). */ /* * Copyright (c) 2006 Axon Digital Design B.V., The Netherlands. * All rights reserved. * * Redistribution and use in source and bin
www.eeworm.com/read/293266/3933530

java msg.java

package com.dfun.blackjack; import javax.microedition.lcdui.*; import java.util.Vector; import javax.microedition.io.Connection; /************************************************** * @author
www.eeworm.com/read/293067/3935460

msg shchlp.msg

------------------------------------------------------- HELP INFORMATION of SH C Compiler -------------------------------------------------------
www.eeworm.com/read/293067/3935461

msg shcerr.msg

0001 (W) Character combination "/*" in comment 0002 (W) No declarator 0003 (W) Unreachable statement 0004 (W) Constant as condition 0005 (W) Precision lost 0006 (W) Conversion in argu
www.eeworm.com/read/292758/3939716

java msg.java

/* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License
www.eeworm.com/read/292705/3945665

h msg.h

#ifndef _LINUX_MSG_H #define _LINUX_MSG_H #include /* ipcs ctl commands */ #define MSG_STAT 11 #define MSG_INFO 12 /* msgrcv options */ #define MSG_NOERROR 010000 /* no error if
www.eeworm.com/read/292705/3948541

c msg.c

/* * linux/ipc/msg.c * Copyright (C) 1992 Krishna Balasubramanian * * Removed all the remaining kerneld mess * Catch the -EFAULT stuff properly * Use GFP_KERNEL for messages as in 1.2 * Fixed