代码搜索:PUBLIC
找到约 10,000 项符合「PUBLIC」的源代码
代码结果 10,000
www.eeworm.com/read/290064/8508688
cpp public.cpp
// PersonInfo.cpp : implementation file
//
#include "stdafx.h"
#include "salarymanagement.h"
#include "Public.h"
#include "KaoqinDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/290064/8508728
h public.h
#if !defined(AFX_PUBLIC_H__5AB1B75D_1769_4975_88EF_EA258573BD18__INCLUDED_)
#define AFX_PUBLIC_H__5AB1B75D_1769_4975_88EF_EA258573BD18__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/389424/8522609
h public.h
// bus guid
// {473DB41C-CC0E-4ce7-89FE-1E980922806C}
DEFINE_GUID(GUID_TIAMO_BUS,
0x473db41c, 0xcc0e, 0x4ce7, 0x89, 0xfe, 0x1e, 0x98, 0x9, 0x22, 0x80, 0x6c);
// ioctol for bus
#define IOC
www.eeworm.com/read/289010/8585583
cpp public.cpp
#include "stdafx.h"
#include "public.h"
const int MonthDays4Year[48+1]={
0,
31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366,
397, 425, 456, 486, 517, 547, 578, 609, 639, 670, 700,
www.eeworm.com/read/289010/8585586
h public.h
#ifndef _PUBLIC_H_
#define _PUBLIC_H_
extern BOOL isdigit(TCHAR ch);
extern BOOL isHexdigit(TCHAR ch);
extern unsigned long int StrToInt(TCHAR str[]);
extern double StrToFloat(TCHAR str[]);
exte
www.eeworm.com/read/289008/8585707
h public.h
#ifndef _CLASS_PUBLIC_H__
#define _CLASS_PUBLIC_H__
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/289008/8585725
cpp public.cpp
#include "public.h"
//函数参数传输在不同编译模式中有不同位置。
unsigned long ftonl(unsigned long t)
{
asm{
#if (__LARGE__)
mov dx,word ptr [bp+6]
mov ax,word ptr [bp+8]
#elif (__SMALL__)
mov dx,word
www.eeworm.com/read/432493/8602389
cpp public.cpp
/*
RainbowCrack - a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique.
Copyright (C) Zhu Shuanglei
*/
#ifdef _WIN32
#
www.eeworm.com/read/432493/8602399
h public.h
/*
RainbowCrack - a general propose implementation of Philippe Oechslin's faster time-memory trade-off technique.
Copyright (C) Zhu Shuanglei
*/
#ifndef _PUBLIC_H
www.eeworm.com/read/432289/8613905
cpp public.cpp
//: C05:Public.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Public is just like C struct
struct