代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/427960/8908727
dss common.dss
1024
A6F883029767CFFE2A8C919954168F0D1DD74CC3BC503C22E81F0144F7C2D67E3121FFEC333B99D1106558C82233047EC1C9E44E6B7C59409499729C0FCFEE6230267FF71975085E5763F0AE469DE681557AE13CD4E0CA8AD09D8D50579F384C2E
www.eeworm.com/read/427866/8915963
h common.h
#define wipememory2(_ptr,_set,_len) do { volatile char *_vptr=(volatile char *)(_ptr); size_t _vlen=(_len); while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } } while(0)
#define wipememory(_ptr,_len)
www.eeworm.com/read/427863/8916022
h common.h
#define wipememory2(_ptr,_set,_len) do { volatile char *_vptr=(volatile char *)(_ptr); size_t _vlen=(_len); while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } } while(0)
#define wipememory(_ptr,_len)
www.eeworm.com/read/427862/8916065
h common.h
#define wipememory2(_ptr,_set,_len) do { volatile char *_vptr=(volatile char *)(_ptr); size_t _vlen=(_len); while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } } while(0)
#define wipememory(_ptr,_len)
www.eeworm.com/read/427859/8916200
h common.h
#define wipememory2(_ptr,_set,_len) do { volatile char *_vptr=(volatile char *)(_ptr); size_t _vlen=(_len); while(_vlen) { *_vptr=(_set); _vptr++; _vlen--; } } while(0)
#define wipememory(_ptr,_len)
www.eeworm.com/read/427818/8918125
js common.js
function Init()
{
window.resizeTo(250,600);
document.oncontextmenu = function() { return false;}
}
function el(id)
{
return document.getElementById(id);
}
function DealBrackets(srcStr)
www.eeworm.com/read/186676/8918675
h common.h
/******************************************************************************/
/* */
/* Common (C) by Gerha
www.eeworm.com/read/284536/8920672
h common.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _COMMON_H_
#define _COMMON_H_
//#includ
www.eeworm.com/read/284536/8920710
c common.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#includ
www.eeworm.com/read/427788/8921012
js common.js
/**
* COMMON DHTML FUNCTIONS
* These are handy functions I use all the time.
*
* By Seth Banks (webmaster at subimage dot com)
* http://www.subimage.com/
*
* Up to date code can be found at htt