代码搜索:PUBLIC
找到约 10,000 项符合「PUBLIC」的源代码
代码结果 10,000
www.eeworm.com/read/277477/10633140
h public.h
/**********************************************************************
** Copyright (C) 2004 MurphyTalk
**
** This file is part of the MurphyTalk PinYin Chinese input method,
** which is for the
www.eeworm.com/read/277263/10650223
h public.h
/***************************
最后修改时间: 1999.03.19
****************************/
#define SUCC 0
#define FAIL -1
/********************* 内部路由数据结构 ********************/
struct public {
char pan1[31];
c
www.eeworm.com/read/158966/10706821
cpp public.cpp
//: C05:Public.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Public is just like C's struct
www.eeworm.com/read/350641/10723513
cpp public.cpp
#include
#include
class movie
{
public:
char name[64];
char first_star[64];
char second_star[64];
void show_movie(void);
void initializ
www.eeworm.com/read/350280/10751505
h public.h
#ifndef __PUBLIC_H__
#define __PUBLIC_H__
#define uchar_code unsigned char code
#define uchar unsigned char
#endif /*__PUBLIC_H__*/
www.eeworm.com/read/350278/10751738
h public.h
#ifndef __PUBLIC_H__
#define __PUBLIC_H__
#define uchar_code unsigned char code
#define uchar unsigned char
#endif /*__PUBLIC_H__*/
www.eeworm.com/read/276092/10766039
js public.js
//---------日期输入检查---------------
function isDateString(sDate)
{
var iaMonthDays = [31,28,31,30,31,30,31,31,30,31,30,31]
var iaDate = new Array(3)
var year, month, day
if (arguments.le
www.eeworm.com/read/276092/10766603
js public.js
//---------日期输入检查---------------
function isDateString(sDate)
{
var iaMonthDays = [31,28,31,30,31,30,31,31,30,31,30,31]
var iaDate = new Array(3)
var year, month, day
if (arguments.le
www.eeworm.com/read/275958/10781530