代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/438437/7731270
h vrun_msg.h
/*
MPICH-V
Copyright (C) 2002, 2003 Groupe Cluster et Grid, LRI, Universite de Paris Sud
This file is part of MPICH-V.
MPICH-V is free software; you can redistribute it and/or modify
it u
www.eeworm.com/read/436250/7774203
c err_msg.c
#include
#include
void main (void)
{
int error;
for (error = 0; error < sys_nerr; error++)
printf("Error %d %s\n", error, sys_errlist[error]);
}
www.eeworm.com/read/436190/7775710
java hashtable_msg.java
package com.bestleader.games;
import java.sql.ResultSet;
import java.util.Hashtable;
import java.util.Set;
import com.bestleader.comm.db.DBAccess;
import com.bestleader.comm.logs.Logs;
pub
www.eeworm.com/read/436012/7779089
c verror_msg.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/436012/7779090
c error_msg.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/436012/7779093
c perror_msg.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/436012/7779094
c vperror_msg.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/399963/7818972
c msg2.c
/* The sender program is very similar to msg1.c. In the main set up, delete the
msg_to_receive declaration and replace it with buffer[BUFSIZ], remove the message
queue delete and make the following
www.eeworm.com/read/399963/7818977
c msg1.c
/* Here's the receiver program. */
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/199834/7819318