代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/229403/4756653
mk dm.mk
#############################################################
#
# dm
#
#############################################################
# Copyright (C) 2005 by Richard Downer
# Derive
www.eeworm.com/read/227630/4770906
java dm.java
/* Copyright (c) 2003,2004, Stefan Haustein, Oberhausen, Rhld., Germany
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat
www.eeworm.com/read/227630/4770946
java dm.java
/* Copyright (c) 2003,2004, Stefan Haustein, Oberhausen, Rhld., Germany
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat
www.eeworm.com/read/213708/4912832
tcl dm.tcl
#
# tcl/mcast/DM.tcl
#
# Copyright (C) 1997 by USC/ISI
# All rights reserved.
#
# Redistribu
www.eeworm.com/read/209559/4967273
h dm.h
/*
* Internal header file for device mapper
*
* Copyright (C) 2001, 2002 Sistina Software
*
* This file is released under the LGPL.
*/
#ifndef DM_INTERNAL_H
#define DM_INTERNAL_H
#include
www.eeworm.com/read/209559/4967294
c dm.c
/*
* Copyright (C) 2001, 2002 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
*/
#include "dm.h"
#include "dm-bio-list.h"
#include
#include
www.eeworm.com/read/209559/4972421
h dm.h
#ifndef _DRIVERS_SOUND_DM_H
#define _DRIVERS_SOUND_DM_H
/*
* Definitions of the 'direct midi sound' interface used
* by the newer commercial OSS package. We should export
* this to userland somewh
www.eeworm.com/read/190666/5178815
c dm.c
struct dm
{
unsigned q;
unsigned r;
};
struct dm
dm (a, b)
unsigned a, b;
{
struct dm qr;
qr.q = a / b;
qr.r = a % b;
return qr;
}
main ()
{
struct dm qr;
qr = dm (100, 30);
www.eeworm.com/read/179911/5295256
h dm.h
#ifndef _DRIVERS_SOUND_DM_H
#define _DRIVERS_SOUND_DM_H
/*
* Definitions of the 'direct midi sound' interface used
* by the newer commercial OSS package. We should export
* this to userland somewh
www.eeworm.com/read/170992/5400997
java dm.java
/* Copyright (c) 2003,2004, Stefan Haustein, Oberhausen, Rhld., Germany
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat