代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/124442/14567155
c depca.c
/* depca.c: A DIGITAL DEPCA ethernet driver for linux.
Written 1994 by David C. Davies.
Copyright 1994 David C. Davies and United States Government as
represented by the Director,
www.eeworm.com/read/124417/14568548
c ttydriv.c
/* TTY input line editing
*
*/
#include
#include
#include "global.h"
#include "mbuf.h"
#include "session.h"
#include "tty.h"
#include "socket.h"
#define OFF 0
#defin
www.eeworm.com/read/221695/14728492
c depca.c
/* depca.c: A DIGITAL DEPCA ethernet driver for linux.
Written 1994 by David C. Davies.
Copyright 1994 David C. Davies and United States Government as
represented by the Director,
www.eeworm.com/read/120261/14808591
changelog
Changed after first review for comp.sources.reviewed:
- Bug with row singletons and assignment fixed.
- Makefile fixed.
- Formatted man page (lp_solve.man) added + target to generate it in the
Make
www.eeworm.com/read/120261/14808599
h lpkit.h
/*
Main header file of the LP_SOLVE toolkit.
Original by Jeroen Dirks, 21-2-95
Maintained by Michel Berkelaar
include this file in your program and link with liblps.a
*/
#include
www.eeworm.com/read/119682/14824423
java hw3.java
import java.io.*;
import java.util.*;
public class hw3 {
static String s = "";
static int c[][]=new int[200000][14];
//0--8表示的是这个节点中的状态,9表示深度,10表示前趋,11表示(U=1,L=2,R=3
www.eeworm.com/read/115440/15014441
h lpkit.h
/*
Main header file of the LP_SOLVE toolkit.
Original by Jeroen Dirks, 21-2-95
Maintained by Michel Berkelaar
*/
/* let's please C++ users */
#ifdef __cplusplus
extern "C" {
#end
www.eeworm.com/read/210569/15196154
c ttydriv.c
/* TTY input line editing
*
*/
#include
#include
#include "global.h"
#include "mbuf.h"
#include "session.h"
#include "tty.h"
#include "socket.h"
#define OFF 0
#defin
www.eeworm.com/read/207800/15261808
c edstruct.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/269397/11099302
h threadclass.h
#include "publicclass.h"
void *InitDeviceTreeThread(void* lp);
void *RecvMsgQueueThread(void* lp);
void *SendMsgQueueThread(void* lp);
void *ProcessRecvMsgThread(void* lp);