代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/163399/10162814
pl a_common.pl
##!/usr/bin/perl -w
#
# Schpati - Pre-Alpha of AndyChat v3.xx
# MODULE: Common
#
# Started on Wednesday, 9th of February, 2000 around 11pm-midnight
#
# 21st of July, 2002
# - (12.33am) Rewrote RedrawL
www.eeworm.com/read/359114/10165654
h common.h
///////////////////////////////////////////////////////
#define NULL 0
#define TRUE 1
#define FALSE 0
typedef volatile unsigned long LPC_REG;// Hardware register definition
/*--------
www.eeworm.com/read/359074/10166818
h common.h
#ifndef COM_H //条件编译,防止同一文件被包含多次
#define COM_H
#include
#include
#include
#include
struct date{
int year;
int month;
int day;
};
typedef struc
www.eeworm.com/read/163168/10172461
h common.h
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: common.h *
* This is common
www.eeworm.com/read/358865/10177519
h common.h
/** VGB: portable GameBoy emulator ***************************/
/** **/
/** Common.h **/
/**
www.eeworm.com/read/358826/10178455
h common.h
www.eeworm.com/read/358549/10184842
h common.h
#define NO 0
#define YES 1
/* Define DIRSEP, the character that will be used to separate directories. */
#define DIRSEP "\\/"
char *striptw(char *s_out, char *s_in);
char
www.eeworm.com/read/358549/10184852
c common.c
#include "version.h"
#include
#include
#include /* stat(). */
#include "md5.h"
#include "common.h"
/* Tr
www.eeworm.com/read/357971/10197956
h common.h
#include
#include "mylib.h"
#ifndef COMMON_H
#define COMMON_H
void Delayms(uint32 Tms);
void Led_Onebyte(uint8 Data_Disp);
void Write_Flash_OnePage(uint16 Address) @ "SEG_BL";
v
www.eeworm.com/read/357971/10197974
c common.c
/************************************************
* 文件名:common.c *
* 文件功能:公共子函数 *
* 作者:xxlxws *
* 日期:20