代码搜索:serverSend

找到约 40 项符合「serverSend」的源代码

代码结果 40
www.eeworm.com/read/210394/15199426

readme_pipeserver

FILE LIST - pipeServer.c DESCRIPTION - This demo demonstrates intertask communication using pipes. ServerStart() initializes a server task to execute functions at a low prior
www.eeworm.com/read/161112/5560943

readme_pipeserver

FILE LIST - pipeServer.c DESCRIPTION - This demo demonstrates intertask communication using pipes. ServerStart() initializes a server task to execute functions at a low prior
www.eeworm.com/read/360560/10087771

java paintserver.java

package net; import java.io.*; import java.net.*; import java.util.HashMap; import java.util.Iterator; import app.Application; import draw.View; /** * 服务器,控制着服务器接收器和服务器发送器 * * @a
www.eeworm.com/read/446048/7586496

cpp kansweralarmmanage.cpp

// KAnswerAlarmManage.cpp: implementation of the KAnswerAlarmManage class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "KAnswerAlarmMan
www.eeworm.com/read/181788/9236993

c pipeserver.c

/* pipeServer.c - Demonstrates intertask communication using pipes */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01c,06nov97,mm added cop
www.eeworm.com/read/177261/9462878

c pipeserver.c

/* pipeServer.c - Demonstrates intertask communication using pipes */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01c,06nov97,mm added copyright.
www.eeworm.com/read/177261/9462950

c recoverexcsigdemo.c

/* recoverExcDemo.c - Demonstrates using signals to allow a task to recover gracefully from an exception */ /* Copyright 1992 Wind River Systems, Inc. */
www.eeworm.com/read/199892/7814835

c recoverexcsigdemo.c

/* recoverExcDemo.c - Demonstrates using signals to allow a task to recover gracefully from an exception */ /* Copyright 1992 Wind River Systems, Inc.
www.eeworm.com/read/329147/12974563

c pipeserver.c

/* pipeServer.c - reads requests over pipe */ #include "vxWorks.h" #include "pipeDrv.h" #include "taskLib.h" #include "ioLib.h" void print(int ii); typedef struct { VOIDFUNCPTR routine;
www.eeworm.com/read/316956/13513697

c pipeserver.c

/* pipeServer.c - Demonstrates intertask communication using pipes */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01c,06nov97,mm added copyright.