代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
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,
www.eeworm.com/read/286087/8790508
h common.h
/* common definitions for `patch' */
/* $Id: common.h,v 1.34 2003/05/19 06:57:36 eggert Exp $ */
/* Copyright (C) 1986, 1988 Larry Wall
Copyright (C) 1990, 1991, 1992, 1993, 1997, 1998, 1999, 20
www.eeworm.com/read/429765/8790785
h common.h
#ifndef _COMMON_H
#define _COMMON_H
#define DEF_WM_TRANSFER WM_USER+100
#define DEF_WM_PROGRESS WM_USER+101
#define DEF_WM_CANCELEND WM_USER+102
#endif