代码搜索:misc

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

代码结果 10,000
www.eeworm.com/read/376571/9313572

h misc.h

#ifndef _MISC_H #define _MISC_H void init_port(); void init_serial(void); void put_string(unsigned char *str); void serial_test(); #endif
www.eeworm.com/read/376571/9313590

c misc.c

#ifndef _MISC_C #define _MISC_C #include /*Philips 87LPC768 寄存器定义头文件*/ #include "config.h" #include "misc.h" //I/O口初始化程序 void init_port() { P0 = 0xFF; P1 = 0xFF; P2 =
www.eeworm.com/read/180193/9316384

cpp misc.cpp

// Avisynth v0.3. Copyright 2000 Ben Rudiak-Gould. For distribution // conditions, please see http://www.math.berkeley.edu/~benrg/avisynth.html . #include "avisynth.h" #include "internal-filt
www.eeworm.com/read/180067/9321635

c misc.c

/* @(#)misc.c 1.1 98/08/16 Copyright 1998 J. Schilling */ #ifndef lint static char sccsid[] = "@(#)misc.c 1.1 98/08/16 Copyright 1998 J. Schilling"; #endif /* * Misc support functions * * Copyrigh
www.eeworm.com/read/376170/9327989

cpp misc.cpp

/* * misc.cpp */ #include "misc.h" #include #include // convert rk to key for sorting; // if integer is true, then result can be used to calculate handicap QString rkToKe
www.eeworm.com/read/376170/9328005

h misc.h

/* * misc.h */ #ifndef MISC_H #define MISC_H #include /* struct start_len { int start; int len; }; */ template class Misc { public: Misc() {}; virtual ~Misc() {}; //
www.eeworm.com/read/375697/9353218

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/375697/9353230

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/178679/9388915

c misc.c

// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNES
www.eeworm.com/read/373635/9445254

bib misc.bib

@Book{misc:Fowler:2004, author = {Martin Fowler}, title = {UML Distilled: A Brief Guide to the Standard Object Modeling Language}, publisher = {Addison-Wesley Professional}, ed