代码搜索:common 有哪些应用?
找到约 10,000 项符合「common 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4887045
c common_ppc.c
/*
* (C) Copyright IBM Corporation 2004
* All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentatio
www.eeworm.com/read/216252/4897754
cpp common_func.cpp
#include "common_func.h"
void ClientToScreen(HWND hWnd, RECT* rect)
{
POINT pt;
pt.x = rect->left;
pt.y = rect->top;
::ClientToScreen( hWnd, &pt );
rect->left = pt.x;
rect->to
www.eeworm.com/read/216252/4897759
h common_func.h
#ifndef COMMON_FUNC_H
#define COMMON_FUNC_H
#include "windows.h"
void ClientToScreen(HWND hWnd, RECT* rect);
void ScreenToClient(HWND hWnd, RECT* rect);
#endif //COMMON_FUNC_H
www.eeworm.com/read/215230/4905418
cpp mgjs_common.cpp
#include "mgjs_main.h"
#include
#include
#include
#if 0
enum HTMLCollectionImpl_Type {
// from HTMLDocument
DOC_IMAGES, // all IMG elemen
www.eeworm.com/read/213039/4933263
pl webstone-common.pl
#!/pkg/gnu/bin//perl5
#
#WebStone-common.pl,v 1.2 2000/06/04 22:00:02 brunsch Exp
#
1;
sub show_model {
$model = `head -1 $wd/conf/filelist`;
$model =~ s/\#//;
( $model ) = spl
www.eeworm.com/read/211385/4943976
cpp common_func.cpp
#include "common_func.h"
void ClientToScreen(HWND hWnd, RECT* rect)
{
POINT pt;
pt.x = rect->left;
pt.y = rect->top;
::ClientToScreen( hWnd, &pt );
rect->left = pt.x;
rect->to
www.eeworm.com/read/211385/4943981
h common_func.h
#ifndef COMMON_FUNC_H
#define COMMON_FUNC_H
#include "windows.h"
void ClientToScreen(HWND hWnd, RECT* rect);
void ScreenToClient(HWND hWnd, RECT* rect);
#endif //COMMON_FUNC_H
www.eeworm.com/read/210280/4950771
js common_002.js
function GetExCookie(cookiename){var thebigcookie=document.cookie;var firstchar=thebigcookie.indexOf(cookiename+"=");if(firstchar!=-1){firstchar+=cookiename.length+1;lastchar=thebigcookie.indexOf(";"
www.eeworm.com/read/210144/4954033
h sysexc_common.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/210144/4954040
h sysinfo_common.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L