代码搜索:MISC

找到约 10,000 项符合「MISC」的源代码

代码结果 10,000
www.eeworm.com/read/315319/13546005

h misc.h

/* * Released under the terms of the GNU GPL v2.0. */ #ifndef MISC_H #define MISC_H struct qelem { struct qelem *q_forw; struct qelem *q_back; }; /* stolen list stuff from Linux kernel */ #und
www.eeworm.com/read/312292/13613952

c misc.c

www.eeworm.com/read/312292/13614004

c misc.c

www.eeworm.com/read/312292/13614025

c misc.c

www.eeworm.com/read/311942/13620984

ico misc.ico

www.eeworm.com/read/308230/13705683

c misc.c

/* libdrcom - Library for communicating with DrCOM 2133 Broadband Access Server Copyright (C) 2005 William Poetra Yoga Hadisoeseno This program is free software; you can
www.eeworm.com/read/308191/13706205

h misc.h

/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis 'TREMOR' CODEC SOURCE
www.eeworm.com/read/308127/13707510

bas misc.bas

Attribute VB_Name = "Misc" '-------------------------------------------------------------------------- Option Explicit Public Declare Function WritePrivateProfileString Lib "kernel32" Alias "
www.eeworm.com/read/307583/13720148

txt misc.txt

;@@@ ;@@@ DreamBot IRC Bot 5.1 ;@@@ File description: misc features and quick-module (qmod) ;@@@ Design & coding: Madar Petru ;@@@ (C) Copyright 2004-2005 by Madar Petru. All rights reserved. ;@
www.eeworm.com/read/305099/13778816

c misc.c

#ifndef OSK /* Set block of memory to constant */ memset(blk,val,size) register char *blk; register char val; register unsigned size; { while(size-- != 0) *blk++ = val; } /* Copy block