代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/430426/8747888
h common.h
#ifndef __COMMON_H__
#define __COMMON_H__
extern delayms(unsigned char ms);
#define SWAP16(x) ((unsigned short )(x)8)
//#define SWAP32(x) ((unsigned int )(x)
www.eeworm.com/read/430426/8747896
c common.c
/********************************************************************
TITLE: COMMON.c
AUTHOR: GanGuoqiang
DISCRIPTION: USING
NOTE:
DATE : 2008.11.23
*********************************
www.eeworm.com/read/386343/8752868
js common.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: common.js,v $
$Revision: 1.103 $
$Date: 2007/07/30 09:16:52 $
*/
var lang = new
www.eeworm.com/read/386324/8754536
java common.java
import javax.microedition.lcdui.Font;
/*
* Created on 2006-1-18
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
www.eeworm.com/read/286439/8763870
h common.h
#define bdata bdata
#define sbit sbit
#define bit bit
#define idata idata
#define uchar unsigned char
#define uint unsigned int
#define bool bit
#define WORD unsigned int
#def
www.eeworm.com/read/286284/8774288
h common.h
/***************************************************************************
* Copyright (C) 2007 by root *
* root@hello *
*
www.eeworm.com/read/385934/8778098
h common.h
#ifndef __COMMON_H
#define __COMMON_H
/***********************************************************************
* FILENAME: $RCSfile: common.h,v $
* VERSION : $Revision: 1.5 $
* DATE : $Date:
www.eeworm.com/read/385858/8785754
h common.h
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
//判断是否闰年
uchar isLeapyear(uint year)
{
//闰年判断:year被4整除但不被100整除
//
www.eeworm.com/read/385844/8786623
common makefile.common
# This is part of a GNU Makefile, included by the Makefiles in
# each of the subdirectories.
#
# This file includes all of the baseline code provided by Nachos.
# Whenever you add a .h or .cc file,