代码搜索:linked
找到约 4,326 项符合「linked」的源代码
代码结果 4,326
www.eeworm.com/read/377363/2701309
c lstlib.c
/* lstLib.c - doubly linked list subroutine library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02a,19sep01,pcm add
www.eeworm.com/read/377363/2701314
c qjoblib.c
/* qJobLib.c - fifo queue with singly-linked lists with intLocks */
/* Copyright 1990-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01w,19o
www.eeworm.com/read/377363/2701448
c qjoblib.c
/* qJobLib.c - fifo queue with singly-linked lists with intLocks */
/* Copyright 1990-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01w,19o
www.eeworm.com/read/374581/2749756
h list.h
/* vi: set sw=4 ts=4: */
#if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD)
#define _BLKID_LIST_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Simple doubly linked list implementation.
*
* Some of
www.eeworm.com/read/373367/2762267
py multi_usrp_rx_cfile.py
#!/usr/bin/env python
"""
Read samples 2 from two linked synchronised USRP's and write to file formatted as binary
single-precision complex values.
Make sure you read README on how to link the two us
www.eeworm.com/read/372367/2774550
c autoopts.c
/*
* $Id: autoopts.c,v 4.25 2007/04/15 19:01:18 bkorb Exp $
* Time-stamp: "2007-04-15 11:10:40 bkorb"
*
* This file contains all of the routines that must be linked into
* an executable
www.eeworm.com/read/372367/2774563
c environment.c
/*
* $Id: environment.c,v 4.13 2007/04/15 19:01:18 bkorb Exp $
* Time-stamp: "2007-04-15 11:50:35 bkorb"
*
* This file contains all of the routines that must be linked into
* an executab
www.eeworm.com/read/367182/2851330
s start.s
/* Startup code for programs linked with GNU libc. PowerPC64 version.
Copyright (C) 1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The
www.eeworm.com/read/358128/3002464
ini part3-reference.pkg.ini
[Linked Tutorials]
progress.apiversion
progress.display
progress.hide
progress.tohtml
progress.toarray
progress.sleep
progress.setprogresshandler
progress.run
progress.getident
progress.seti
www.eeworm.com/read/357352/3016380
h list.h
/* vi: set sw=4 ts=4: */
#if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD)
#define _BLKID_LIST_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Simple doubly linked list implementation.
*
* Some of