代码搜索:Base
找到约 10,000 项符合「Base」的源代码
代码结果 10,000
www.eeworm.com/read/404985/2299363
svn-base maven-base.css.svn-base
body {
margin: 0px;
padding: 0px;
}
img {
border:none;
}
table {
padding:0px;
width: 100%;
margin-left: -2px;
margin-right: -2px;
}
acronym {
cursor: help;
border-bottom: 1px dotted
www.eeworm.com/read/403487/2311700
svn-base base_server.cfg.svn-base
#
#
# Base server config file
#
#
# PMS
using_pms = 1
using_rc = 0
using_cards = 0
using_enddate = 0
using_eraseonlast = 0
using_autocheckin = 0
# for DB
username = root
password = password
www.eeworm.com/read/398806/2369087
svn-base base_types.c.svn-base
#include
#include "base_types.h"
long mat_getx(struct Matrix *matrix_p,long x,long y) {
return (long) (x * matrix_p->ScaleX + y * matrix_p->RotateSkew0 + matrix_p->TranslateX);
}
long m
www.eeworm.com/read/398806/2369102
svn-base base_types.h.svn-base
#ifndef _BASE_TYPES_H_
#define _BASE_TYPES_H_
#include
#define UI8 unsigned char
#define UI16 unsigned short
#define UI32 unsigned long
#define SI8 char
#define SI16 short
#define SI32 long
www.eeworm.com/read/398806/2370215
svn-base base_types.c.svn-base
#include
#include "base_types.h"
long mat_getx(struct Matrix *matrix_p,long x,long y) {
return (long) (x * matrix_p->ScaleX + y * matrix_p->RotateSkew0 + matrix_p->TranslateX);
}
long m
www.eeworm.com/read/398806/2370230
svn-base base_types.h.svn-base
#ifndef _BASE_TYPES_H_
#define _BASE_TYPES_H_
#include
#define UI8 unsigned char
#define UI16 unsigned short
#define UI32 unsigned long
#define SI8 char
#define SI16 short
#define SI32 long