代码搜索:MISC

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

代码结果 10,000
www.eeworm.com/read/261904/11615641

c misc.c

/* * vivi/misc.c: functions used in vivi * * Copyright (C) MIZI Research, Inc. 2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gener
www.eeworm.com/read/261679/11628967

lib misc.lib

ELECTRONICS WORKBENCH MODEL FILE MODELS GENERATED BY: (c) 1996 INTERACTIVE IMAGE TECHNOLOGIES LTD. TORONTO, ONTARIO (416)977-5550. P "741-div" 50 15 -15 3e-11 200000 2e+06 75 0.001 2e-08 8e-08 14
www.eeworm.com/read/347715/11643660

c misc.c

/////////////////////////////////////////////////////////////////////////////// // // (C) Copyright 1995 - 1997 OSR Open Systems Resources, Inc. // All Rights Reserved // // This sofware
www.eeworm.com/read/261384/11650833

cpp misc.cpp

// misc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "misc.h" #include "words.h" NAMESPACE_BEGIN(CryptoPP) byte OAEP_P_DEFAULT[1]; void xorbuf(byte
www.eeworm.com/read/261384/11650844

h misc.h

#ifndef CRYPTOPP_MISC_H #define CRYPTOPP_MISC_H #include "config.h" #include #include #include NAMESPACE_BEGIN(CryptoPP) inline unsigned int bitsToBytes(
www.eeworm.com/read/157691/11671344

c misc.c

#include #include #include #include #include #include #include #undef interface /*****************************
www.eeworm.com/read/157691/11671462

misc-lib

# $Id: misc-lib,v 1.5 2000/11/18 08:25:04 roesch Exp $ # "other" stuff goes in here alert udp any any -> $HOME_NET 161 (msg: "SNMP public access"; content:"public";) alert tcp $EXTERNAL_NET any
www.eeworm.com/read/157515/11697631

h misc.h

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

h misc.h

#ifndef MISC_H #define MISC_H #include "config.h" #include #include #ifdef SECALLOC_DEFAULT #define SecAlloc(type, number) (new type[(number)]) #define SecFree(ptr, nu
www.eeworm.com/read/260514/11722741

cpp misc.cpp

#include #include "misc.h" void xorbuf(byte *buf, const byte *mask, unsigned int count) { while (count--) *buf++ ^= *mask++; } void byteReverse(word16 *out, const wor