代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/149850/12340705
h misc.h
/* Copyright (C) 2002 Jean-Marc Valin */
/**
@file misc.h
@brief Various compatibility routines for Speex
*/
/*
Redistribution and use in source and binary forms, with or without
modificat
www.eeworm.com/read/149850/12340753
c misc.c
/* Copyright (C) 2002 Jean-Marc Valin
File: mics.c
Various utility routines for Speex
Redistribution and use in source and binary forms, with or without
modification, are permitted provi
www.eeworm.com/read/337472/12366750
h misc.h
#ifndef _MISC_H_
#define _MISC_H_ 1
void msDelay(unsigned int T);
void HEX2toASC5(unsigned int Ldata, char *ptr,unsigned char len,unsigned char nHIDE);
unsigned int read_adc(unsigned char adc_in
www.eeworm.com/read/337472/12366770
c misc.c
#include
#include
#include
#include "MAIN.h"
#include "3310LCD.h"
#include "MISC.h"
#include "UltraDelay.h"
#define WONS 10
#define WOFFS (25-1-
www.eeworm.com/read/250756/12385867
h misc.h
/*
* Header for misc.c.
*/
#ifndef PUTTY_MISC_H
#define PUTTY_MISC_H
#include "puttymem.h"
#include /* for FILE * */
#include /* for va_list */
#in
www.eeworm.com/read/250756/12386088
c misc.c
/*
* Platform-independent routines shared between all PuTTY programs.
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/250450/12406058
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/250450/12406140
lib misc.lib
.MODEL QNL NPN (
+ IS = 1e-16
+ BF = 80
+ BR = 0.96
+ RB = 100
+ RE = 0
+ RC = 0
+ CJS = 2e-12
+ CJE = 3e-12
+ CJC = 2e-12
+ VJE = 0.75
+ VJC = 0.75
+ TF = 3e-10
www.eeworm.com/read/149022/12409303
c misc.c
#include "leon.h"
struct lregs *lr = (struct lregs *) PREGS;
unsigned char *msg = (unsigned char *) IOAREA;
unsigned short *msgh = (unsigned short *) IOAREA;
unsigned int *msgw = (unsigned int *
www.eeworm.com/read/148789/12425952
c misc.c
#include
#include
void *xmalloc(size_t size)
{
void *ptr = (void *) malloc(size);
return ptr;
}
double mymax(double a, double b)
{
if (a > b)
return a;
return