代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5527893
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/350097/3130149
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/340665/3279564
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/317951/3573410
h _dm.h
// STLport configuration file for Digital Mars C++
//#define _STLP_VERBOSE
#define _STLP_COMPILER "DMC"
#if defined (_STLP_VERBOSE)
# pragma message __DMC_VERSION_STRING__
#endif
#if (_
www.eeworm.com/read/317451/3579869
tcl dm.tcl
#
# tcl/mcast/DM.tcl
#
# Copyright (C) 1997 by USC/ISI
# All rights reserved.
#
# Red
www.eeworm.com/read/316872/3596148
h dm.h
/*
* Internal header file for device mapper
*
* Copyright (C) 2001, 2002 Sistina Software
* Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
*
* This file is released under the LGPL.
www.eeworm.com/read/316872/3596176
c dm.c
/*
* Copyright (C) 2001, 2002 Sistina Software (UK) Limited.
* Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
*
* This file is released under the GPL.
*/
#include "dm.h"
#include "dm
www.eeworm.com/read/307320/3724068
tcl dm.tcl
#
# tcl/mcast/DM.tcl
#
# Copyright (C) 1997 by USC/ISI
# All rights reserved.
#
# Redistribu
www.eeworm.com/read/305795/3769306
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/305795/3769346
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