代码搜索:如何学习 common?

找到约 10,000 项符合「如何学习 common?」的源代码

代码结果 10,000
www.eeworm.com/read/177066/9470232

h common.h

#ifndef _C_COMMON_H_ #define _C_COMMON_H_ // also use this to cantain string #define NAME_LEN 32 #define LABEL_LEN 32 #define MAX_STR_LEN 255 typedef struct { char name[NAME_LE
www.eeworm.com/read/373036/9476951

h common.h

extern displays g_display; extern status_infos g_status; extern boyer_moore_type bm; extern boyer_moore_type sas_bm; extern REGX_INFO regx; extern REGX_INFO sas_regx; extern NFA_TY
www.eeworm.com/read/176998/9477760

c common.c

/* * common.c Functions common to minicom and runscript programs * * This file is part of the minicom communications package, * Copyright 1991-1995 Miquel van Smoorenburg, * 1997-1998 Jukka La
www.eeworm.com/read/176732/9485683

h common.h

/********************************************************************* * 文件名: common.h * 功能描述: 宏定义公共头文件 * 设 计 者:zy ***********************************************************************/ #if
www.eeworm.com/read/176727/9486659

h common.h

/********************************************************************* * 文件名: common.h * 功能描述: 宏定义公共头文件 * 设 计 者:zy ***********************************************************************/ #if
www.eeworm.com/read/176725/9486786

dll common.dll

www.eeworm.com/read/372762/9494414

c common.c

# include void main() { int x, y, num1, num2, temp; printf("请输入两个正整数:\n"); scanf("%d %d", &num1, &num2); if(num1 < num2) { temp = num1; num1 = num2; num2 = temp; }
www.eeworm.com/read/372740/9494998

htm common.htm

www.eeworm.com/read/372673/9498165

js common.js

var userAgent = navigator.userAgent.toLowerCase(); var is_opera = userAgent.indexOf('opera') != -1 && opera.version(); var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.index
www.eeworm.com/read/176439/9498612

h common.h

#ifndef __COMMON_H #define __COMMON_H #define KEYEVENT_BUF 100 #define BUFFREE(buf) (buf->buf_size - buf->len) #define BUFEMPTY(buf) (buf->len == 0) #define CLEARBUF(buf) \ { \